From: <de...@us...> - 2014-01-20 22:16:24
|
Revision: 8576 http://sourceforge.net/p/fudaa/svn/8576 Author: deniger Date: 2014-01-20 22:16:20 +0000 (Mon, 20 Jan 2014) Log Message: ----------- version 1.4 pom parent Modified Paths: -------------- trunk/soft/fudaa-crue/pom.xml Modified: trunk/soft/fudaa-crue/pom.xml =================================================================== --- trunk/soft/fudaa-crue/pom.xml 2014-01-19 21:13:42 UTC (rev 8575) +++ trunk/soft/fudaa-crue/pom.xml 2014-01-20 22:16:20 UTC (rev 8576) @@ -332,6 +332,29 @@ </dependency> </dependencies> </dependencyManagement> + <dependencies> + <!--a enlever mais pour la première installation...--> +<!-- <dependency> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-api</artifactId> + <version>2.2.0</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.5.15</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.2</version> + </dependency>--> + </dependencies> <build> <pluginManagement> <plugins> @@ -376,6 +399,13 @@ <cluster>${brandingToken}</cluster> </configuration> </plugin> + <plugin> <!-- required since nbm-plugin 3.0--> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <useDefaultManifestFile>true</useDefaultManifestFile> + </configuration> + </plugin> <plugin> <groupId>nl.cloudfarming.mojo</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |