Moving forbidden-api checks to compile phase instead of test phase (fail fast)

This commit is contained in:
Alexander Reelsen 2013-06-28 13:12:52 +02:00
parent 0a50ed0a27
commit 455bc32460
1 changed files with 2 additions and 2 deletions

View File

@ -842,7 +842,7 @@
<signaturesFile>core-signatures.txt</signaturesFile>
</signaturesFiles>
</configuration>
<phase>test</phase>
<phase>compile</phase>
<goals>
<goal>check</goal>
</goals>
@ -861,7 +861,7 @@
<bundledSignature>jdk-deprecated</bundledSignature>
</bundledSignatures>
</configuration>
<phase>test</phase>
<phase>test-compile</phase>
<goals>
<goal>testCheck</goal>
</goals>