Skip to content

Commit 4c220e1

Browse files
committed
Move checkstyle execution to test phase
- Moved the checkstyle execution from the validate phase to the test phase. - Renamed the maven plugin execution to "checkstyle".
1 parent b4993e8 commit 4c220e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154

155155
<repository>
156156
<id>Plugin Metrics</id>
157-
<url>http://repo.mcstats.org/content/repositories/public</url>
157+
<url>http://repo.mcstats.org/content/repositories/public/</url>
158158
</repository>
159159

160160
<!-- Java Mail -->
@@ -922,8 +922,8 @@
922922
<version>3.0.0</version>
923923
<executions>
924924
<execution>
925-
<id>validate</id>
926-
<phase>validate</phase>
925+
<id>checkstyle</id>
926+
<phase>test</phase>
927927
<configuration>
928928
<sourceDirectories>${project.compileSourceRoots}</sourceDirectories>
929929
<testSourceDirectories>${project.testCompileSourceRoots}</testSourceDirectories>

0 commit comments

Comments
 (0)