Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
68e3752e
Commit
68e3752e
authored
Oct 11, 2018
by
Benedikt Zoennchen
Browse files
change the pom such that vadereConsole.jar is much smaller.
parent
27b60e03
Pipeline
#71530
failed with stages
in 66 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereGui/pom.xml
View file @
68e3752e
...
...
@@ -73,25 +73,6 @@
<artifactId>
maven-assembly-plugin
</artifactId>
<version>
2.4
</version>
<executions>
<execution>
<id>
build-vadere-console
</id>
<!-- this is used for inheritance merges -->
<phase>
package
</phase>
<!-- bind to the packaging phase -->
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<archive>
<manifest>
<mainClass>
org.vadere.simulator.entrypoints.cmd.VadereConsole
</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>
jar-with-dependencies
</descriptorRef>
</descriptorRefs>
<finalName>
vadere-console
</finalName>
<appendAssemblyId>
false
</appendAssemblyId>
</configuration>
</execution>
<execution>
<id>
build-vadere
</id>
<!-- this is used for inheritance merges -->
<phase>
package
</phase>
<!-- bind to the packaging phase -->
...
...
VadereSimulator/pom.xml
View file @
68e3752e
...
...
@@ -111,6 +111,35 @@
<skipTests>
${skip.unit.tests}
</skipTests>
</configuration>
</plugin>
<plugin>
<!-- NOTE: We don't need a groupId specification because the group is
org.apache.maven.plugins ...which is assumed by default.
-->
<artifactId>
maven-assembly-plugin
</artifactId>
<version>
2.4
</version>
<executions>
<execution>
<id>
build-vadere-console
</id>
<!-- this is used for inheritance merges -->
<phase>
package
</phase>
<!-- bind to the packaging phase -->
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<archive>
<manifest>
<mainClass>
org.vadere.simulator.entrypoints.cmd.VadereConsole
</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>
jar-with-dependencies
</descriptorRef>
</descriptorRefs>
<finalName>
vadere-console
</finalName>
<appendAssemblyId>
false
</appendAssemblyId>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
...
...
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