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 05cb16c commit 151607d
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,31 +105,4 @@
</pluginRepository>
</pluginRepositories>

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
<arg>-Xlint:all</arg>
</compilerArgs>
</configuration>
</plugin>
</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 151607d

Please sign in to comment.