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

Reply via email to