[webbeans-commits] Webbeans SVN: r571 - doc.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Dec 19 11:13:01 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-19 11:13:01 -0500 (Fri, 19 Dec 2008)
New Revision: 571

Modified:
   doc/
   doc/pom.xml
Log:
copy pdf to root on build


Property changes on: doc
___________________________________________________________________
Name: svn:ignore
   - target

build

Introduction to Web Beans 20081217.pdf

   + target

build

Introduction to Web Beans 20081217.pdf

webbeans_reference.pdf


Modified: doc/pom.xml
===================================================================
--- doc/pom.xml	2008-12-19 16:03:13 UTC (rev 570)
+++ doc/pom.xml	2008-12-19 16:13:01 UTC (rev 571)
@@ -105,6 +105,22 @@
                </options>
             </configuration>
          </plugin>
+         <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+               <execution>
+                  <phase>package</phase>
+                  <configuration>
+                     <tasks>
+                        <copy file="${basedir}/target/docbook/publish/en/pdf/webbeans_reference.pdf" todir="${basedir}" />
+                     </tasks>
+                  </configuration>
+                  <goals>
+                     <goal>run</goal>
+                  </goals>
+               </execution>
+            </executions>
+         </plugin>
       </plugins>
       <pluginManagement>
          <plugins>




More information about the weld-commits mailing list