You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jesse McConnell (JIRA)" <ji...@codehaus.org> on 2007/03/09 19:36:13 UTC

[jira] Closed: (CONTINUUM-708) Continuum can not correctly locate modules for multiple module maven 2 projects.

     [ http://jira.codehaus.org/browse/CONTINUUM-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse McConnell closed CONTINUUM-708.
-------------------------------------

    Resolution: Won't Fix

by design, emm offered a solution though

> 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
>          Issue Type: Bug
>          Components: Core system
>    Affects Versions: 1.0.3
>         Environment: Windows 2000, CVS running on windows
>            Reporter: Paul Grove
>             Fix For: 1.1-alpha-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