Opened 13 years ago

#923 new enhancement

remove direct ant dependency from build / use maven-antrun-plugin

Reported by: mprins Owned by: geonetwork-devel@…
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.

Change History (1)

by mprins, 13 years ago

Attachment: antrun.patch added

patch for web/pom.xml and docs/pom.xml to use antrun plugin

Note: See TracTickets for help on using tickets.