You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2007/03/28 12:11:48 UTC

svn commit: r523257 - /tiles/framework/trunk/pom.xml

Author: apetrelli
Date: Wed Mar 28 03:11:43 2007
New Revision: 523257

URL: http://svn.apache.org/viewvc?view=rev&rev=523257
Log:
Using retrotranslator version 1.0-alpha-2.
Removing test classes in tiles-test module from JavaDoc generation.

Modified:
    tiles/framework/trunk/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?view=diff&rev=523257&r1=523256&r2=523257
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Wed Mar 28 03:11:43 2007
@@ -64,7 +64,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>retrotranslator-maven-plugin</artifactId>
-                    <version>1.0-SNAPSHOT</version>
+                    <version>1.0-alpha-2</version>
                     <executions>
                         <execution>
                             <phase>process-classes</phase>
@@ -119,6 +119,7 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <aggregate>true</aggregate>
+                    <excludePackageNames>org.apache.tiles.test</excludePackageNames>
                     <links>
                         <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
                         <link>http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api</link>