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
NomadMail
Commits
0a58525e
Commit
0a58525e
authored
Jun 23, 2020
by
legoc
Browse files
Modified pom so that NomadGUIPackage is responsible for the deployment
parent
709b55ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
0a58525e
...
...
@@ -58,38 +58,6 @@
<target>
1.8
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>
fr.ill.ics.mail.MailSender
</mainClass>
<addDefaultImplementationEntries>
true
</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>
true
</addDefaultSpecificationEntries>
</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>
nomadmail-${project.version}-full
</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