Assembly plugin fix (#1449)

* Assembly plugin fix

* Fix java opts

* Fix java opts 2

* Fix java opts 3

* Add sudo: required

* Remove sudo: required

* Enable incremental builder

* Disable incremental builder

* Update

* Update
This commit is contained in:
Grzegorz Piwowarek
2017-03-19 20:03:23 +01:00
committed by GitHub
parent 365d9b7023
commit e71367b3f3
7 changed files with 22 additions and 9 deletions

View File

@@ -145,6 +145,7 @@
<goal>single</goal>
</goals>
<configuration>
<archiveBaseDirectory>${project.basedir}</archiveBaseDirectory>
<archive>
<manifest>
<mainClass>org.baeldung.executable.ExecutableMavenJar</mainClass>