GitHub user william-ferguson-au opened a pull request:
https://github.com/apache/maven-shared/pull/5
Enhanced maven-dependency-tree to allow resolution of reactor dependencies
Added an overloaded method to DependencyGraphBuilder that accepts the
reactor projects and resolves dependencies from within the reactor.
- Added multi-module-test to validate that the new method works against
both direct and transitive deps.
- Added multi-module-plugin to be used to validate multi-module-test
- Added ProjectReferenceKeyGenerator as there is currently no public method
to generate the key for MavenProject#projectReferences, MavenSession#projectMap
or the Map of reactor projects that we will use.
- Separated the reflective invocation out into the Invoker class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/william-ferguson-au/maven-shared
resolving-reactor-deps
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-shared/pull/5.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5
----
commit 45a05e898f31af9b46522fe0011d7c874ddc7780
Author: William Ferguson <[email protected]>
Date: 2014-05-09T12:12:25Z
Added an overloaded method to DependencyGraphBuilder that accepts the
reactor projects and resolves dependencies from within the reactor.
- Added multi-module-test to validate that the new method works against
both direct and transitive deps.
- Added multi-module-plugin to be used to validate multi-module-test
- Added ProjectReferenceKeyGenerator as there is currently no public method
to generate the key for MavenProject#projectReferences, MavenSession#projectMap
or the Map of reactor projects that we will use.
- Separated the reflective invocation out into the Invoker class.
commit 8ed181a242b315bee0c51f6128c6a6ab0e7d8854
Author: William Ferguson <[email protected]>
Date: 2014-05-09T12:13:36Z
Made maven-project dependency scope=provided as at runtime we want the
version in the maven install, not 2.2.0
commit a6c7bb487cdca4308eb4646a73231e2cac5e343c
Author: William Ferguson <[email protected]>
Date: 2014-05-12T22:37:51Z
Renaming to fix case.
commit 93dba35c99db689ceab97043e03dda549bfd56ed
Author: William Ferguson <[email protected]>
Date: 2014-05-12T22:38:34Z
Renaming to fix case.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]