I have a couple of questions about the Trinidad Archetype:
1) Are the archetypeGroupId and archetypeArtifactId correct on the wiki? I followed the directions given by the wiki (http://wiki.apache.org/myfaces/Trinidad_Archetype), but found that when I attempted to run the archetype:create I was getting a failure, indicating the groupId and artifactId could not be found. After looking around a bit, I saw a different groupId and artifactId specified in trinidad-archetype/target/exported-pom.xml. When I tried using these, I was able to get archetype:create to work. That is, instead of -DarchetypeGroupId=org.apache.myfaces.adf.maven -DarchetypeArtifactId=adf-archetype I used -DarchetypeGroupId=org.apache.myfaces.adf.build -DarchetypeArtifactId=maven-adf-archetype Is it expected that the archetypeGroupId/archetypeArtifactId I used should make things work? If so, I can update the wiki accordingly. 2) This is likely a basic maven question, but if I build trinidad myself locally (using "mvn install" in the apache adffaces\trunk), would this archetype pick up the jars I build? Thanks, Joey Matthias Wessendorf wrote:
Hey folks, I created a Maven2 archetype for ADF Faces / Trinidad. With this archetype it is possible to generate ADF Faces "starter project" The archetype contains a simple "Hello World". The idea for this comes from the MyFaces archetype. Where to put this archetype? /adf-faces /plugins I prefere a *new* folder: /adf-archetype or should we place it under /plugins ? Greetings, Matthias
