Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.2
-
None
Description
I have a series of projects that inherit <defaultGoal>deploy</defaultGoal>, but one of the active profiles in the Continuum build environment overrides this to <defaultGoal>site-deploy</defaultGoal> (confirmed by help:effective-pom).
However, when I add the project to Continuum, it still ends up having "deploy" as its goal. This strongly suggests that Continuum isn't applying active profiles to the POM before reading it. This could be a problem in other contexts as well - what if it was, for example, a profile that was supplying the SCM connection data?