Skip to content

Commit

Permalink
Changed SAT configuration to enable parallel builds
Browse files Browse the repository at this point in the history
Signed-off-by: VelinYordanov <velin.iordanov@gmail.com>
  • Loading branch information
VelinYordanov authored and wborn committed Sep 10, 2018
1 parent 8091914 commit ec1c5fb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion poms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,14 +350,21 @@
<version>${sat.version}</version>
<executions>
<execution>
<id>verify</id>
<goals>
<goal>checkstyle</goal>
<goal>pmd</goal>
<goal>spotbugs</goal>
<goal>report</goal>
</goals>
<phase>verify</phase>
</execution>
<execution>
<id>report</id>
<goals>
<goal>report</goal>
</goals>
<phase>install</phase>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit ec1c5fb

Please sign in to comment.