Details
Description
Using hierachical projet structure, when the parent project is not first one in the reactor, getCommonBasedir fails to detect the common basedir
public void testGetCommonBasedirOfRegularMultiModuleRootNotBeeingFirstInReactor() throws Exception { assertEquals( "/working/directory/flat-multi-module", ReleaseUtil.getCommonBasedir( Arrays.asList( new MavenProject[]{ createProject( "/working/directory/flat-multi-module/core" ), createProject( "/working/directory/flat-multi-module" ), createProject( "/working/directory/flat-multi-module/webapp" )} ), '/' ) ); }
Issue Links
- depends upon
-
MRELEASE-261
release:prepare should support flat directory multi-module projects
-
- is duplicated by
-
MRELEASE-526
release:prepare 2.0 goal tags at the wrong level, tagging project/ instead of project/trunk
-
- is related to
-
MRELEASE-582
Regression: releasing an individual module on a separate release cycle tags the entire project instead
-
Activity
nicolas de loof
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | nicolas de loof [ ndeloof ] |
nicolas de loof
made changes -
| Link |
This issue depends upon |
nicolas de loof
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
nicolas de loof
made changes -
| Status | In Progress [ 3 ] | Closed [ 6 ] |
| Fix Version/s | 2.1 [ 12571 ] | |
| Resolution | Fixed [ 1 ] |
Carlo de Wolf
made changes -
| Link |
This issue is related to |
Brett Porter
made changes -
| Link |
This issue is duplicated by |