Hi All,
I am currently upgrading to maven 3 from 2. I have a settings.xml that I
have been using for a couple of years now. It has a profile in it called
"dev" it looks something like this:
<profiles>
<profile>
<id>dev</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
When I run "mvn clean install" in 2.0 it used this profile and all was well.
Now when I run against Maven 3.0 this profile is not active. I have to run
"mvn clean install -Pdev" to activate it. I have searched online and tried
several things, the only thing that seemed to work was <activeProfiles>.
Does this setting no longer work???
Thanks,
Todd
--
View this message in context:
http://maven.40175.n5.nabble.com/Profile-activeByDefault-in-Maven-3-0-tp5043324p5043324.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]