Skip to content

Commit

Permalink
Merge pull request #199 from terasolunaorg/issues/176_add_build_helpe…
Browse files Browse the repository at this point in the history
…r_maven_plugin

Enable build helper maven plugin #176
  • Loading branch information
ikeyat committed Jan 5, 2016
2 parents 2586fcd + 6d8b24e commit f394b41
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projectName-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
<relativePath>../pom.xml</relativePath>
</parent>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

<dependencies>
<!-- == Begin TERASOLUNA == -->
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions projectName-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down
9 changes: 9 additions & 0 deletions projectName-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
<relativePath>../pom.xml</relativePath>
</parent>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

<!--
Please generate the war file using following Maven command.
Expand Down

0 comments on commit f394b41

Please sign in to comment.