Hi, Without a pom, is there any mojo which I can use to download a certain artifact from maven repository server, into my local repo?
Maven local repository is excellent at managing only one copy of each dependency, unfortunately I have a project which is not using maven, and I want to put the dependencies of my project in my local maven repository to have the one-copy benefit. So I wonder if there's a way to download an artifact into my local maven repository without creating a pom.xml? Thanks Roger
