Skip to content
Snippets Groups Projects
Commit 4d215648 authored by bes's avatar bes
Browse files

*changed code analysis from phase site to phase test due to problems with the assembly plugin

parent 020cc39c
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
</dependencies>
<executions>
<execution>
<phase>site</phase>
<phase>test</phase>
<goals>
<goal>checkstyle</goal>
</goals>
......@@ -69,7 +69,7 @@
</dependencies>
<executions>
<execution>
<phase>site</phase>
<phase>test</phase>
<goals>
<goal>pmd</goal>
</goals>
......@@ -92,7 +92,7 @@
</dependencies>
<executions>
<execution>
<phase>site</phase>
<phase>test</phase>
<goals>
<goal>findbugs</goal>
</goals>
......
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