Commit 6a8f15ba authored by patrick.lambert's avatar patrick.lambert
Browse files

remome one pluglin to run maven

Showing with 5 additions and 4 deletions
+5 -4
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<groupId>GR3D</groupId> <groupId>GR3D</groupId>
<artifactId>GR3D</artifactId> <artifactId>GR3D</artifactId>
<version>2.0-SNAPSHOT</version> <version>3.2-SNAPSHOT</version>
<properties> <properties>
<build.timestamp>${maven.build.timestamp}</build.timestamp> <build.timestamp>${maven.build.timestamp}</build.timestamp>
...@@ -139,15 +139,16 @@ ...@@ -139,15 +139,16 @@
</configuration> </configuration>
</plugin> </plugin>
<plugin> <!-- <plugin>
<!-- uses the previously generated Manifest file (with maven-bundle-plugin) --> uses the previously generated Manifest file (with maven-bundle-plugin)
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<configuration> <configuration>
<archive> <archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive> </archive>
</configuration> </configuration>
</plugin> </plugin> -->
<plugin> <plugin>
<!-- plugin used for merging the various GeoTools META-INF/services files (specific transformer below) --> <!-- plugin used for merging the various GeoTools META-INF/services files (specific transformer below) -->
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment