Author: hiranya
Date: Mon Mar 19 12:53:27 2012
New Revision: 1302402

URL: http://svn.apache.org/viewvc?rev=1302402&view=rev
Log:
installing docs build to the repo

Modified:
    synapse/trunk/java/modules/documentation/pom.xml
    synapse/trunk/java/modules/documentation/src/main/assembly/docs.xml

Modified: synapse/trunk/java/modules/documentation/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/documentation/pom.xml?rev=1302402&r1=1302401&r2=1302402&view=diff
==============================================================================
--- synapse/trunk/java/modules/documentation/pom.xml (original)
+++ synapse/trunk/java/modules/documentation/pom.xml Mon Mar 19 12:53:27 2012
@@ -48,7 +48,7 @@
            <artifactId>maven-site-plugin</artifactId>
            <executions>
              <execution>
-               <phase>install</phase>
+               <phase>package</phase>
                <goals>
                  <goal>site</goal>
                </goals>
@@ -57,15 +57,15 @@
          </plugin>
          <plugin>
            <artifactId>maven-assembly-plugin</artifactId>
-           <executions>
+           <executions>             
              <execution>
-               <phase>install</phase>
+               <phase>package</phase>
                <goals>
-                 <goal>assembly</goal>
+                 <goal>single</goal>
                </goals>
              </execution>
            </executions>
-           <configuration>
+           <configuration>           
              <descriptors>
                <descriptor>src/main/assembly/docs.xml</descriptor>
              </descriptors>

Modified: synapse/trunk/java/modules/documentation/src/main/assembly/docs.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/documentation/src/main/assembly/docs.xml?rev=1302402&r1=1302401&r2=1302402&view=diff
==============================================================================
--- synapse/trunk/java/modules/documentation/src/main/assembly/docs.xml 
(original)
+++ synapse/trunk/java/modules/documentation/src/main/assembly/docs.xml Mon Mar 
19 12:53:27 2012
@@ -2,8 +2,8 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 http://maven.apache.org/xsd/assembly-1.1.0.xsd";>
   <id>docs</id>
+  <includeBaseDirectory>false</includeBaseDirectory>
   <formats>
-    <format>tar.gz</format>
     <format>zip</format>
   </formats>
   <fileSets>
@@ -12,4 +12,4 @@
       <outputDirectory>docs</outputDirectory>
     </fileSet>
   </fileSets>
-</assembly>
\ No newline at end of file
+</assembly>


Reply via email to