Run the checkstyle task in the correct phase.

This commit is contained in:
Oliver Burn 2010-10-01 11:20:14 +10:00
parent 94ea38f6cf
commit 9353fb50b6
2 changed files with 3 additions and 3 deletions

View File

@ -265,8 +265,8 @@
</configuration>
</execution>
<execution>
<id>ant-phase-package</id>
<phase>prepare-package</phase>
<id>ant-phase-verify</id>
<phase>verify</phase>
<goals>
<goal>run</goal>
</goals>
@ -275,7 +275,7 @@
<property name="mvn.project.build.directory" value="${project.build.directory}" />
<property name="mvn.project.version" value="${project.version}" />
<property name="mvn.runtime_classpath" refid="maven.runtime.classpath" />
<ant antfile="ant-phase-prepare-package.xml" />
<ant antfile="ant-phase-verify.xml" />
</tasks>
</configuration>
</execution>