|
From: <de...@us...> - 2009-10-14 21:53:51
|
Revision: 5264
http://fudaa.svn.sourceforge.net/fudaa/?rev=5264&view=rev
Author: deniger
Date: 2009-10-14 21:53:39 +0000 (Wed, 14 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2009-10-14 21:52:02 UTC (rev 5263)
+++ trunk/pom/business-pom/pom.xml 2009-10-14 21:53:39 UTC (rev 5264)
@@ -8,13 +8,14 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.2</version>
+ <version>0.3</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
</properties>
- <artifactId>business</artifactId>
- <version>0.2</version>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>business-pom</artifactId>
+ <version>0.3</version>
<packaging>pom</packaging>
<name>Les projets métiers</name>
<scm>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2009-10-14 21:52:02 UTC (rev 5263)
+++ trunk/pom/soft-pom/pom.xml 2009-10-14 21:53:39 UTC (rev 5264)
@@ -8,14 +8,14 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.2</version>
+ <version>0.3</version>
</parent>
<properties>
<softGroupId>org.fudaa.soft</softGroupId>
</properties>
<artifactId>soft-pom</artifactId>
<packaging>pom</packaging>
- <version>0.2</version>
+ <version>0.3</version>
<name>soft-pom</name>
<scm>
<connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2009-10-14 21:52:02 UTC (rev 5263)
+++ trunk/pom/super-pom/pom.xml 2009-10-14 21:53:39 UTC (rev 5264)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>0.2</version>
+ <version>0.3</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -51,7 +51,7 @@
<repository>
<id>NotUsed</id>
<url>dav:http://www.fudaa.fr:80/artifactory/repo</url>
- </repository>
+ </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
@@ -155,6 +155,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
<configuration>
<archive>
<manifest>
@@ -175,8 +182,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>
-
-
</plugins>
</pluginManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|