Moving forbidden-api checks to compile phase instead of test phase (fail fast)
This commit is contained in:
parent
0a50ed0a27
commit
455bc32460
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue