[weld-issues] [JBoss JIRA] Commented: (WELDRAD-22) Create an archetype for using Weld in EAP 5.1
Dan Allen (JIRA)
jira-events at lists.jboss.org
Tue Oct 12 15:26:40 EDT 2010
[ https://jira.jboss.org/browse/WELDRAD-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556598#action_12556598 ]
Dan Allen commented on WELDRAD-22:
----------------------------------
Available in source form here:
http://anonsvn.jboss.org/repos/weld/archetypes/eap51-weld-jsf-webapp/trunk
Here's how you grab and build it:
svn co http://anonsvn.jboss.org/repos/weld/archetypes/eap51-weld-jsf-webapp/trunk eap51-weld-jsf-webapp
cd eap51-weld-jsf-webapp
./create-archetype.sh install
That will create the archetype and install it into the local Maven repository. Now you can create a project from it:
mvn archetype:generate -B -DarchetypeCatalog=local \
-DarchetypeArtifactId=eap51-weld-jsf-webapp -DarchetypeGroupId=org.jboss.weld.archetypes -DarchetypeVersion=1.0.0-SNAPSHOT \
-DartifactId=test-project -DgroupId=com.acme -Dpackage=com.acme.test -Dversion=1.0.0-SNAPSHOT -Dname="JSF 1.2 and CDI webapp project"
> Create an archetype for using Weld in EAP 5.1
> ---------------------------------------------
>
> Key: WELDRAD-22
> URL: https://jira.jboss.org/browse/WELDRAD-22
> Project: Weld Archetypes
> Issue Type: Feature Request
> Reporter: Shane Bryzak
> Assignee: Dan Allen
>
> We need an archetype for Weld-based projects running in EAP 5.1.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list