There is a parameter "useReleaseProfile" which controls sources and javadocs
addition to the released artifact :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
</configuration>
</plugin>
mjmjmj wrote:
>
> By default release plugin creates and deploys source bundle and javadoc,
> how do i
> disable this feature?
>
> (The same question has already been posted before, but there was no
> response).
>
> thanks
>
>
--
View this message in context:
http://www.nabble.com/Disable-source-bundle-in-release-plugin-tp19527790p19531213.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]