[webbeans-commits] Webbeans SVN: r632 - doc/trunk/reference.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Sat Dec 20 18:25:57 EST 2008
Author: pete.muir at jboss.org
Date: 2008-12-20 18:25:57 -0500 (Sat, 20 Dec 2008)
New Revision: 632
Modified:
doc/trunk/reference/pom.xml
Log:
better defaults
Modified: doc/trunk/reference/pom.xml
===================================================================
--- doc/trunk/reference/pom.xml 2008-12-20 22:17:05 UTC (rev 631)
+++ doc/trunk/reference/pom.xml 2008-12-20 23:25:57 UTC (rev 632)
@@ -26,7 +26,7 @@
</repositories>
<build>
- <defaultGoal>package</defaultGoal>
+ <defaultGoal>process-classes</defaultGoal>
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
@@ -112,7 +112,7 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
- <phase>package</phase>
+ <phase>process-classes</phase>
<configuration>
<tasks>
<copy file="${basedir}/target/docbook/publish/en/pdf/webbeans_reference.pdf" todir="${basedir}" />
More information about the weld-commits
mailing list