You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by pawan gandhi <pa...@dowjones.com> on 2010/02/23 21:59:08 UTC

How to skip src.jar html-documentation.jar in release:perform

Hi Folks,

I need to skip the generation of project-src.jar and project-doc.jar and
want to upload only binary to maven repository. Following deploy runs be
default when run command release:perform.

mvn deploy --no-plugin-updates --batch-mode -DperformRelease=true -f pom.xml

How can i achieve this. 


Thanks
Pawan
-- 
View this message in context: http://old.nabble.com/How-to-skip-src.jar-html-documentation.jar-in-release%3Aperform-tp27710396p27710396.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: How to skip src.jar html-documentation.jar in release:perform

Posted by pawan gandhi <pa...@dowjones.com>.
Thanks, i could do it using

mvn clean release:clean release:prepare release:perform -Dgoals="deploy 
-Parchiva.mosaic_repo" -DuseReleaseProfile=false -B




Olivier Lamy wrote:
> 
> http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html#useReleaseProfile
> 
> 
> 
> 2010/2/23 pawan gandhi <pa...@dowjones.com>:
>>
>> Hi Folks,
>>
>> I need to skip the generation of project-src.jar and project-doc.jar and
>> want to upload only binary to maven repository. Following deploy runs be
>> default when run command release:perform.
>>
>> mvn deploy --no-plugin-updates --batch-mode -DperformRelease=true -f
>> pom.xml
>>
>> How can i achieve this.
>>
>>
>> Thanks
>> Pawan
>> --
>> View this message in context:
>> http://old.nabble.com/How-to-skip-src.jar-html-documentation.jar-in-release%3Aperform-tp27710396p27710396.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> 
> 
> -- 
> Olivier
> http://twitter.com/olamy
> http://fr.linkedin.com/in/olamy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/How-to-skip-src.jar-html-documentation.jar-in-release%3Aperform-tp27710396p27714224.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: How to skip src.jar html-documentation.jar in release:perform

Posted by Olivier Lamy <ol...@apache.org>.
http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html#useReleaseProfile



2010/2/23 pawan gandhi <pa...@dowjones.com>:
>
> Hi Folks,
>
> I need to skip the generation of project-src.jar and project-doc.jar and
> want to upload only binary to maven repository. Following deploy runs be
> default when run command release:perform.
>
> mvn deploy --no-plugin-updates --batch-mode -DperformRelease=true -f pom.xml
>
> How can i achieve this.
>
>
> Thanks
> Pawan
> --
> View this message in context: http://old.nabble.com/How-to-skip-src.jar-html-documentation.jar-in-release%3Aperform-tp27710396p27710396.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>



-- 
Olivier
http://twitter.com/olamy
http://fr.linkedin.com/in/olamy

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