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

[Misc] Removed unnecessary call to the checkstyle plugin

parent a7067bac
No related branches found
No related tags found
No related merge requests found
...@@ -34,13 +34,4 @@ ...@@ -34,13 +34,4 @@
<modules> <modules>
<module>xwiki-platform-xml-script</module> <module>xwiki-platform-xml-script</module>
</modules> </modules>
<build>
<plugins>
<plugin>
<!-- Apply the Checkstyle configurations defined in the top level pom.xml file -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
</plugins>
</build>
</project> </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