On Mon, Jul 11, 2011 at 8:15 PM, Olaf Klischat <olaf.klisc...@sofd.de> wrote:
> mvn deploy:deploy-file -Dfile=mylib.jar DpomFile=mypom.pom
> -DgeneratePom=false -Durl=<repourl>
>
> , it apparently just uploads the jar under the name <groupid-artifactid from
> mypom.pom>-<timestamp>.pom.

You mentioned a timestamp, so... you're deploying a snapshot?  And
even though you specify -DpomFile in the command, only the jar gets
deployed?

Does it work if you use a non-snapshot version number?  (Use something
like 1.0-test or 1.0-deleteme to avoid 'using up' a version number you
might need in the future.)

Check JIRA and see if it's a known issue for the version of the deploy
plugin you're using.  I've never tried to deploy-file a snapshot.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to