[OLINGO-659] Changed RAT-check to install phase

This commit is contained in:
Michael Bolz 2015-08-14 13:48:35 +02:00
parent 179c46396e
commit a739034f2f
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@
<executions> <executions>
<execution> <execution>
<id>rat-check</id> <id>rat-check</id>
<phase>test</phase> <phase>install</phase>
<goals> <goals>
<goal>check</goal> <goal>check</goal>
</goals> </goals>