Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
Protos
Nomad 3D
nomad-3d-commons
Commits
1df3aa43
Commit
1df3aa43
authored
Jun 09, 2017
by
Ivan Dages
Browse files
maven : removed jar assembly
parent
58d1e43f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
1df3aa43
...
...
@@ -92,38 +92,6 @@
<target>
1.8
</target>
</configuration>
</plugin>
<!-- Assemble a single jar -->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>
fr.ill.ics.gui.Nomad3DEditor
</mainClass>
<addDefaultImplementationEntries>
true
</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Build-Timestamp>
${maven.build.timestamp}
</Build-Timestamp>
<Implementation-Version>
${project.version}
</Implementation-Version>
</manifestEntries>
</archive>
<descriptorRefs>
<descriptorRef>
jar-with-dependencies
</descriptorRef>
</descriptorRefs>
<finalName>
nomad-3d-commons-${project.version}
</finalName>
<appendAssemblyId>
false
</appendAssemblyId>
</configuration>
<executions>
<execution>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment