add it as dependency of the remote resources plugin (think this is the one):
<plugin> ..... <dependencies> here </dependencies> </plugin> Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-07-01 12:16 GMT+02:00 san <[email protected]>: > 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.
