Opened 12 years ago
#923 new enhancement
remove direct ant dependency from build / use maven-antrun-plugin
Reported by: | mprins | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.10.0 RC0 |
Component: | Catalog server | Version: | |
Keywords: | build | Cc: |
Description
The current build depends on Ant being installed for both the geonetwork-main
as well as the geonetwork-docs
artifacts.
Apache has provided the maven-antrun-plugin
so that Ant does not have to be installed separately.
Attached patch replaces the exec calls to the external ant with use of the maven-antrun-plugin so this will work when ant is not installed.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
patch for web/pom.xml and docs/pom.xml to use antrun plugin