Opened 12 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.

Attachments (1)

antrun.patch (3.6 KB ) - added by mprins 12 years ago.
patch for web/pom.xml and docs/pom.xml to use antrun plugin

Download all attachments as: .zip

Change History (1)

by mprins, 12 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.