We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc642ea + 3a9070d commit a96a9ddCopy full SHA for a96a9dd
.gitignore
@@ -5,3 +5,6 @@
5
/target
6
.DS_Store
7
*.iml
8
+/.project
9
+/.classpath
10
+/.settings
pom.xml
@@ -118,7 +118,7 @@
118
</plugin>
119
<plugin>
120
<artifactId>maven-assembly-plugin</artifactId>
121
- <version>2.2.2</version>
+ <version>2.3</version>
122
<configuration>
123
<appendAssemblyId>false</appendAssemblyId>
124
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
0 commit comments