Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SR2-projet1-VANDEWAETER
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabio Vandewaeter
SR2-projet1-VANDEWAETER
Commits
37039ae0
Commit
37039ae0
authored
2 months ago
by
Fabio Vandewaeter
Browse files
Options
Downloads
Patches
Plain Diff
pom et README pour faire un fat JAR
parent
200eb384
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1
Dev
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
pom.xml
+16
-1
16 additions, 1 deletion
pom.xml
with
17 additions
and
2 deletions
README.md
+
1
−
1
View file @
37039ae0
...
...
@@ -26,7 +26,7 @@ mvn clean package
### Utiliser le programme
```
java -jar FlopBox.jar
java -jar
target/
FlopBox.jar
```
### Exécuter les tests
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
16
−
1
View file @
37039ae0
...
...
@@ -73,6 +73,22 @@
<mainClass>
fil.sr2.flopbox.Main
</mainClass>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-shade-plugin
</artifactId>
<version>
3.2.4
</version>
<executions>
<execution>
<phase>
package
</phase>
<goals>
<goal>
shade
</goal>
</goals>
<configuration>
<createDependencyReducedPom>
false
</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-jar-plugin
</artifactId>
<version>
3.4.2
</version>
...
...
@@ -82,7 +98,6 @@
<mainClass>
fil.sr2.flopbox.Main
</mainClass>
</manifest>
</archive>
<outputDirectory>
${project.basedir}
</outputDirectory>
</configuration>
</plugin>
</plugins>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment