[Lutinutil-commits] r1240 - lutinutilextra/trunk
Author: chemit Date: 2008-11-18 11:02:09 +0000 (Tue, 18 Nov 2008) New Revision: 1240 Modified: lutinutilextra/trunk/changelog lutinutilextra/trunk/pom.xml Log: produce javadoc Modified: lutinutilextra/trunk/changelog =================================================================== --- lutinutilextra/trunk/changelog 2008-11-18 10:36:32 UTC (rev 1239) +++ lutinutilextra/trunk/changelog 2008-11-18 11:02:09 UTC (rev 1240) @@ -1,5 +1,5 @@ ver-0-2 - * 20081118 [chemit] use lutinproject 3.1 + clean pom + * 20081118 [chemit] use lutinproject 3.1 + clean pom + produce javadoc * LGPLv3 * UTF-8 * Move SVN structure Modified: lutinutilextra/trunk/pom.xml =================================================================== --- lutinutilextra/trunk/pom.xml 2008-11-18 10:36:32 UTC (rev 1239) +++ lutinutilextra/trunk/pom.xml 2008-11-18 11:02:09 UTC (rev 1240) @@ -71,7 +71,16 @@ <labs.project>lutinutil</labs.project> </properties> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + </plugins> + </build> + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* -->
participants (1)
-
chemit@users.labs.libre-entreprise.org