[ http://jira.codehaus.org/browse/CONTINUUM-708?page=all ]

Emmanuel Venisse updated CONTINUUM-708:
---------------------------------------

    Fix Version: 1.1

> Continuum can not correctly locate modules for multiple module maven 2 
> projects.
> --------------------------------------------------------------------------------
>
>          Key: CONTINUUM-708
>          URL: http://jira.codehaus.org/browse/CONTINUUM-708
>      Project: Continuum
>         Type: Bug

>   Components: Core system
>     Versions: 1.0.3
>  Environment: Windows 2000, CVS running on windows
>     Reporter: Paul Grove
>      Fix For: 1.1

>
>
> We have a Maven 2 project with mutiple modules we call this the reactor 
> project with the reactor POM. We have the below directory structure for 
> development
> brokerApp
> |
> |POM.xml  (reactor pom)
> |
> |-webapp1
> |    |-POM.xml
> |
> |-coreAPI
> |    |-POM.xml
> |
> |-appEAR
> |    |-POM.xml
> groupId = com.xxxx.conceptlabs.brokerApp
> In the reactor POM we have the following modules
>  <modules>
>     <module>webapp1</module>
>     <module>coreAPI</module>
>     <module>appEAR</module>
>   </modules>
> When we build and deploy from the Maven 2 reactor POM, we get the following 
> directory structure in our Maven 2 repository.
> http://conceptlabs1.intranet.xxxx.co.uk:8080/m2-repo/snapshots/com/xxxx/conceptlabs/brokerApp/
>  
> Under this root we have the following
> |-brokerApp
> |    |-1.0-SNAPSHOT
> |          |-brokerApp-1.0-20060523.162030-1.pom
> |
> |-webapp1
> |    |-1.0-SNAPSHOT
> |          |-webapp1-1.0-20060523.162030-1.pom
> |
> |-coreAPI
> |    |-1.0-SNAPSHOT
> |        |-coreAPI-1.0-20060523.162030-1.pom
> |
> |-appEAR
> |    |-1.0-SNAPSHOT
> |        |-appEAR-1.0-20060523.162030-1.pom
> Continuum can not correctly locate modules for multiple module maven 2 
> projects.
> This is the proper location as produced by doing a Maven 2 mvn deploy
> http://conceptlabs1.intranet.xxxx.co.uk:8080/m2-repo/snapshots/com/xxxx/conceptlabs/brokerApp/webapp1/1.0-SNAPSHOT/webapp1-1.0-20060523.162030-1.pom
> but Continuum for some reason looks here?
> http://conceptlabs1.intranet.xxxx.co.uk:8080/m2-repo/snapshots/com/xxxx/conceptlabs/brokerApp/brokerApp/1.0-SNAPSHOT/brokerApp-1.0-20060523.1620/webapp1/pom.xml:

-- 
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