I am using this configuration for firing goal 'install' instead of
'deploy' in 'release:perform':
<build>
...
<plugins>
...
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>install</goals>
<useReleaseProfile>false</useReleaseProfile>
</configuration>
</plugin>
</plugins>
</build>
M.
On 08/10/2010 06:38 AM, Sergio Oliveira wrote:
I change goals from release:perform to install instead of the default
deploy.
But maven ignores my profile 'release' for phase 'install'. It works when I
call mvn install -P release. But not when I call mvn release:perform -P
release.
It gives the beautiful: Profile with id: 'release' has not been activated.
Any ideas why maven makes it so trivial?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]