Author: tchemit Date: 2009-05-17 13:24:01 +0000 (Sun, 17 May 2009) New Revision: 1571 Modified: maven-i18n-plugin/trunk/pom.xml maven-i18n-plugin/trunk/src/site/site.xml Log: premier jet d'un pom compatible central Modified: maven-i18n-plugin/trunk/pom.xml =================================================================== --- maven-i18n-plugin/trunk/pom.xml 2009-05-17 13:23:55 UTC (rev 1570) +++ maven-i18n-plugin/trunk/pom.xml 2009-05-17 13:24:01 UTC (rev 1571) @@ -9,25 +9,25 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-alpha-1-SNAPSHOT</version> </parent> <artifactId>maven-i18n-plugin</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-alpha-1-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-i18n-api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-alpha-1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-processor</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-alpha-1-SNAPSHOT</version> <scope>compile</scope> </dependency> @@ -77,6 +77,20 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <version>${maven.version}</version> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>${maven.version}</version> + <scope>provided</scope> + </dependency> + </dependencies> <!-- ************************************************************* --> @@ -88,7 +102,8 @@ basé sur nuiton-i18n-api. </description> <inceptionYear>2007</inceptionYear> - + <url>http://www.nuiton.org/embedded/${project.artifactId}</url> + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -97,8 +112,6 @@ <properties> - <!-- a supprimer des qu'on pourra deployer les sites sur nuiton --> - <site.deploy.url>scpexe://labs.libre-entreprise.org/home/groups/lutinutil/htdocs/nuiton</site.deploy.url> </properties> <build> @@ -122,7 +135,7 @@ <pluginManagement> <plugins> - <plugin> + <!--plugin> <artifactId>maven-site-plugin</artifactId> <dependencies> <dependency> @@ -131,7 +144,7 @@ <version>1.0.1</version> </dependency> </dependencies> - </plugin> + </plugin--> </plugins> </pluginManagement> @@ -149,21 +162,17 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <!--Nuiton Repository : pourra etre supprimer lorsqu'on sera sur central --> - <repositories> - <repository> - <id>nuiton-repository</id> - <name>NuitonRepository</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2-nuiton</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> + <!-- Source control management. --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/${project.artifactId}/trunk</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/${project.artifactId}/trunk</developerConnection> + <!-- a utiliser quand on sera sur nuiton --> + <!-- ne fonctionnera pas pour les multi-modules a cause de l'expansion de l'artifactId + il faudra alors remttre ces trois valeurs sur le pom parent du multi-module --> + <!--connection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</developerConnection> + <url>http://svn.nuiton.org/svn/${project.artifactId}/trunk</url--> + </scm> + </project> \ No newline at end of file Modified: maven-i18n-plugin/trunk/src/site/site.xml =================================================================== --- maven-i18n-plugin/trunk/src/site/site.xml 2009-05-17 13:23:55 UTC (rev 1570) +++ maven-i18n-plugin/trunk/src/site/site.xml 2009-05-17 13:24:01 UTC (rev 1571) @@ -4,9 +4,9 @@ <publishDate format="dd/MM/yyyy"/> <skin> - <groupId>org.codelutin</groupId> - <artifactId>maven-lutin-skin</artifactId> - <version>0.2.3</version> + <groupId>org.nuiton</groupId> + <artifactId>maven-nuiton-skin</artifactId> + <version>1.0.0-alpha-1</version> </skin> <bannerLeft> @@ -27,11 +27,11 @@ </poweredBy> <body> - <links> + <!--links> <item name="Labs" href="http://labs.libre-entreprise.org/"/> <item name="Nuiton" href="http://www.nuiton.org"/> <item name="${project.organization.name}" href="${project.organization.url}"/> - </links> + </links--> <menu name="Utilisateur"> <item name="Introduction" href="index.html"/>