Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0.3
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Core system
-
Labels:None
-
Environment:Windows 2000, CVS running on windows
-
Complexity:Intermediate
-
Number of attachments :
Description
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
but Continuum for some reason looks here?
Issue Links
| This issue relates to: | ||||
| CONTINUUM-529 | Modules (child) scm connection URLs are not constructed correctly |
|
|
|
Please post the logs of continuum