You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ws...@apache.org on 2008/03/08 04:52:21 UTC

svn commit: r634897 - in /maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137: pom.xml verify.bsh

Author: wsmoak
Date: Fri Mar  7 19:52:21 2008
New Revision: 634897

URL: http://svn.apache.org/viewvc?rev=634897&view=rev
Log:
MJAVADOC-137 Added description and removed commentC

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/verify.bsh

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/pom.xml?rev=634897&r1=634896&r2=634897&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/pom.xml Fri Mar  7 19:52:21 2008
@@ -26,6 +26,12 @@
   <name>Maven MJAVADOC-137 test</name>
   <url>http://maven.apache.org</url>
 
+  <description>
+  Tests that 'mvn javadoc:jar' produces javadoc jars in each sub-project
+  when run from the parent.  This broke when @aggregator was added to the
+  javadoc plugin as part of MJAVADOC-104.
+  </description>
+
   <build>
     <pluginManagement>
       <plugins>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/verify.bsh?rev=634897&r1=634896&r2=634897&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/verify.bsh (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/verify.bsh Fri Mar  7 19:52:21 2008
@@ -22,9 +22,6 @@
 
 boolean result = true;
 
-// This test should fail -- mvn javadoc:jar at the command line does *not* produce the jars.
-// However, with the same config in the parent pom, it works.
-
 try
 {
     File target = new File( basedir, "test1/target/test1-1.0-SNAPSHOT-javadoc.jar" );