how can i force maven to use latest version of maven-filtering 1.2 when
compiling TomEE with java8? i insert the dependency configuration in
pom.xml
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>1.2</version>
</dependency>
after placing the dependency configuration it download the 1.2 version but
also downloading the older version 1.1 and compiling tomEE with 1.1
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/Java-8-and-possible-TomEE-1-7-0-tp4668490p4670251.html
Sent from the TomEE Dev mailing list archive at Nabble.com.