Author: manik.surtani(a)jboss.com
Date: 2008-08-23 03:14:18 -0400 (Sat, 23 Aug 2008)
New Revision: 6609
Modified:
searchable/trunk/assembly/all.xml
searchable/trunk/pom.xml
Log:
Updated packaging for javadocs
Modified: searchable/trunk/assembly/all.xml
===================================================================
--- searchable/trunk/assembly/all.xml 2008-08-23 06:57:30 UTC (rev 6608)
+++ searchable/trunk/assembly/all.xml 2008-08-23 07:14:18 UTC (rev 6609)
@@ -55,28 +55,28 @@
</includes>
</fileSet>
-
- <!--README-->
- <fileSet>
- <directory/>
- <outputDirectory/>
- <includes>
- <include>README.txt</include>
- </includes>
- </fileSet>
+ <!--README-->
+ <fileSet>
+ <directory/>
+ <outputDirectory/>
+ <includes>
+ <include>README.txt</include>
+ </includes>
+ </fileSet>
+
<!-- docs -->
<fileSet>
<directory>target/site</directory>
- <outputDirectory>javadocs</outputDirectory>
- <includes>
- <include>apidocs/**</include>
- </includes>
+ <outputDirectory/>
+ <includes>
+ <include>apidocs/**</include>
+ </includes>
</fileSet>
</fileSets>
-
+
<!-- Make sure we filter out the junk that jboss-common-core pulls in -->
<dependencySets>
<dependencySet>
Modified: searchable/trunk/pom.xml
===================================================================
--- searchable/trunk/pom.xml 2008-08-23 06:57:30 UTC (rev 6608)
+++ searchable/trunk/pom.xml 2008-08-23 07:14:18 UTC (rev 6609)
@@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>
<properties>
<jbosscache-searchable-version>1.0.0-SNAPSHOT</jbosscache-searchable-version>
- <!-- By default only generate Javadocs when we install the module. -->
- <javadocPhase>install</javadocPhase>
+ <!-- By default only generate Javadocs when we package the module. -->
+ <javadocPhase>package</javadocPhase>
</properties>
<parent>
Show replies by date