You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by jd...@apache.org on 2005/12/11 03:08:14 UTC

svn commit: r355870 - /maven/doxia/tags/doxia-1.0-alpha-6/doxia-core/pom.xml

Author: jdcasey
Date: Sat Dec 10 18:08:12 2005
New Revision: 355870

URL: http://svn.apache.org/viewcvs?rev=355870&view=rev
Log:
Fixing source/target in the javadoc plugin.

Modified:
    maven/doxia/tags/doxia-1.0-alpha-6/doxia-core/pom.xml

Modified: maven/doxia/tags/doxia-1.0-alpha-6/doxia-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/doxia/tags/doxia-1.0-alpha-6/doxia-core/pom.xml?rev=355870&r1=355869&r2=355870&view=diff
==============================================================================
--- maven/doxia/tags/doxia-1.0-alpha-6/doxia-core/pom.xml (original)
+++ maven/doxia/tags/doxia-1.0-alpha-6/doxia-core/pom.xml Sat Dec 10 18:08:12 2005
@@ -17,6 +17,13 @@
           <target>1.4</target>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <dependencies>
@@ -42,4 +49,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>