Jason van Zyl wrote:
Doesn't see to be a whole lot of activity around the 3.1.0-alpha-1 so I plan to 
cut the 3.1.0-beta-1 this weekend if there are no objections.
+1 - have been using it all week with no issues.

One thing I would love to see ( and I should really raise a JIRA for this ), when there are dependency range conflicts currently we get:

[ERROR] Failed to execute goal on project smx3.standardreports: Could not resolve dependencies for project smx3:smx3.standardreports:bundle:3.0.74-SNAPSHOT: Failed to collect dependencies for smx3:smx3.standardreports:jar:3.0.74-SNAPSHOT: Could not resolve version conflict among [smx3:smx3.spi:jar:[1.6.1,2.0.0), smx3:smx3.statistics:jar:[9.2.1,10.0.0) -> smx3:smx3.partyresource:jar:9.2.11-SNAPSHOT -> smx3:smx3.spi:jar:[2.0.0,3.0.0), smx3:smx3.api:jar:9.1.1 -> smx3:smx3.spi:jar:[1.3.9,2.0.0), smx3:smx3.reporting:jar:[9.2.1,10.0.0) -> smx3:smx3.mounting:jar:9.2.11-SNAPSHOT -> smx3:smx3.spi:jar:[2.0.0,3.0.0), smx3:smx3.reporting:jar:[9.2.1,10.0.0) -> smx3:smx3.entitysearch:jar:9.2.11-SNAPSHOT -> smx3:smx3.spi:jar:[2.0.0,3.0.0), smx3:smx3.schema:jar:9.2.3 -> smx3:smx3.spi:jar:[1.3.9,2.0.0)] -> [Help 1]

which is super super awesome and contains all the information one needs, only - it's kinda hard to read since its all on one line.

I find myself doing a simple search/replace on ,\s with ,\n which gives me:

[ERROR] Failed to execute goal on project smx3.standardreports: Could not resolve dependencies for project smx3:smx3.standardreports:bundle:3.0.74-SNAPSHOT: Failed to collect dependencies for smx3:smx3.standardreports:jar:3.0.74-SNAPSHOT: Could not resolve version conflict among [smx3:smx3.spi:jar:[1.6.1,2.0.0), smx3:smx3.statistics:jar:[9.2.1,10.0.0) -> smx3:smx3.partyresource:jar:9.2.11-SNAPSHOT -> smx3:smx3.spi:jar:[2.0.0,3.0.0),
smx3:smx3.api:jar:9.1.1 -> smx3:smx3.spi:jar:[1.3.9,2.0.0),
smx3:smx3.reporting:jar:[9.2.1,10.0.0) -> smx3:smx3.mounting:jar:9.2.11-SNAPSHOT -> smx3:smx3.spi:jar:[2.0.0,3.0.0), smx3:smx3.reporting:jar:[9.2.1,10.0.0) -> smx3:smx3.entitysearch:jar:9.2.11-SNAPSHOT -> smx3:smx3.spi:jar:[2.0.0,3.0.0),
smx3:smx3.schema:jar:9.2.3 -> smx3:smx3.spi:jar:[1.3.9,2.0.0)] -> [Help 1]

Which is SOOO much more readable having them on separate lines - some colorization in there would also rock.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to