@Alan
I am not sure where to get the 1.1.4 snapshot build so I was trying to build from source (git) as I have done this before for 1.1.0 M3.
It seems like I am not able to build from source (either with git pull or git clone). I am getting following error:
Code:
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring Roo 1.1.4.BUILD-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.springframework.roo.root ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ org.springframework.roo.root ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (default) @ org.springframework.roo.root >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ org.springframework.roo.root ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (default) @ org.springframework.roo.root <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (default) @ org.springframework.roo.root ---
[INFO]
[INFO] --- maven-gpg-plugin:1.1:sign (sign-artifacts) @ org.springframework.roo.root ---
The process just stuck and not going anywhere. What am I missing?
By the way, the following information is for my maven environment
Code:
Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
Maven home: C:\DevJava\Maven\apache-maven-3.0.3
Java version: 1.6.0_20, vendor: Sun Microsystems Inc.
Java home: C:\DevJava\JDK\jdk1.6.0_20\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows xp", version: "5.1", arch: "x86", family: "windows"
Thanks,
Jeff