Skip to content

Commit

Permalink
Added profile to build only CHM files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-cercelaru committed Feb 8, 2019
1 parent bf37b3f commit cc8bd59
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,19 @@
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>ant-contrib</groupId>
<artifactId>ant-contrib</artifactId>
<version>1.0b3</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</plugin>

<!-- Deploy the artifacts that enter the installation kits -->
Expand Down

0 comments on commit cc8bd59

Please sign in to comment.