Francisco Barros [
http://community.jboss.org/people/francisco_barros] commented on
"Have Your Cake and Eat It Too : Forge Tools"
To view all comments on this blog post, visit:
http://community.jboss.org/community/tools/blog/2011/05/11/have-your-cake...
--------------------------------------------------
I was having the same problem, I guess so, that Koen Aers (May 13, 2011 3:04 AM ) was. So
I downloaded prettyfaces-forge-plugin source from
https://github.com/ocpsoft/prettyfaces-forge-plugin
https://github.com/ocpsoft/prettyfaces-forge-plugin (Downloads button, option Download
Source). Unzipped it and used, instead of
"forge git-plugin
git://github.com/ocpsoft/prettyfaces-forge-plugin.git",
this command: "forge source-plugin
C:\Temp\ocpsoft-prettyfaces-forge-plugin-1.0.0.Alpha1-8-gbfbc643\ocpsoft-prettyfaces-forge-plugin-bfbc643".
But there was still a problem: I had to edit pom.xml and removed
<parent>
<artifactId>ocpsoft-parent</artifactId>
<groupId>com.ocpsoft</groupId>
<version>1</version>
</parent>
HTH
Francisco.
from Brazil.
--------------------------------------------------