[seam-commits] Seam SVN: r12848 - modules/xml/trunk/docs.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 26 19:07:33 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-26 19:07:32 -0400 (Wed, 26 May 2010)
New Revision: 12848

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

Modified: modules/xml/trunk/docs/pom.xml
===================================================================
--- modules/xml/trunk/docs/pom.xml	2010-05-26 23:06:34 UTC (rev 12847)
+++ modules/xml/trunk/docs/pom.xml	2010-05-26 23:07:32 UTC (rev 12848)
@@ -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