[ 
http://jira.codehaus.org/browse/CONTINUUM-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170443#action_170443
 ] 

Christian Schulte commented on CONTINUUM-2094:
----------------------------------------------

The attached example project is just one kind of pom not supported (correctly) 
by continuum. Another issue is the release plugin configuration when there is 
more than one inheritance level. For example:

pom1 (holds release plugin configuration)
  pom2
    jar (release preparation cannot see the release plugin configuration from 
pom1)


> Update the release prepare action to use 
> org.apache.maven.project.MavenProjectBuilder instead of 
> org.apache.maven.model.Model
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2094
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2094
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Integration - Maven 2, Release
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_17
> OS name: "linux" version: "2.6.28.7" arch: "i386" Family: "unix"
>            Reporter: Christian Schulte
>             Fix For: 1.3.x
>
>         Attachments: CONTINUUM-2094.zip, ReleasePrepareAction.patch
>
>
> When preparing a release, Continuum processes the pom to release based on the 
> unprocessed org.apache.maven.model.Model. This leads to Continnum not 
> supporting releases for a large set of poms. The attached patch updates the 
> maven-release-manager dependency to the latest released version and 
> additionally updates class ReleasePrepareAction to use 
> org.apache.maven.project.MavenProjectBuilder for processing the pom to 
> release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to