Hi Ross, I think what you want to do is download all the stuff you need, then use the maven deploy plugin goal, deploy-file to put it in your repository. Read the details of the plugin, but you give it a groupId, artifactId and version, and if there isn't a pom file, one will be created and deployed to repository with the artifact.
Nicole http://maven.apache.org/plugins/maven-deploy-plugin/ On 05/11/2007, Ross Mcdonald <[EMAIL PROTECTED]> wrote: > > Hi, > > I am a newbie Maven user just seeking advice on how to include a > dependency in our project. > > Our webapp has a dependency on jboss jbpm 3.2.1, and this of course is > not in the repository at repo1.maven.org, so I was wondering what the > procedure is to let Maven get hold of it. Basically, how do I > mavenise the jars I need from jbpm 3.2.1, and where should I put them > on my machine to follow maven 2 best practices ? Any advice is > greatly appreciated, > > thanks in advance, > > regards > > Ross > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
