Skip to content

Commit

Permalink
better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Dec 20, 2008
1 parent a5d202d commit 955c5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/pom.xml
Expand Up @@ -26,7 +26,7 @@
</repositories>

<build>
<defaultGoal>package</defaultGoal>
<defaultGoal>process-classes</defaultGoal>
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
Expand Down Expand Up @@ -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}" />
Expand Down

0 comments on commit 955c5b9

Please sign in to comment.