[Buix-commits] r219 - trunk/maven-jaxx-plugin
Author: tchemit Date: 2008-02-21 21:03:46 +0000 (Thu, 21 Feb 2008) New Revision: 219 Removed: trunk/maven-jaxx-plugin/profiles.xml Modified: trunk/maven-jaxx-plugin/pom.xml Log: on utilisepasle profiles.xml positionnement phase Modified: trunk/maven-jaxx-plugin/pom.xml =================================================================== --- trunk/maven-jaxx-plugin/pom.xml 2008-02-21 18:45:15 UTC (rev 218) +++ trunk/maven-jaxx-plugin/pom.xml 2008-02-21 21:03:46 UTC (rev 219) @@ -75,4 +75,38 @@ <scm> <url>${maven.scm.url}</url> </scm> + + <profiles> + <profile> + <id>project</id> + <activation> + <activeByDefault>true</activeByDefault> + <property> + <name>user.locale</name> + <value>ISO-8859-15</value> + </property> + </activation> + <properties> + + <!-- buix labs project's id --> + <labs.id>38</labs.id> + + <!-- the plugin is inside the buix labs project --> + <labs.project>buix</labs.project> + + <!-- launch test before install --> + <maven.test.skip>false</maven.test.skip> + + <!-- maven will suffix with /${pom.artifactId} AND This is not good at all --> + <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/?root=buix</maven.scm.url> + + <!-- maven will suffix with /${pom.artifactId} --> + <maven.scm.developerConnection>scm:svn:svn+ssh:${username}@${labs.host}/svnroot/buix/trunk</maven.scm.developerConnection> + + <!-- maven will suffix with /${pom.artifactId} --> + <maven.scm.connection>scm:svn:svn:anonymous@${labs.host}/svnroot/buix/trunk</maven.scm.connection> + + </properties> + </profile> + </profiles> </project> Deleted: trunk/maven-jaxx-plugin/profiles.xml =================================================================== --- trunk/maven-jaxx-plugin/profiles.xml 2008-02-21 18:45:15 UTC (rev 218) +++ trunk/maven-jaxx-plugin/profiles.xml 2008-02-21 21:03:46 UTC (rev 219) @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings> - <profiles> - <profile> - <id>project</id> - <properties> - - <!-- buix labs project's id --> - <labs.id>38</labs.id> - - <!-- the plugin is inside the buix labs project --> - <labs.project>buix</labs.project> - - <!-- launch test before install --> - <maven.test.skip>false</maven.test.skip> - - <!-- maven will suffix with /${pom.artifactId} AND This is not good at all --> - <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/?root=buix</maven.scm.url> - - <!-- maven will suffix with /${pom.artifactId} --> - <maven.scm.developerConnection>scm:svn:svn+ssh:${username}@${labs.host}/svnroot/buix/trunk</maven.scm.developerConnection> - - <!-- maven will suffix with /${pom.artifactId} --> - <maven.scm.connection>scm:svn:svn:anonymous@${labs.host}/svnroot/buix/trunk</maven.scm.connection> - - </properties> - </profile> - </profiles> -</settings>
participants (1)
-
tchemit@users.labs.libre-entreprise.org