[seam-commits] Seam SVN: r12839 - modules/remoting/trunk/docs.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 26 18:50:41 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-26 18:50:41 -0400 (Wed, 26 May 2010)
New Revision: 12839

Modified:
   modules/remoting/trunk/docs/pom.xml
Log:
don't attach docs, or do the weird copy hack for Gavin

Modified: modules/remoting/trunk/docs/pom.xml
===================================================================
--- modules/remoting/trunk/docs/pom.xml	2010-05-26 22:47:02 UTC (rev 12838)
+++ modules/remoting/trunk/docs/pom.xml	2010-05-26 22:50:41 UTC (rev 12839)
@@ -47,43 +47,6 @@
             <groupId>org.jboss.maven.plugins</groupId>
             <artifactId>maven-jdocbook-plugin</artifactId>
          </plugin>
-         <plugin>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <executions>
-               <execution>
-                  <phase>process-classes</phase>
-                  <configuration>
-                     <tasks>
-                        <copy file="${basedir}/target/docbook/publish/en-US/pdf/${pdf.name}" todir="${basedir}" />
-                     </tasks>
-                  </configuration>
-                  <goals>
-                     <goal>run</goal>
-                  </goals>
-               </execution>
-            </executions>
-         </plugin>
-         <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>build-helper-maven-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>attach-zip</id>
-                  <phase>package</phase>
-                  <goals>
-                     <goal>attach-artifact</goal>
-                  </goals>
-                  <configuration>
-                     <artifacts>
-                        <artifact>
-                           <file>${project.build.outputDirectory}/${project.artifactId}-${project.version}.war</file>
-                           <type>war</type>
-                        </artifact>
-                     </artifacts>
-                  </configuration>
-               </execution>
-            </executions>
-         </plugin>
       </plugins>
    </build>
 



More information about the seam-commits mailing list