Author: tchemit Date: 2010-01-10 22:38:20 +0100 (Sun, 10 Jan 2010) New Revision: 740 Added: branches/mavenpom-2.x/mavenpom4labs/mavenpom4labs.iml Removed: branches/mavenpom-2.x/mavenpom4labs/mavenpom4labs.iml Modified: branches/mavenpom-2.x/mavenpom4labs/ branches/mavenpom-2.x/mavenpom4labs/pom.xml branches/mavenpom-2.x/mavenpom4labs/src/site/apt/profiles.apt branches/mavenpom-2.x/mavenpom4redmine/src/site/apt/profiles.apt branches/mavenpom-2.x/mavenpom4redmine/src/site/apt/release.apt branches/mavenpom-2.x/mavenpom4redmine/src/site/en/apt/release.apt branches/mavenpom-2.x/pom.xml Log: for the moment scm is on branch + introduce mavenpom4labs Property changes on: branches/mavenpom-2.x/mavenpom4labs ___________________________________________________________________ Added: svn:ignore + target .classpath .project *.ipr *.iws *.iml Deleted: branches/mavenpom-2.x/mavenpom4labs/mavenpom4labs.iml =================================================================== --- branches/mavenpom-2.x/mavenpom4labs/mavenpom4labs.iml 2010-01-10 20:35:00 UTC (rev 739) +++ branches/mavenpom-2.x/mavenpom4labs/mavenpom4labs.iml 2010-01-10 21:38:20 UTC (rev 740) @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> - <component name="NewModuleRootManager" inherit-compiler-output="false"> - <output url="file://$MODULE_DIR$/target/classes" /> - <output-test url="file://$MODULE_DIR$/target/test-classes" /> - <exclude-output /> - <content url="file://$MODULE_DIR$"> - <excludeFolder url="file://$MODULE_DIR$/target" /> - </content> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> -</module> - Added: branches/mavenpom-2.x/mavenpom4labs/mavenpom4labs.iml =================================================================== --- branches/mavenpom-2.x/mavenpom4labs/mavenpom4labs.iml (rev 0) +++ branches/mavenpom-2.x/mavenpom4labs/mavenpom4labs.iml 2010-01-10 21:38:20 UTC (rev 740) @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> + <output url="file://$MODULE_DIR$/target/classes" /> + <output-test url="file://$MODULE_DIR$/target/test-classes" /> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/target/generated-sources/changes" isTestSource="false" /> + <excludeFolder url="file://$MODULE_DIR$/target/site" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> + Modified: branches/mavenpom-2.x/mavenpom4labs/pom.xml =================================================================== --- branches/mavenpom-2.x/mavenpom4labs/pom.xml 2010-01-10 20:35:00 UTC (rev 739) +++ branches/mavenpom-2.x/mavenpom4labs/pom.xml 2010-01-10 21:38:20 UTC (rev 740) @@ -41,13 +41,16 @@ <!-- Build Environment : Environment Information --> - <issueManagement> + <!-- Add this in your pom --> + <!--issueManagement> <system>gforge</system> <url>https://${platform}/activity?group_id=${projectNumber}</url> - </issueManagement> + </issueManagement--> <!--Any mailing lists for the project--> - <mailingLists> + <!-- Add any of thoses in your pom --> + + <!--mailingLists> <mailingList> <name>${listId}-commits</name> <subscribe>http://list.${platform}/mailman/listinfo/${listId}-commits</subscribe> @@ -71,8 +74,8 @@ <post>${listId}-users@list.${platform}</post> <archive>http://list.${platform}/pipermail/${listId}-users/</archive> </mailingList> - </mailingLists> - + </mailingLists--> + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -82,7 +85,7 @@ <projectNumber/> <!-- the redmine plateform used (nuiton.org or chorem.org) --> - <platform>labs.libre-entreprise.org</platform> + <!--<platform>labs.libre-entreprise.org</platform>--> </properties> @@ -118,18 +121,58 @@ <!-- ************************************************************* --> <!--Distribution--> - <distributionManagement> + <!--distributionManagement> <site> <id>labs</id> <url>scpexe://${platform}/home/groups/${projectId}/htdocs/</url> </site> - </distributionManagement> + </distributionManagement--> <!-- Maven Environment : profiles --> <profiles> <!-- perform only on a release stage when using the maven-release-plugin --> <profile> + <id>internal</id> + <activation> + <property> + <name>internal</name> + <value>true</value> + </property> + </activation> + + <properties> + <platform>nuiton.org</platform> + </properties> + + </profile> + + <profile> + <id>internal</id> + <activation> + <property> + <name>internal</name> + <value>false</value> + </property> + </activation> + + <properties> + <platform>labs.libre-entreprise.org</platform> + </properties> + + <!--Distribution--> + <distributionManagement> + <site> + <id>labs</id> + <url>scpexe://${platform}/home/groups/${projectId}/htdocs/</url> + </site> + </distributionManagement> + + + </profile> + + <!-- perform only on a release stage when using the maven-release-plugin --> + <profile> <id>labs-build-release-profile</id> <activation> <property> Modified: branches/mavenpom-2.x/mavenpom4labs/src/site/apt/profiles.apt =================================================================== --- branches/mavenpom-2.x/mavenpom4labs/src/site/apt/profiles.apt 2010-01-10 20:35:00 UTC (rev 739) +++ branches/mavenpom-2.x/mavenpom4labs/src/site/apt/profiles.apt 2010-01-10 21:38:20 UTC (rev 740) @@ -12,7 +12,7 @@ <mavenpom>. Reporter vous a cette page pour avoir la liste des profiles de - {{{http://maven-site.nuiton.org/mavenpom/profiles.html}} mavenpom}. + {{{http://maven-site.nuiton.org/mavenpom/profiles.html} mavenpom}}. Vue d'ensemble @@ -50,7 +50,8 @@ cd target/checkout; mvn validate -DperformLabsPreRelease -------------------------------------------------------------------------------- -Une fois que tout à l'air ok : + Une fois que tout à l'air ok : + -------------------------------------------------------------------------------- cd target/checkout; mvn validate -DperformLabsPreRelease -DdryRun=false -------------------------------------------------------------------------------- @@ -67,7 +68,8 @@ cd target/checkout; mvn validate -DperformLabsRelease -------------------------------------------------------------------------------- -Une fois que tout à l'air ok : + Une fois que tout à l'air ok : + -------------------------------------------------------------------------------- cd target/checkout; mvn validate -DperformLabsRelease -DdryRun=false -------------------------------------------------------------------------------- Modified: branches/mavenpom-2.x/mavenpom4redmine/src/site/apt/profiles.apt =================================================================== --- branches/mavenpom-2.x/mavenpom4redmine/src/site/apt/profiles.apt 2010-01-10 20:35:00 UTC (rev 739) +++ branches/mavenpom-2.x/mavenpom4redmine/src/site/apt/profiles.apt 2010-01-10 21:38:20 UTC (rev 740) @@ -12,7 +12,7 @@ mavenpom. Reporter vous a cette page pour avoir la liste des profiles de - {{{http://maven-site.nuiton.org/mavenpom/profiles.html}} mavenpom}. + {{{http://maven-site.nuiton.org/mavenpom/profiles.html} mavenpom}}. Vue d'ensemble @@ -56,7 +56,8 @@ cd target/checkout; mvn validate -DperformRedminePreRelease -------------------------------------------------------------------------------- -Une fois que tout à l'air ok : + Une fois que tout à l'air ok : + -------------------------------------------------------------------------------- cd target/checkout; mvn validate -DperformRedminePreRelease -DdryRun=false -------------------------------------------------------------------------------- @@ -73,7 +74,8 @@ cd target/checkout; mvn validate -DperformRedmineRelease -------------------------------------------------------------------------------- -Une fois que tout à l'air ok : + Une fois que tout à l'air ok : + -------------------------------------------------------------------------------- cd target/checkout; mvn validate -DperformRedmineRelease -DdryRun=false -------------------------------------------------------------------------------- Modified: branches/mavenpom-2.x/mavenpom4redmine/src/site/apt/release.apt =================================================================== --- branches/mavenpom-2.x/mavenpom4redmine/src/site/apt/release.apt 2010-01-10 20:35:00 UTC (rev 739) +++ branches/mavenpom-2.x/mavenpom4redmine/src/site/apt/release.apt 2010-01-10 21:38:20 UTC (rev 740) @@ -36,13 +36,13 @@ mvn -DperformRedminePreRelease -------------------------------------------------------------------------------- -Si aucune erreur lors de l'execution, on lance la commande suivante + Si aucune erreur lors de l'execution, on lance la commande suivante -------------------------------------------------------------------------------- mvn -DperformRedminePreRelease -DdrynRun=false -------------------------------------------------------------------------------- -A ce stade, les annonces ont été créées ici + A ce stade, les annonces ont été créées ici -------------------------------------------------------------------------------- target/generated-sources/announcement/release-news-announcement.vm Modified: branches/mavenpom-2.x/mavenpom4redmine/src/site/en/apt/release.apt =================================================================== --- branches/mavenpom-2.x/mavenpom4redmine/src/site/en/apt/release.apt 2010-01-10 20:35:00 UTC (rev 739) +++ branches/mavenpom-2.x/mavenpom4redmine/src/site/en/apt/release.apt 2010-01-10 21:38:20 UTC (rev 740) @@ -36,13 +36,13 @@ mvn -DperformRedminePreRelease -------------------------------------------------------------------------------- -Si aucune erreur lors de l'execution, on lance la commande suivante + Si aucune erreur lors de l'execution, on lance la commande suivante -------------------------------------------------------------------------------- mvn -DperformRedminePreRelease -DdrynRun=false -------------------------------------------------------------------------------- -A ce stade, les annonces ont été créées ici + A ce stade, les annonces ont été créées ici -------------------------------------------------------------------------------- target/generated-sources/announcement/release-news-announcement.vm Modified: branches/mavenpom-2.x/pom.xml =================================================================== --- branches/mavenpom-2.x/pom.xml 2010-01-10 20:35:00 UTC (rev 739) +++ branches/mavenpom-2.x/pom.xml 2010-01-10 21:38:20 UTC (rev 740) @@ -212,10 +212,16 @@ <!-- Source control management. --> <scm> + <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/branches/mavenpom-2.x</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/branches/mavenpom-2.x</developerConnection> + <url>http://www.nuiton.org/repositories/browse/mavenpom/branches/mavenpom-2.x</url> + </scm> + + <!--scm> <connection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk</connection> <developerConnection>scm:svn:http://svn.nuiton.org/svn/mavenpom/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/mavenpom/trunk</url> - </scm> + </scm--> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> @@ -316,7 +322,8 @@ <build> - <defaultGoal>install</defaultGoal> + <!--<defaultGoal>install</defaultGoal>--> + <!--Ressources--> <resources> <resource>