IIRC, site:attach-source is not part of the default release goals
try setting "useReleaseProfile" to false On 7/2/07, *Christiaan <[EMAIL PROTECTED]> wrote:
Hello: The problem is when I do a release:perform the source and javadoc are generated by default. I assume this has something todo with the site plugin as site:attach-source is being executed. I am trying to configure the maven-release-plugin to not use the default goals for release:perform of 'deploy, site-deploy' to only 'deploy' I tried configuring the plugin configuration below to no avail: <artifactId>maven-release-plugin</artifactId> <version>2.0-beta-6</version> <configuration> <goals>deploy</goals> </configuration> Thanks in advance. Christiaan -- View this message in context: http://www.nabble.com/Release%3Aperform-Goals-tf4013154s177.html#a11396606 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
