instead of doing that, i'd suggest that you call the archetype correctly with the right parameters then you should not need to change anything afterwards :

mvn *archetype*:create -DarchetypeGroupId=org.apache.*wicket*
-DarchetypeArtifactId=*wicket*-*archetype*-quickstart
-DarchetypeVersion=1.3.0-beta3 -DgroupId=com.mycompany
-DartifactId=myproject

like this

mvn *archetype*:create -DarchetypeGroupId=org.apache.*wicket*
-DarchetypeArtifactId=*wicket*-*archetype*-quickstart
-DarchetypeVersion=1.3.0-beta3 -DgroupId=com.anitascompany
-DartifactId=bestprojectever

and replace com.anitascompany and bestprojectever with whater gives best meaning for you.

anita nichols wrote:
Ok I have my wicket 1.3 running smoothly,  how do try the wicket example?

Do I need to remove all the files from com.mycompany folder?
or can I just create a new one and redirect the page to my new application?
how to redirect?


Thanks,
Anita


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to