nikgoodley-ibboost / aost

Automatically exported from code.google.com/p/aost
0 stars 0 forks source link

Create a Maven Archetype for Tellurium #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
So that users can use maven to create a Tellurium project

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 11 Mar 2009 at 3:10

GoogleCodeExporter commented 9 years ago
Created two Tellurium Maven archetypes, tellurium-junit-archetype and
tellurium-testng-archetype for Tellurium JUnit and TestNG project, 
respectively. The 1.0
snapshots have been uploaded to our Maven repository and you can
simply use one Maven command to create a new Tellurium test project,
for example,

mvn archetype:create -DgroupId=your_group_id -
DartifactId=your_artifact_id -DarchetypeArtifactId=tellurium-junit-
archetype -DarchetypeGroupId=tellurium -DarchetypeVersion=1.0-SNAPSHOT 

Original comment by John.Jian.Fang@gmail.com on 13 Mar 2009 at 5:09