[weld-issues] [JBoss JIRA] Created: (WELDX-70) Automate testing of archetypes
Steven Boscarine (JIRA)
jira-events at lists.jboss.org
Sat Jan 9 11:20:30 EST 2010
Automate testing of archetypes
------------------------------
Key: WELDX-70
URL: https://jira.jboss.org/jira/browse/WELDX-70
Project: Weld Extensions
Issue Type: Task
Components: Archetypes
Affects Versions: Archetypes 1.0.0-BETA1
Reporter: Steven Boscarine
Assignee: Steven Boscarine
This may be a difficult and funky task. I haven't been able to find examples of people automating maven calls. This may be a very pioneering task if done in Java. I do it presently with a shell script.
Here's what needs to happen:
An archetype needs to be built from source. (mvn clean install)
A project needs to be created from the archetype. (mvn archetype:generate -DartifactId=myproject)
The project's tests need to be run. (mvn clean test -f myproject/pom.xml)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list