Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Farah MATTA
simpleGame
Commits
83d94a1b
Commit
83d94a1b
authored
May 07, 2020
by
Erwan BOUSSE
Browse files
Add compilation into an executable jar
parent
a109bebd
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
83d94a1b
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
istic
</groupId>
<artifactId>
simpleGame
</artifactId>
...
...
@@ -61,7 +60,21 @@
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>
true
</addClasspath>
<classpathPrefix>
libs/
</classpathPrefix>
<mainClass>
simpleGame.cli.CLIMain
</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
...
...
@@ -158,5 +171,4 @@
</reporting>
</project>
\ No newline at end of file
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