[ 
https://issues.apache.org/jira/browse/MRELEASE-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058326#comment-17058326
 ] 

Hudson commented on MRELEASE-1038:
----------------------------------

Build failed in Jenkins: Maven TLP » maven-release » master #62

See https://builds.apache.org/job/maven-box/job/maven-release/job/master/62/

> releaseProfiles get overriden by exec.pomFileName
> -------------------------------------------------
>
>                 Key: MRELEASE-1038
>                 URL: https://issues.apache.org/jira/browse/MRELEASE-1038
>             Project: Maven Release Plugin
>          Issue Type: Bug
>          Components: perform
>    Affects Versions: 3.0.0-M1
>            Reporter: Benoit MESSAGER
>            Assignee: Olivier Lamy
>            Priority: Minor
>             Fix For: 3.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Profiles specified in <configuration>.<releaseProfiles> are overrided by the 
> pom file name.
> This come from : org.apache.maven.shared.release.config.ReleaseUtils line 130 
> :
> {code:java}
> if ( properties.containsKey( "exec.activateProfiles" ) )
> {
>     builder.setActivateProfiles( Arrays.asList( properties.getProperty( 
> "exec.pomFileName" ).split( "," ) ) );
> }
> {code}
> this look like a failed copy/paste
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to