Author: tchemit Date: 2009-05-18 09:53:32 +0000 (Mon, 18 May 2009) New Revision: 504 Modified: mavenpom/trunk/pom.xml Log: do not attach bundles created by assembly, just create them from the moment. Later we will transfert them where we wants. Modified: mavenpom/trunk/pom.xml =================================================================== --- mavenpom/trunk/pom.xml 2009-05-17 19:44:37 UTC (rev 503) +++ mavenpom/trunk/pom.xml 2009-05-18 09:53:32 UTC (rev 504) @@ -392,6 +392,7 @@ <goal>single</goal> </goals> <configuration> + <attach>false</attach> <descriptorRefs> <descriptorRef>deps</descriptorRef> <descriptorRef>full</descriptorRef> @@ -578,7 +579,7 @@ <!-- Source control management. --> <scm> <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/mavenpom/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/mavenpom/trunk</developerConnection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/mavenpom/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/mavenpom/trunk</url> <!-- a utiliser quand on sera sur nuiton -->