I'd like to give these a try, but I don't know where to start.

We have an archetype page here:

 * http://struts.apache.org/2.0.11/docs/struts-maven-archetypes.html

So, I tried running

mvn archetype:create   -DgroupId=tutorial \
                       -DartifactId=tutorial \
                       -DarchetypeGroupId=org.apache.struts \
                       -DarchetypeArtifactId=struts2-archetype-starter \
                       -DarchetypeVersion=struts2-archetype-starter  \

-DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository

but Maven suggested that I install the artifact.

I see that we have some binaries uploaded here:

 * 
http://people.apache.org/builds/struts/m2-staging-repository/org/apache/struts/

but I don't know enough about Maven to get those installed locally,
without building it locally.

Should we be providing a ZIP that people can install locally to test
the bits, or is there another mechanism that we can use?

-Ted.


On Nov 12, 2007 2:48 PM, Don Brown <[EMAIL PROTECTED]> wrote:
> I've created test builds titled 2.0.11 for the following archetypes:
>  * struts2-archetype-plugin - Creates a Struts 2 plugin
>  * struts2-archetype-starter - Creates a starter Struts 2 app

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

Reply via email to