[Lutinbuilder-commits] r216 - lutinproject/trunk
Author: chemit Date: 2008-11-17 19:05:43 +0000 (Mon, 17 Nov 2008) New Revision: 216 Modified: lutinproject/trunk/changelog lutinproject/trunk/pom.xml Log: * use maven-i18n-plugin 0.7 * use index.list in jar (to improve jar seek) * fix wrong tag configuration linkXRef instead of linkXref Modified: lutinproject/trunk/changelog =================================================================== --- lutinproject/trunk/changelog 2008-11-01 18:53:30 UTC (rev 215) +++ lutinproject/trunk/changelog 2008-11-17 19:05:43 UTC (rev 216) @@ -1,4 +1,7 @@ ver-3-1 chemit (200811??) + * use maven-i18n-plugin 0.7 + * use index.list in jar (to improve jar seek) + * fix wrong tag configuration linkXRef instead of linkXref * improve codelutin repositories (add a plugin repo) * use junit 4.5 Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2008-11-01 18:53:30 UTC (rev 215) +++ lutinproject/trunk/pom.xml 2008-11-17 19:05:43 UTC (rev 216) @@ -224,7 +224,7 @@ <license-switcher.version>0.4</license-switcher.version> <!-- version of i18n plugin to use --> - <i18n.version>0.6</i18n.version> + <i18n.version>0.7</i18n.version> <!-- version of jrst plugin to use --> <jrst.version>0.8.3</jrst.version> @@ -422,8 +422,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> + <inherited>true</inherited> <configuration> <archive> + <index>true</index> <manifest> <mainClass>${maven.jar.main.class}</mainClass> </manifest> @@ -627,7 +629,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <configuration> - <linkXref>true</linkXref> + <linkXRef>true</linkXRef> <sourceEncoding>${maven.compile.encoding}</sourceEncoding> <minimumTokens>100</minimumTokens> <targetJdk>${maven.compile.target}</targetJdk>
participants (1)
-
chemit@users.labs.libre-entreprise.org