You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/07/20 14:44:02 UTC

svn commit: r795803 - /maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/stylesheetfile-test/pom.xml

Author: vsiveton
Date: Mon Jul 20 12:44:01 2009
New Revision: 795803

URL: http://svn.apache.org/viewvc?rev=795803&view=rev
Log:
o typo

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/stylesheetfile-test/pom.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/stylesheetfile-test/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/stylesheetfile-test/pom.xml?rev=795803&r1=795802&r2=795803&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/stylesheetfile-test/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/test/resources/unit/stylesheetfile-test/pom.xml Mon Jul 20 12:44:01 2009
@@ -78,50 +78,4 @@
       </plugin>
     </plugins>
   </build>
-
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <project implementation="org.apache.maven.plugin.javadoc.stubs.HelpFileMavenProjectStub"/>
-          <localRepository>${localRepository}</localRepository>
-          <outputDirectory>${basedir}/target/test/unit/helpfile-test/target/site/apidocs</outputDirectory>
-          <javadocDirectory>${basedir}/src/test/resources/unit/helpfile-test/src/main/javadoc</javadocDirectory>
-          <breakiterator>false</breakiterator>
-          <old>false</old>
-          <show>protected</show>
-          <quiet>true</quiet>
-          <verbose>false</verbose>
-          <author>true</author>
-          <encoding>ISO-8859-1</encoding>
-          <docfilessubdirs>false</docfilessubdirs>
-          <linksource>false</linksource>
-          <nocomment>false</nocomment>
-          <nodeprecated>false</nodeprecated>
-          <nodeprecatedlist>false</nodeprecatedlist>
-          <nohelp>false</nohelp>
-          <noindex>false</noindex>
-          <nonavbar>false</nonavbar>
-          <nosince>false</nosince>
-          <notree>false</notree>
-          <serialwarn>false</serialwarn>
-          <splitindex>false</splitindex>
-          <groups/>
-          <tags/>
-          <use>true</use>
-          <version>true</version>
-          <windowtitle>Maven Javadoc Plugin Stylesheetfile Test 1.0-SNAPSHOT API</windowtitle>
-          <links>
-            <param>http://java.sun.com/j2se/1.4.2/docs/api</param>
-          </links>
-          <debug>true</debug>
-          <failOnError>true</failOnError>
-          <stylesheet>java</stylesheet>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
 </project>