diff options
Diffstat (limited to 'buildhelpers/pom.xml')
-rw-r--r-- | buildhelpers/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml index 4dee81d1cb..cfe8187c11 100644 --- a/buildhelpers/pom.xml +++ b/buildhelpers/pom.xml @@ -43,6 +43,18 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>checkstyle</goal> + </goals> + <phase>process-sources</phase> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> |