-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI stage to assemble a JAR file of sample with dependencies
- Let's assemble a JAR file of the sample with the Maven "package" command, so that is easily run in CI. In order to build a JAR with the dependencies, we had to utilize the maven-assembly-plugin in the pom.xml and set the mainClass property in the configuration section of the plugin.
- Loading branch information
1 parent
adf2983
commit a2d5354
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters