If I use the maven-dependency-plugin plugin, than I can't use a version range. Also it seems the version of a there defined artifact doesn't get updated though a newer version is ...
I have Maven modules that produce a Flex application as an SWF file. I want to include that file in a web application that is made with another Maven module from ...
We are developing with EMF outside Eclipse therefore using Maven for build. My question is where can I find EMF artifacts, and if yes which version.
BTW Is there any tool to ...
We are in the process of mavenizing our existing development process, and have found that it would make the logistics much simpler if our new internal Maven artifact repository could transparently ...
I have a maven project that uses some custom jars [not found in any repository]. To add them along with the Maven build I am using the attach-artifact goal in maven. ...