Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CircularGreenSimCity
CircularGreenSimCity
Commits
4e7e3e72
Commit
4e7e3e72
authored
Mar 07, 2025
by
Eric Duminil
Browse files
Create JAR with dependencies
parent
07c000b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
enrich-citygml-with-greenarea/pom.xml
View file @
4e7e3e72
...
...
@@ -32,6 +32,28 @@
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M5
</version>
</plugin>
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<executions>
<execution>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifest>
<addClasspath>
true
</addClasspath>
<mainClass>
de.hft.stuttgart.citygml.green.osm.GreenEnricher
</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>
jar-with-dependencies
</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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