Author: tchemit Date: 2010-01-17 18:12:34 +0000 (Sun, 17 Jan 2010) New Revision: 218 Modified: trunk/pom.xml trunk/src/site/rst/ trunk/src/site/site_fr.xml trunk/suiviobsmer-business/pom.xml trunk/suiviobsmer-business/src/site/rst/ trunk/suiviobsmer-business/src/site/site_fr.xml trunk/suiviobsmer-ui/pom.xml trunk/suiviobsmer-ui/src/site/rst/ trunk/suiviobsmer-ui/src/site/site_fr.xml Log: optimized poms with mavenpom4labs Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-17 17:46:30 UTC (rev 217) +++ trunk/pom.xml 2010-01-17 18:12:34 UTC (rev 218) @@ -182,19 +182,11 @@ </developer> </developers> - <url>http://suiviobsmer.labs.libre-entreprise.org</url> + <url>http://suiviobsmer.labs.libre-entreprise.org/suiviobsmer</url> - <licenses> - <license> - <name>General Public License (GPL)</name> - <url>${maven.license.file}</url> - <distribution>local</distribution> - </license> - </licenses> - <issueManagement> <system>gforge</system> - <url>https://${platform}/activity?group_id=${labs.id}</url> + <url>https://${platform}/tracker?group_id=${labs.id}</url> </issueManagement> <!-- ************************************************************* --> @@ -218,9 +210,6 @@ <eugene.version>2.0.0-beta-3-SNAPSHOT</eugene.version> <tapestry.version>5.1.0.5</tapestry.version> - <!-- default license to use --> - <license.licenseName>gpl_v3</license.licenseName> - </properties> <!-- ************************************************************* --> @@ -235,8 +224,6 @@ <build> - <defaultGoal>install</defaultGoal> - <pluginManagement> <plugins> @@ -291,32 +278,8 @@ </mailingLists> - <!--Distribution--> - <distributionManagement> - <!--repository> - <id>codelutin</id> - <url>scpexe://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/maven2</url> - </repository--> - <site> - <id>codelutin</id> - <url>scpexe://labs.libre-entreprise.org/home/groups/${projectId}/htdocs/${projectId}</url> - </site> - </distributionManagement> - <repositories> - <!--repository> - <id>codelutin.repository</id> - <name>CodeLutinRepository</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> - <snapshots> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - <releases> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository--> - <!-- depot des releases nuiton --> <repository> Property changes on: trunk/src/site/rst ___________________________________________________________________ Added: svn:ignore + release-note.rst Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2010-01-17 17:46:30 UTC (rev 217) +++ trunk/src/site/site_fr.xml 2010-01-17 18:12:34 UTC (rev 218) @@ -2,13 +2,13 @@ <project name="${project.name}"> <bannerLeft> - <src alt="Web Applicatif Obsmer">logo-wao.png</src> + <src alt="Web Applicatif Obsmer">http://suiviobsmer.labs.libre-entreprise.org/suiviobsmer/logo-wao.png</src> <name>${project.name}</name> - <href>index.html</href> + <href>http://suiviobsmer.labs.libre-entreprise.org/suiviobsmer/index.html</href> </bannerLeft> <bannerRight> - <src alt="Obsmer">logo-obsmer.jpg</src> + <src alt="Obsmer">http://suiviobsmer.labs.libre-entreprise.org/suiviobsmer/logo-obsmer.jpg</src> </bannerRight> <poweredBy> @@ -20,7 +20,7 @@ <body> <breadcrumbs> - <item name="${project.name}" href="index.html" /> + <item name="${project.name}" href="http://suiviobsmer.labs.libre-entreprise.org/suiviobsmer/index.html" /> </breadcrumbs> <!-- <links> Modified: trunk/suiviobsmer-business/pom.xml =================================================================== --- trunk/suiviobsmer-business/pom.xml 2010-01-17 17:46:30 UTC (rev 217) +++ trunk/suiviobsmer-business/pom.xml 2010-01-17 18:12:34 UTC (rev 218) @@ -85,9 +85,6 @@ <packaging>jar</packaging> - <properties> - </properties> - <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> @@ -108,7 +105,6 @@ <plugin> <groupId>org.nuiton.eugene</groupId> <artifactId>maven-eugene-plugin</artifactId> - <!--<version>${eugene.version}</version>--> <executions> <execution> <phase>generate-sources</phase> @@ -136,8 +132,6 @@ <scm> <url>http://labs.libre-entreprise.org/scm/viewvc.php/trunk/suiviobsmer-business/?root=suiviobsmer</url> - <connection>scm:svn:svn://anonymous at labs.libre-entreprise.org/svnroot/suiviobsmer/trunk/suiviobsmer-business</connection> - <developerConnection>scm:svn:svn+ssh://fdesbois at labs.libre-entreprise.org/svnroot/suiviobsmer/trunk/suiviobsmer-business</developerConnection> </scm> </project> Property changes on: trunk/suiviobsmer-business/src/site/rst ___________________________________________________________________ Added: svn:ignore + release-note.rst Modified: trunk/suiviobsmer-business/src/site/site_fr.xml =================================================================== --- trunk/suiviobsmer-business/src/site/site_fr.xml 2010-01-17 17:46:30 UTC (rev 217) +++ trunk/suiviobsmer-business/src/site/site_fr.xml 2010-01-17 18:12:34 UTC (rev 218) @@ -2,8 +2,9 @@ <project name="${project.name}"> <bannerLeft> + <src alt="Web Applicatif Obsmer">http://suiviobsmer.labs.libre-entreprise.org/suiviobsmer/logo-wao.png</src> <name>${project.name}</name> - <href>index.html</href> + <href>http://suiviobsmer.labs.libre-entreprise.org/suiviobsmer/suiviobsmer-business/index.html</href> </bannerLeft> <body> Modified: trunk/suiviobsmer-ui/pom.xml =================================================================== --- trunk/suiviobsmer-ui/pom.xml 2010-01-17 17:46:30 UTC (rev 217) +++ trunk/suiviobsmer-ui/pom.xml 2010-01-17 18:12:34 UTC (rev 218) @@ -80,21 +80,17 @@ <packaging>war</packaging> - <properties> - </properties> - <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <build> - <!-- call result war : suiviobsmer-xxx.war --> + <!-- call result war : suiviobsmer-xxx.war --> <finalName>wao-${project.version}</finalName> - <!-- Add main class into war to make it executable --> + <!-- Add main class into war to make it executable --> <plugins> <plugin> <artifactId>maven-war-plugin</artifactId> - <version>2.1-beta-1</version> <configuration> <archive> <manifest> @@ -123,8 +119,6 @@ <scm> <url>http://labs.libre-entreprise.org/scm/viewvc.php/trunk/suiviobsmer-ui/?root=suiviobsmer</url> - <connection>scm:svn:svn://anonymous at labs.libre-entreprise.org/svnroot/suiviobsmer/trunk/suiviobsmer-ui</connection> - <developerConnection>scm:svn:svn+ssh://fdesbois at labs.libre-entreprise.org/svnroot/suiviobsmer/trunk/suiviobsmer-ui</developerConnection> </scm> </project> Property changes on: trunk/suiviobsmer-ui/src/site/rst ___________________________________________________________________ Added: svn:ignore + release-note.rst Modified: trunk/suiviobsmer-ui/src/site/site_fr.xml =================================================================== --- trunk/suiviobsmer-ui/src/site/site_fr.xml 2010-01-17 17:46:30 UTC (rev 217) +++ trunk/suiviobsmer-ui/src/site/site_fr.xml 2010-01-17 18:12:34 UTC (rev 218) @@ -2,8 +2,9 @@ <project name="${project.name}"> <bannerLeft> + <src alt="Web Applicatif Obsmer">http://suiviobsmer.labs.libre-entreprise.org/suiviobsmer/logo-wao.png</src> <name>${project.name}</name> - <href>index.html</href> + <href>http://suiviobsmer.labs.libre-entreprise.org/suiviobsmer/suiviobsmer-ui/index.html</href> </bannerLeft> <body>