Just build another maven archetype using maven3, spring3, freemarker and selenium web driver.
Archetype artifact available here. Use maven install the artifact then
mvn archetype:generate \
-DarchetypeGroupId=au.com.melbourne.ben \
-DarchetypeArtifactId=prototype-archetype \
-DarchetypeVersion=1.0-SNAPSHOT \
-DgroupId=[Your Group Id] \
-DartifactId=[Your Artifact Id]
No comments:
Post a Comment