You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Gu...@tieto.com on 2009/02/10 16:17:08 UTC

Release plugin question

Hi,
I use maven 2.0.9 and do releases with the release plug-in.
Everything works fine but I would like to prevent release:perform from
generating a source jar and javadoc jar file.
The plug-in also installs the generated jars it in our local repository.
Is it away to prevent this?
Thanks,
Gunnar


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


SV: Release plugin question

Posted by Gu...@tieto.com.
Hi,
Thanks a lot! 
I've read that page but somehow I missed it.
I'll try it on our next release.
Gunnar
 

> -----Ursprungligt meddelande-----
> Från: Kalle Korhonen [mailto:kalle.o.korhonen@gmail.com] 
> Skickat: den 10 februari 2009 16:30
> Till: Maven Users List
> Ämne: Re: Release plugin question
> 
> Use releaseProfile=false (see documentation at 
> http://maven.apache.org/plugins/maven-release-plugin/perform-m
> ojo.html), you can add it in the pom as part of release 
> plugin's configuration.
> 
> Kalle
> 
> 
> On Tue, Feb 10, 2009 at 7:17 AM, <Gu...@tieto.com> wrote:
> 
> > Hi,
> > I use maven 2.0.9 and do releases with the release plug-in.
> > Everything works fine but I would like to prevent 
> release:perform from 
> > generating a source jar and javadoc jar file.
> > The plug-in also installs the generated jars it in our 
> local repository.
> > Is it away to prevent this?
> > Thanks,
> > Gunnar
> >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> 

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


Re: Release plugin question

Posted by Kalle Korhonen <ka...@gmail.com>.
Use releaseProfile=false (see documentation at
http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html), you
can add it in the pom as part of release plugin's configuration.

Kalle


On Tue, Feb 10, 2009 at 7:17 AM, <Gu...@tieto.com> wrote:

> Hi,
> I use maven 2.0.9 and do releases with the release plug-in.
> Everything works fine but I would like to prevent release:perform from
> generating a source jar and javadoc jar file.
> The plug-in also installs the generated jars it in our local repository.
> Is it away to prevent this?
> Thanks,
> Gunnar
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>