zynxhealth / z-mon

a jenkins build monitor plugin
33 stars 24 forks source link

Upload a compiled plugin file please #4

Closed eddieespinal closed 10 years ago

eddieespinal commented 11 years ago

Hi, I'm new to Jenkins and I'm trying to setup this nice looking dashboard. Can you guys please upload a compiled version of this plugin.

Thanks in advance for your help.

eddieespinal commented 11 years ago

This is the error i'm getting when I tried to compile the plugin. Any help will be appreciated. Thanks.

[INFO] Scanning for projects... [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building Z-Mon Feedback Panel 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-hpi-plugin:1.95:validate (default-validate) @ z-mon --- [INFO] [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ z-mon --- [WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message: Build with Maven 3.0.4 or later. Maven 3.0 through 3.0.3 inclusive do not pass correct settings.xml to Maven Release Plugin. [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.643s [INFO] Finished at: Tue Sep 17 10:52:00 EDT 2013 [INFO] Final Memory: 11M/81M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.0.1:enforce (enforce-maven) on project z-mon: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

SteveMoyer commented 11 years ago

Looks like you need to update your Maven version. The latest versions are available at http://maven.apache.org/download.cgi 3.1.0 at the time I'm writing this. If you don't want to remove your other version of Maven you can always download this version and refer to it by it's full path.

eddieespinal commented 11 years ago

Awesome Steve, that worked.

Thank you so much for your help!