Author: tchemit Date: 2008-02-12 16:21:51 +0000 (Tue, 12 Feb 2008) New Revision: 209 Modified: trunk/jaxx/pom.xml trunk/jaxx/profiles.xml Log: modification configuration pour permettre les realese maven Modified: trunk/jaxx/pom.xml =================================================================== --- trunk/jaxx/pom.xml 2008-02-12 15:42:33 UTC (rev 208) +++ trunk/jaxx/pom.xml 2008-02-12 16:21:51 UTC (rev 209) @@ -85,7 +85,8 @@ this property (see in the parent pom for more explanation) --> <scm> - <url>${maven.scm.url}</url> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <!--url>${maven.scm.url}</url--> </scm> </project> Modified: trunk/jaxx/profiles.xml =================================================================== --- trunk/jaxx/profiles.xml 2008-02-12 15:42:33 UTC (rev 208) +++ trunk/jaxx/profiles.xml 2008-02-12 16:21:51 UTC (rev 209) @@ -17,10 +17,10 @@ <labs.project>buix</labs.project> <!-- maven will suffix with /${pom.artifactId} AND This is not good at all --> - <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${pom.artifactId}?root=${labs.project}</maven.scm.url> + <!--maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${pom.artifactId}?root=${labs.project}</maven.scm.url--> <!-- maven will suffix with /${pom.artifactId} --> - <maven.scm.developerConnection>scm:svn:svn+ssh:${username}@${labs.host}/svnroot/${labs.project}/trunk</maven.scm.developerConnection> + <maven.scm.developerConnection>scm:svn:svn+ssh://tchemit@${labs.host}/svnroot/${labs.project}/trunk</maven.scm.developerConnection> <!-- maven will suffix with /${pom.artifactId} --> <maven.scm.connection>scm:svn:svn:anonymous@${labs.host}/svnroot/${labs.project}/trunk</maven.scm.connection>