Hi, which building tool do you use? If you use Ant maybe your best choice it would be Apache Ivy <http://ant.apache.org/ivy> , if you need just the dependency manager part...waiting for you to mavenize your project of course ;-))
Cheers -- Daniele De Francesco Senior Java Architect Value Team Italia On Mon, Oct 13, 2008 at 8:09 AM, Roger Ye <[EMAIL PROTECTED]> wrote: > 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 >
