Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3
-
Fix Version/s: 1.4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Hi all,
As discussed in GROOVY-4741 I had to make a custom gmaven version using the good (but outdated)
http://www.yeap.de/blog2.0/archives/233-Build-Groovy++-with-Maven.html
and gmaven-1.3.
Attached is the full .tar.gz, it seems to work fine.
Also, the documentation still lists the old org.codehaus.groovy.gmaven stuff.
I hope somebody will check this stuff in, it seems like a lot of people had the same problem and liked to use gmaven but were stuck with the various conflicts and errors I encountered, too. Without the link above I'd not even have tried to do this.
Best regards,
David
I have added support for 1.8 on a github fork here:
https://github.com/kurtharriger/gmaven
I have also deployed the maven artifacts on the maven branch for those that don't want to download and compile it you can add the following to get my 1.4-SNAPSHOT build.
<repositories>
<repository>
<id>kurtharriger-gmaven-snapshots</id>
<url>https://github.com/kurtharriger/gmaven/raw/maven/snapshots</url>
</repository>
</repositories>