On Wed, Jan 21, 2009 at 3:57 AM, peppinolusuraio <[email protected]> wrote:
> I have created a directory > > %M2_REPO%/myNewGroup/myNewArtifacId/ > > and I have copied all my jar in the lib. > It does not work. You need to use the install plugin to put the jars into your local repository. mvn install:install-file -Dfile=... -DgroupId=... ... http://maven.apache.org/plugins/maven-install-plugin/usage.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
