Author: tchemit Date: 2008-01-10 23:27:48 +0000 (Thu, 10 Jan 2008) New Revision: 133 Modified: trunk/jaxx/pom.xml trunk/maven-jaxx-plugin/pom.xml Log: ajout distributionManagement + scm ( a v?\195?\169rifier que c'est le bon param?\195?\169trage) Modified: trunk/jaxx/pom.xml =================================================================== --- trunk/jaxx/pom.xml 2008-01-10 23:08:42 UTC (rev 132) +++ trunk/jaxx/pom.xml 2008-01-10 23:27:48 UTC (rev 133) @@ -24,30 +24,42 @@ <inceptionYear>2008</inceptionYear> <contributors> - <contributor> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>Code Lutin</organization> - <timezone>+2</timezone> - <roles> - <role>D�veloppeur</role> - </roles> - </contributor> - </contributors> + <contributor> + <name>Tony Chemit</name> + <email>chemit@codelutin.com</email> + <organization>Code Lutin</organization> + <timezone>+2</timezone> + <roles> + <role>D�veloppeur</role> + </roles> + </contributor> + </contributors> <issueManagement> <url>http://labs.libre-entreprise.org/tracker/?group_id={labs.id}</url> </issueManagement> <distributionManagement> + <repository> + <id>labs</id> + <url> + scp://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/maven2 + </url> + </repository> <site> <id>labs</id> <url> - scp://labs.libre-entreprise.org/home/groups/buix/${pom.artifactId}/htdocs/ + scp://labs.libre-entreprise.org/home/groups/buix/htdocs/${pom.artifactId} </url> </site> </distributionManagement> + <scm> + <connection>scm:svn:svn:anonymous@labs.libre-entreprise.org/svnroot/buix/trunk/${pom.artifactId}</connection> + <developerConnection>scm:svn:svn+ssh:${username}@labs.libre-entreprise.org/svnroot/buix/trunk/${pom.artifactId}</developerConnection> + <url>https://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/?root=buix</url> + </scm> + <dependencies> <!-- pour disposer des widgets des lutins --> <dependency> @@ -72,5 +84,5 @@ <systemPath>${java.home}/../lib/dt.jar</systemPath> </dependency> </dependencies> - + </project> Modified: trunk/maven-jaxx-plugin/pom.xml =================================================================== --- trunk/maven-jaxx-plugin/pom.xml 2008-01-10 23:08:42 UTC (rev 132) +++ trunk/maven-jaxx-plugin/pom.xml 2008-01-10 23:27:48 UTC (rev 133) @@ -61,7 +61,7 @@ <site> <id>labs</id> <url> - scp://labs.libre-entreprise.org/home/groups/lutin/htdocs/buix/${pom.artifactId} + scp://labs.libre-entreprise.org/home/groups/buix/htdocs/${pom.artifactId} </url> </site> </distributionManagement> @@ -72,8 +72,8 @@ </issueManagement> <scm> - <connection>scm:svn:svn:anonymous@labs.libre-entreprise.org/svnroot/buix/${pom.artifactId}/trunk</connection> - <developerConnection>scm:svn:svn+ssh:${username}@labs.libre-entreprise.org/svnroot/buix/${pom.artifactId}/trunk</developerConnection> + <connection>scm:svn:svn:anonymous@labs.libre-entreprise.org/svnroot/buix/trunk/${pom.artifactId}</connection> + <developerConnection>scm:svn:svn+ssh:${username}@labs.libre-entreprise.org/svnroot/buix/trunk/${pom.artifactId}</developerConnection> <url>https://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/?root=buix</url> </scm>
participants (1)
-
tchemit@users.labs.libre-entreprise.org