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).

You can create an 'upload bundle' with
   mvn repository:bundle-create

Uploading to ibiblio is described here; it should work the same for
your own repository:
   http://maven.apache.org/guides/mini/guide-ibiblio-upload.html

> mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> \
>      -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging>

This one also has -DgeneratePom=true, but it's still for your local repository.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to