Author: tchemit Date: 2008-10-13 14:38:34 +0000 (Mon, 13 Oct 2008) New Revision: 336 Modified: lutingenerator/trunk/pom.xml Log: lissage du pom + passage en 0.60-SNAPSHOT avant nouvelle release Modified: lutingenerator/trunk/pom.xml =================================================================== --- lutingenerator/trunk/pom.xml 2008-10-13 14:37:33 UTC (rev 335) +++ lutingenerator/trunk/pom.xml 2008-10-13 14:38:34 UTC (rev 336) @@ -2,60 +2,20 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <!--The version of maven's project object model--> <modelVersion>4.0.0</modelVersion> - <!-- parent --> + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> <version>3.0</version> </parent> - <!--A unique name for this project--> - <groupId>org.codelutin</groupId> <artifactId>lutingenerator</artifactId> - <name>Lutin Generator</name> - <!--ejb, jar, war...--> - <packaging>jar</packaging> - - <!--Version--> - <version>0.51-SNAPSHOT</version> - - <!--Description--> - <description> - Générateurs en tout genre. - </description> - <inceptionYear>2004</inceptionYear> - - <!-- Properties --> - <properties> - <!-- id du projet du labs --> - <labs.id>39</labs.id> - - <!-- Test --> - <maven.test.skip>true</maven.test.skip> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - - </plugins> - </build> - - <!--Source control management--> - <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> - </scm> - - <!--Librairies--> + <!-- POM Relationships : Inheritance : Dependencies --> <dependencies> <dependency> @@ -100,4 +60,46 @@ <scope>compile</scope> </dependency> </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Lutin Generator</name> + <version>0.60-SNAPSHOT</version> + <description>Générateurs en tout genre.</description> + <inceptionYear>2004</inceptionYear> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>jar</packaging> + + <properties> + + <!-- id du projet du labs --> + <labs.id>39</labs.id> + + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + + </plugins> + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <!--Source control management--> + <scm> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> + </scm> + </project>