I'd create a Maven Archetype for that kind of purpose. Think of it as a "template" to start a project with. You can always include your "starter code" as part of that template.

Michael Finney wrote:
In the context of this mission: I wish to make it easy for people to
download some code, change it for the sake of practicing (CodeKata), and
then throw it all away.
Is there a file arrangement or set of instructions in a README or something
that makes it real fast for people to download code, create a java project
in their IDE, and start working with the code?

Right now I use eclipse and wizards. The steps require:
        O SVN wizard
        O project wizard
        O Enable dependency management via right click on the Sonatype
eclipse plugin.


I'd like something easier than people having to go through those steps.
Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to