Author: tchemit Date: 2008-09-25 11:46:30 +0000 (Thu, 25 Sep 2008) New Revision: 1139 Modified: lutinutil/trunk/pom.xml Log: ajout generation javadoc suppression de url (gere par le superpom) Modified: lutinutil/trunk/pom.xml =================================================================== --- lutinutil/trunk/pom.xml 2008-09-25 11:34:05 UTC (rev 1138) +++ lutinutil/trunk/pom.xml 2008-09-25 11:46:30 UTC (rev 1139) @@ -57,8 +57,7 @@ <version>0.31-SNAPSHOT</version> <description>Library of usefull class to be used in any project.</description> <inceptionYear>2004</inceptionYear> - <url>${labs.project.url}</url> - + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -81,8 +80,7 @@ <scm> <connection>${maven.scm.connection}</connection> <developerConnection>${maven.scm.developerConnection}</developerConnection> - <!-- This does'nt work for viewcvs.php with stat-scm with svn conf :( - <url>${maven.scm.url}</url> --> + <url>${maven.scm.url}</url> </scm> <build> @@ -109,6 +107,11 @@ <artifactId>maven-jrst-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + </plugins> </build>