r1465 - in topia/trunk: . src/site topia-persistence topia-persistence/src/site topia-soa topia-soa/src/site topia-ui topia-ui/src/site
Author: tchemit Date: 2009-05-17 16:00:52 +0000 (Sun, 17 May 2009) New Revision: 1465 Modified: topia/trunk/pom.xml topia/trunk/src/site/site.xml topia/trunk/topia-persistence/pom.xml topia/trunk/topia-persistence/src/site/site.xml topia/trunk/topia-soa/pom.xml topia/trunk/topia-soa/src/site/site.xml topia/trunk/topia-ui/pom.xml topia/trunk/topia-ui/src/site/site.xml Log: premier jet d'un pom parent compatible central Modified: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2009-05-17 02:50:35 UTC (rev 1464) +++ topia/trunk/pom.xml 2009-05-17 16:00:52 UTC (rev 1465) @@ -9,11 +9,11 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-alpha-1-SNAPSHOT</version> </parent> <artifactId>topia</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0-alpha-1-SNAPSHOT</version> <modules> <module>topia-persistence</module> @@ -34,7 +34,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0-alpha-1-SNAPSHOT</version> <scope>compile</scope> </dependency> @@ -160,6 +160,7 @@ <name>ToPIA - Tools for Portable and Independent Architecture</name> <description>Framework de persistance et de distribution d'application.</description> <inceptionYear>2004</inceptionYear> + <url>http://www.nuiton.org/embedded/${project.artifactId}</url> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> @@ -170,15 +171,13 @@ <properties> <!-- libs version --> - <generator.version>1.0.0-SNAPSHOT</generator.version> + <generator.version>1.0.0-alpha-1-SNAPSHOT</generator.version> <xmlrpc.version>3.1</xmlrpc.version> <hibernate.version>3.3.1.GA</hibernate.version> <topia.version>${project.version}</topia.version> - <!-- a supprimer des qu'on pourra deployer les sites sur nuiton --> - <site.deploy.url>scpexe://labs.libre-entreprise.org/home/groups/topia/htdocs/nuiton</site.deploy.url> - + <maven.issueManagement.url>http://www.nuiton.org/projects/topia/issues</maven.issueManagement.url> </properties> <build> @@ -191,7 +190,7 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-process-plugin</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-alpha-1-SNAPSHOT</version> <executions> <execution> <phase>generate-sources</phase> @@ -222,7 +221,7 @@ </configuration> </plugin> - <plugin> + <!--plugin> <artifactId>maven-site-plugin</artifactId> <dependencies> <dependency> @@ -231,7 +230,7 @@ <version>1.0.1</version> </dependency> </dependencies> - </plugin> + </plugin--> </plugins> </pluginManagement> @@ -242,21 +241,18 @@ <!-- *** 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/topia/topia/trunk</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/topia/topia/trunk</developerConnection> + <url>http://www.nuiton.org/repositories/browse/topia/trunk</url> + + <!-- 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> Modified: topia/trunk/src/site/site.xml =================================================================== --- topia/trunk/src/site/site.xml 2009-05-17 02:50:35 UTC (rev 1464) +++ topia/trunk/src/site/site.xml 2009-05-17 16:00:52 UTC (rev 1465) @@ -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> @@ -20,18 +20,18 @@ </bannerRight> <poweredBy> - <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> + <logo href="http://maven.apache.org" name="Maven" img="http://jrst.labs.libre-entreprise.org/jrst/images/logos/maven-feather.png"/> + <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="http://jrst.labs.libre-entreprise.org/jrst/images/jrst-logo.png"/> <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" - img="images/restructuredtext-logo.png"/> + img="http://jrst.labs.libre-entreprise.org/jrst/images/restructuredtext-logo.png"/> </poweredBy> <body> <links> <item name="ToPIA Service" href="../topia-service"/> - <item name="Labs" href="http://labs.libre-entreprise.org/"/> + <!--item name="Labs" href="http://labs.libre-entreprise.org/"/> <item name="Nuiton" href="http://www.nuiton.org"/> - <item name="Code Lutin" href="http://www.codelutin.com/"/> + <item name="Code Lutin" href="http://www.codelutin.com/"/--> </links> <menu ref="modules"/> Modified: topia/trunk/topia-persistence/pom.xml =================================================================== --- topia/trunk/topia-persistence/pom.xml 2009-05-17 02:50:35 UTC (rev 1464) +++ topia/trunk/topia-persistence/pom.xml 2009-05-17 16:00:52 UTC (rev 1465) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0-alpha-1-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> @@ -78,7 +78,7 @@ <packaging>jar</packaging> <properties> - <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> <build> Modified: topia/trunk/topia-persistence/src/site/site.xml =================================================================== --- topia/trunk/topia-persistence/src/site/site.xml 2009-05-17 02:50:35 UTC (rev 1464) +++ topia/trunk/topia-persistence/src/site/site.xml 2009-05-17 16:00:52 UTC (rev 1465) @@ -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> @@ -19,20 +19,20 @@ <href>${project.organization.url}</href> </bannerRight> - <poweredBy> + <!--poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> - </poweredBy> + </poweredBy--> <body> - <links> + <!--links> <item name="ToPIA Service" href="http://topia.labs.libre-entreprise.org/topia-service"/> <item name="Labs" href="http://labs.libre-entreprise.org/"/> <item name="Nuiton" href="http://www.nuiton.org"/> <item name="Code Lutin" href="http://www.codelutin.com/"/> - </links> + </links--> <menu ref="parent"/> Modified: topia/trunk/topia-soa/pom.xml =================================================================== --- topia/trunk/topia-soa/pom.xml 2009-05-17 02:50:35 UTC (rev 1464) +++ topia/trunk/topia-soa/pom.xml 2009-05-17 16:00:52 UTC (rev 1465) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0-alpha-1-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> @@ -92,7 +92,7 @@ <packaging>jar</packaging> <properties> - <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> <build> Modified: topia/trunk/topia-soa/src/site/site.xml =================================================================== --- topia/trunk/topia-soa/src/site/site.xml 2009-05-17 02:50:35 UTC (rev 1464) +++ topia/trunk/topia-soa/src/site/site.xml 2009-05-17 16:00:52 UTC (rev 1465) @@ -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> @@ -19,20 +19,20 @@ <href>${project.organization.url}</href> </bannerRight> - <poweredBy> + <!--poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> - </poweredBy> + </poweredBy--> <body> - <links> + <!--links> <item name="ToPIA Service" href="http://topia.labs.libre-entreprise.org/topia-service"/> <item name="Labs" href="http://labs.libre-entreprise.org/"/> <item name="Nuiton" href="http://www.nuiton.org"/> <item name="Code Lutin" href="http://www.codelutin.com/"/> - </links> + </links--> <menu ref="parent"/> Modified: topia/trunk/topia-ui/pom.xml =================================================================== --- topia/trunk/topia-ui/pom.xml 2009-05-17 02:50:35 UTC (rev 1464) +++ topia/trunk/topia-ui/pom.xml 2009-05-17 16:00:52 UTC (rev 1465) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.2.0-alpha-1-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> @@ -66,7 +66,7 @@ <packaging>jar</packaging> <properties> - <helper.scmModuleLevel>1</helper.scmModuleLevel> + </properties> <build> Modified: topia/trunk/topia-ui/src/site/site.xml =================================================================== --- topia/trunk/topia-ui/src/site/site.xml 2009-05-17 02:50:35 UTC (rev 1464) +++ topia/trunk/topia-ui/src/site/site.xml 2009-05-17 16:00:52 UTC (rev 1465) @@ -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> @@ -19,20 +19,20 @@ <href>${project.organization.url}</href> </bannerRight> - <poweredBy> + <!--poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> - </poweredBy> + </poweredBy--> <body> - <links> + <!--links> <item name="ToPIA Service" href="http://topia.labs.libre-entreprise.org/topia-service"/> <item name="Labs" href="http://labs.libre-entreprise.org/"/> <item name="Nuiton" href="http://www.nuiton.org"/> <item name="Code Lutin" href="http://www.codelutin.com/"/> - </links> + </links--> <menu ref="parent"/>
participants (1)
-
tchemit@users.labs.libre-entreprise.org