You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Lukasz Lenart <lu...@googlemail.com> on 2009/11/05 13:35:32 UTC

struts2-archetype-dbportlet

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@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org