You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/01/03 04:23:04 UTC

svn commit: r365529 - /struts/shale/trunk/build/project.xml

Author: wsmoak
Date: Mon Jan  2 19:22:59 2006
New Revision: 365529

URL: http://svn.apache.org/viewcvs?rev=365529&view=rev
Log:
Use version 1.8-SNAPSHOT of the Maven 1 Javadoc plugin.
This version fixes the problem with package.html files being ignored. (MPJAVADOC-59)

Modified:
    struts/shale/trunk/build/project.xml

Modified: struts/shale/trunk/build/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/project.xml?rev=365529&r1=365528&r2=365529&view=diff
==============================================================================
--- struts/shale/trunk/build/project.xml (original)
+++ struts/shale/trunk/build/project.xml Mon Jan  2 19:22:59 2006
@@ -2,7 +2,7 @@
 
 <!--
 
- Copyright 2004-2005 The Apache Software Foundation.
+ Copyright 2004-2006 The Apache Software Foundation.
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
@@ -249,6 +249,14 @@
       <version>1.9.2</version>
       <type>plugin</type>
       <url>http://maven.apache.org/maven-1.x/reference/plugins/xdoc/</url>
+    </dependency>
+
+    <dependency>
+        <groupId>maven</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>1.8-SNAPSHOT</version>
+        <type>plugin</type>
+        <url>http://maven.apache.org/maven-1.x/reference/plugins/javadoc/</url>
     </dependency>
 
   </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org