You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@click.apache.org by "Gilberto C. Andrade" <gi...@gmail.com> on 2010/02/05 15:53:34 UTC

Maven Archetype for Apache Click

Checking these address ..

http://www.avoka.com/jira/browse/CLKMVN | It doesn't exists anymore
http://mvn4click.sourceforge.net/introduction.html|<http://mvn4click.sourceforge.net/introduction.html%7C>It
exists, but I don't know if it alive

So, I've updated the maven-archetype-click(it was in the previews jira) for
the correct version.
How can I contribute this code to Apache Click?
To make a test:
svn checkout *http*://construtor.googlecode.com/svn/trunk/maven-archetype-click
mac
cd mac
mvn install

Then, use eclipse or netbeans and create a project using that archetype or:
cd tmp
mvn archetype:generate -DarchetypeArtifactId=maven-archetype-click

After that you can move to the new project, test or run it:
mvn jetty:run
mvn test

kind regards,

Gilberto

PS.: I need some feedback on it.