mvn deploy:deploy-file: http://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.html
-Stephen On 3/12/06, Ben Gidley <[EMAIL PROTECTED]> wrote: > Is there a command to help you upload and generate a fake POM to a > repository (as opposed to your local file system). > > I have found > > mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> \ > -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging> > > For putting the file into the local repository but this does not generate > check sums and if you upload these jars to a shared repository maven > complains. > > This would make it a lot easier for people to set up POM's for Ibiblio or > for private repositories of jars with licenses that prohibit being uploaded > to ibiblio. > > Any one got any ideas? > > Thanks > > Ben > > -- Stephen Duncan Jr www.stephenduncanjr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
