Hi,
I updated that archetype but have no clue what is wrong with it, could
someone take a look on it?
You can use below script to build it up
#!/bin/sh
if [ -e demo ] ; then
rm -R demo
fi
cd struts2-archetype-dbportlet
mvn clean install
cd ..
mvn -B archetype:generate -DgroupId=org.demo -DartifactId=demo
-Dversion=1.0-SNAPSHOT -DpackageName=org.demo
-DarchetypeArtifactId=struts2-archetype-dbportlet
-DarchetypeGroupId=org.apache.struts -DarchetypeVersion=2.1.8
-DinteractiveMode=false
cd demo
mvn jetty:run
cd ..
Regards
--
Lukasz
http://www.lenart.org.pl/---------------------------------------------------------------------
To unsubscribe, e-mail:
dev-unsubscribe@...
For additional commands, e-mail:
dev-help@...