Merge pull request #1 from dadoonet/master
Update maven assembly plugin version to 2.3
This commit is contained in:
commit
642d6b367b
|
@ -5,3 +5,6 @@
|
||||||
/target
|
/target
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.iml
|
*.iml
|
||||||
|
/.project
|
||||||
|
/.settings
|
||||||
|
/.classpath
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -117,7 +117,7 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<version>2.2.2</version>
|
<version>2.3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<appendAssemblyId>false</appendAssemblyId>
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
|
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
|
||||||
|
|
Loading…
Reference in New Issue