Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.2.1
-
Fix Version/s: Issues to be reviewed for 3.x
-
Component/s: Command Line, Reactor and workspace
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
This is an idea comming from this thread :
http://www.nabble.com/Hibernate-feedback-about-Maven-usage.-td25137434.html
And more particularly from this blog post :
http://relation.to/12116.lace
The idea is to not have to set the -pl option, and use the current module for it. Maven will have to search the reactor through parents to construct and launch the build.
I solved this problem in a very specific way for my use case (maven-reactor-plugin) with the following Perl tidbit:
Maybe it will help someone out there.