jvm enforcer too strict + shitty plugin not found
-------------------------------------------------
Key: MGROOVY-164
URL: http://jira.codehaus.org/browse/MGROOVY-164
Project: GMaven
Issue Type: Bug
Affects Versions: 1.0-rc-4
Environment: linux
Reporter: robert lazarski
Assignee: Jason Dillon
I checked out the source today so I could fix MGROOVY-144 and got this:
[INFO] [enforcer:enforce {execution: default}]
[WARNING] Rule 0: org.apache.maven.plugin.enforcer.RequireJavaVersion failed
with message: Detected JDK Version: 1.6.0-3 is not in the allowed range
[1.4,1.6).
Commenting out the enforcer in the pom.xml allowed me to build up until ...
Project ID: org.codehaus.mojo:shitty-maven-plugin
Reason: POM 'org.codehaus.mojo:shitty-maven-plugin' not found in repository:
Unable to download the artifact from any repository
org.codehaus.mojo:shitty-maven-plugin:pom:1.0-alpha-4-SNAPSHOT
from the specified remote repositories:
codehaus.org (http://snapshots.repository.codehaus.org),
central (http://repo1.maven.org/maven2)
for project org.codehaus.mojo:shitty-maven-plugin
>From the shitty site, seems like the latest version is 1.0-alpha-2-SNAPSHOT.
>Changing the pom.xml to this worked:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>shitty-maven-plugin</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
</plugin>
Cool project btw ;-)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email