Skip to content

Commit

Permalink
Remove unused profile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Nov 20, 2023
1 parent 6c47cf9 commit fc6ec5a
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,30 +146,4 @@
</pluginRepository>
</pluginRepositories>

<profiles>
<profile>
<id>windows-ci</id>
<activation>
<os>
<family>Windows</family>
</os>
<property>
<name>env.CI</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- TODO fails on CI on Windows for inscrutable reasons -->
<excludes>
<exclude>net.uaznia.lukanus.hudson.plugins.gitparameter.UiAcceptanceTest</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit fc6ec5a

Please sign in to comment.