Details
Description
Currently, if you try to run release:prepare on a multimodule project after removing any of that build's artifacts from the local repository, it will fail. Investigate why release:prepare needs the multimodule artifacts installed in the local repository before it can succeed.
To reproduce, comment the following line in it2002/test.sh:
mvn clean install
NOTE: This may have to do with the version resolution code, which is used to resolve SNAPSHOT versions.
Issue Links
- is duplicated by
-
MRELEASE-330
target release:prepare fails for multiproject if cross project dependencies exist
-
-
MRELEASE-102
Preparation goals 'clean integration-test' not sufficient for plugin-projects
-
-
MRELEASE-228
release:prepare should not require multimodule artifacts to be in the local repository
-
- is related to
-
MRELEASE-240
release-pom.xml does not contain <dependencies> and <dependencyManagement>
-
-
MNG-4331
Add new mojo annotation @requiresDependencyCollection to grab dependency tree without files
-
- relates to
-
MRELEASE-388
@requiresDependencyResolution on prepare mojo causes build to look for its own dependencies
-
-
MRELEASE-62
Option not to run install phase during realease:prepare
-
-
MRELEASE-326
Doens't resolve multiproject dependencies properly
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.0.1 [ 12000 ] | |
| Fix Version/s | 2.0.2 [ 12107 ] |
| Assignee | John Casey [ jdcasey ] |
| Project | Maven 2 [ 10500 ] | Maven 2.x Release Plugin [ 11144 ] |
| Component/s | maven-release-plugin [ 11800 ] | |
| Affects Version/s | 2.0.1 [ 12000 ] | |
| Fix Version/s | 2.0.3 [ 12107 ] | |
| Key | MNG-1766 |
|
| Workflow | Maven [ 43284 ] | jira [ 44271 ] |
| Workflow | jira [ 44271 ] | Maven [ 44943 ] |
| Fix Version/s | 2.0-beta-5 [ 12269 ] |
| Assignee | John Casey [ jdcasey ] |
| Workflow | Maven [ 44943 ] | Maven New [ 52263 ] |
| Fix Version/s | 2.0 [ 12571 ] | |
| Fix Version/s | 2.0-beta-4 [ 12367 ] |
| Fix Version/s | 2.0 [ 12571 ] |
| Assignee | Emmanuel Venisse [ evenisse ] | |
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 2.0-beta-5 [ 13024 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Link |
This issue relates to |
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Fix Version/s | 2.0-beta-5 [ 13024 ] |
| Fix Version/s | 2.0-beta-8 [ 13812 ] |
| Link |
This issue is duplicated by |
| Link |
This issue is duplicated by |
| Fix Version/s | 2.0-beta-8 [ 13812 ] | |
| Fix Version/s | 2.0-beta-9 [ 14682 ] |
| Link |
This issue relates to |
| Link |
This issue relates to |
| Component/s | prepare [ 13615 ] |
| Assignee | Emmanuel Venisse [ evenisse ] | |
| Fix Version/s | Future [ 15102 ] | |
| Fix Version/s | 2.0-beta-9 [ 14682 ] |
| Link |
This issue is duplicated by |
| Fix Version/s | Future [ 15102 ] | |
| Fix Version/s | 2.0 [ 15113 ] |
| Link |
This issue is related to |
| Assignee | Brett Porter [ brettporter ] | |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
does it mean, after reach daily release where we have a new snaphot version, I must install a snapshot of my build artifact to my local repo? ( mvn install ) so that the next release:prepare would work.