On 8/15/07, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> Yep, I found the source:jar plugin just moments after sending my
> original email.
>
> The problem I have now is when I install to our internal remote
> repository using the following command, I have two problems:
>
> mvn deploy:deploy-file -DgroupId=lty -DartifactId=lty-utils
> -Dpackaging=jar -Dversion=1.0-SNAPSHOT
> -Dfile=lty-utils-1.0-SNAPSHOT-sources.jar -DrepositoryId=central
> -Durl=file:\\build.corp.upromise.com\maven2 -Dgeneratepom=false

Consider configuring <distributionManagement> so that 'mvn deploy ...'
will deploy snapshots without this extra step.

-- 
Wendy

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

Reply via email to