Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.2
-
Fix Version/s: None
-
Component/s: POM
-
Labels:None
-
Environment:all
-
Complexity:Intermediate
Description
In order to debug mojo, I use mvn -X.
Exemple with the eclipse plugin, I have something like this in the output :
[DEBUG] (f) reactorProjects = [org.apache.maven.project.MavenProject@e29b03d6,
org.apache.maven.project.MavenProject@db660f38, org.apache.maven.project.MavenP
roject@eecae9aa, org.apache.maven.project.MavenProject@a44caf, org.apache.maven.
project.MavenProject@adb676ad, org.apache.maven.project.MavenProject@33defbd1, o
rg.apache.maven.project.MavenProject@f11d7dff, org.apache.maven.project.MavenPro
ject@c08c0a31, org.apache.maven.project.MavenProject@1309c11]
Could we have a better toString() method with the minimum of information in case of maven project groupId, artifactId and version ?
This could be done with a lot of core object Resource ....
Olivier