Skip to content
Snippets Groups Projects
Commit 9b569ad8 authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-7675: Align and rationalize Build profiles

* Remove unused profile
parent b22c36f0
No related branches found
No related tags found
No related merge requests found
......@@ -82,29 +82,4 @@
</plugin>
</plugins>
</build>
<profiles>
<!-- TODO: There's a bug here since it'll run only when no other profile is specified on the command line but I
have no clue why we're doing this. Thomas, please help! :) -->
<profile>
<id>normal</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/JBossCacheLocalCacheEvictionsTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment