Skip to content

Commit

Permalink
Remove CI profile from pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jul 28, 2023
1 parent 757c789 commit b07a4c7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,18 +287,4 @@
</plugins>
</build>

<profiles>
<profile>
<id>continuous-integration</id>
<activation>
<property>
<name>env.CI</name>
</property>
</activation>
<properties>
<!-- Fork a JVM per core for automated tests on continuous integration servers -->
<forkCount>1C</forkCount>
</properties>
</profile>
</profiles>
</project>

0 comments on commit b07a4c7

Please sign in to comment.