chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Improve diagnostic for maven prerequisites #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a maven pom contains a block like this:

<prerequisites>
  <maven>2.0.6</maven>
</prerequisites>

An error message appears in the build log when using Maven 2.0.5:

[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Unable to build project
'/home/code/vulcan/work/continuum-data-management/pom.xml; it requires
Maven version 2.0.6
[INFO] ------------------------------------------------------------------------

This information should be reported as an error to Vulcan.

Original issue reported on code.google.com by chris.eldredge@gmail.com on 15 Jun 2007 at 1:12

GoogleCodeExporter commented 9 years ago
Maven does not report this exception via the EventMonitor, so it would be too
difficult to capture the event.

Original comment by chris.eldredge@gmail.com on 15 Jun 2007 at 2:09