Author: niallp
Date: Sat May 24 06:29:28 2008
New Revision: 659820
URL: http://svn.apache.org/viewvc?rev=659820&view=rev
Log:
Port changes to vfs-1 branch
Modified:
commons/proper/vfs/branches/vfs-1-trunk/pom.xml
Modified: commons/proper/vfs/branches/vfs-1-trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/branches/vfs-1-trunk/pom.xml?rev=659820&r1=659819&r2=659820&view=diff
==============================================================================
--- commons/proper/vfs/branches/vfs-1-trunk/pom.xml (original)
+++ commons/proper/vfs/branches/vfs-1-trunk/pom.xml Sat May 24 06:29:28 2008
@@ -125,6 +125,27 @@
</plugins>
</build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
<repositories>
<repository>
<id>apache.snapshots</id>