Skip to content

Commit

Permalink
Merge pull request #41 from davenice/include-epl-in-binary
Browse files Browse the repository at this point in the history
generate epl into binaries
  • Loading branch information
ind1go authored Jul 30, 2019
2 parents c8e1804 + bbbc294 commit 76a3ef3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cics-bundle-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>update-project-license</goal>
</goals>
<phase>generate-resources</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 76a3ef3

Please sign in to comment.