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
SimAquaLife
GR3D
Commits
6a8f15ba
Commit
6a8f15ba
authored
Feb 17, 2021
by
patrick.lambert
Browse files
remome one pluglin to run maven
parent
7845ba84
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
6a8f15ba
...
...
@@ -9,7 +9,7 @@
<groupId>
GR3D
</groupId>
<artifactId>
GR3D
</artifactId>
<version>
2.0
-SNAPSHOT
</version>
<version>
3.2
-SNAPSHOT
</version>
<properties>
<build.timestamp>
${maven.build.timestamp}
</build.timestamp>
...
...
@@ -139,15 +139,16 @@
</configuration>
</plugin>
<plugin>
<!--
uses the previously generated Manifest file (with maven-bundle-plugin)
-->
<!--
<plugin>
uses the previously generated Manifest file (with maven-bundle-plugin)
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
</plugin> -->
<plugin>
<!-- plugin used for merging the various GeoTools META-INF/services files (specific transformer below) -->
<groupId>
org.apache.maven.plugins
</groupId>
...
...
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