evgeny-goldin / maven-plugins

Maven plugins
http://evgeny-goldin.com/wiki/Maven_Plugins
Other
52 stars 62 forks source link

Issue #10: Running version against Maven 3.1.1+ #15

Open Antibrumm opened 10 years ago

Antibrumm commented 10 years ago

Found the copy plugin, used it, loved it and run into that annoying incompatibility with Maven 3.1.1+ ;)

Here's a version which seems to run against Maven 3.1.1+. (Myself running 3.2.1)

I don't think you can run it against both maven version, so most likely you should create a separate branch for 3.1.1+

Currently I have used the properties and the copy plugin. They both seem to work for me.

Happy to discuss and help a little if more is needed.