You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2004/12/02 21:49:58 UTC

svn commit: r109541 - /incubator/muse/trunk/examples /incubator/muse/trunk/maven.xml

Author: ips
Date: Thu Dec  2 12:49:58 2004
New Revision: 109541

URL: http://svn.apache.org/viewcvs?view=rev&rev=109541
Log:
examples moved under src/site/; dist now includes Forrest-generated docs

Removed:
   incubator/muse/trunk/examples/
Modified:
   incubator/muse/trunk/maven.xml

Modified: incubator/muse/trunk/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/maven.xml?view=diff&rev=109541&p1=incubator/muse/trunk/maven.xml&r1=109540&p2=incubator/muse/trunk/maven.xml&r2=109541
==============================================================================
--- incubator/muse/trunk/maven.xml	(original)
+++ incubator/muse/trunk/maven.xml	Thu Dec  2 12:49:58 2004
@@ -71,8 +71,7 @@
   <!-- Generate project website / docs using Forrest		          -->
   <!-- ================================================================== -->
   <goal name="website"         
-        description="generates project website using Forrest"
-        prereqs="javadoc:generate">
+        description="generates project website using Forrest">
 
     <property name="forrest.home"        location="${env.FORREST_HOME}" />
     <property name="forrest.install.dir" location="${forrest.home}/../.." />
@@ -95,6 +94,7 @@
        <arg line="-f ${forrest.home}/forrest.build.xml" />
     </java>
 
+    <mkdir dir="${maven.build.dir}/docs" />
     <copy todir="${site.dest.dir}">
       <fileset dir="${maven.build.dir}/docs">
         <include name="apidocs/**" />
@@ -243,6 +243,9 @@
       <fileset dir="${maven.war.webapp.dir}" />
     </copy>        
 
+    <attainGoal name="website" />
+    
+    <delete dir="${maven.dist.bin.assembly.dir}/docs" />
     <mkdir dir="${maven.dist.bin.assembly.dir}/docs" />
     <copy todir="${maven.dist.bin.assembly.dir}/docs">
       <fileset dir="${site.dest.dir}" />

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