Use maven-enforcer-plugin to enforce Maven version
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 20 Jan 2015 04:27:25 +0000 (23:27 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 20 Jan 2015 05:02:35 +0000 (00:02 -0500)
commit8e73b7cf693ea6b55f68332dd029a64b42aad24c
treed0b5661d3e0445dba40d2dcf62dc70f52b26242f
parent1e7f74e0727cdbda128d16d0e94c5562b0d6d7b3
Use maven-enforcer-plugin to enforce Maven version

This patch removes the unnecessary declaration of <prerequisites>
section.

As discovered in the mailing list thread linked below the <prerequisites>
section to set a minimal Maven version is deprecated and actually does
not enforce the minimal version. If we need to enforce a minimal Maven
version we need to use the maven-enforcer-plugin instead.

https://lists.opendaylight.org/pipermail/discuss/2015-January/004309.html

Change-Id: I5e5ce1af34451b0bcda51ee10ee0c181bd85393b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
distributions/karaf/pom.xml
distributions/pom.xml
distributions/test/pom.xml
features/pom.xml
pom.xml