BAEL-598 Edited pom.xml

This commit is contained in:
Predrag Maric 2017-02-02 02:59:09 +01:00
parent acd3446ae1
commit 0f5b5a784e
1 changed files with 26 additions and 13 deletions

View File

@ -38,7 +38,6 @@
<build>
<defaultGoal>install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -49,7 +48,21 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
<goals><goal>add-source</goal></goals>
<configuration>
<sources>
<source>generated</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>