We're currently using Ant with Ivy for build and dependency management, but there's an interest in providing template starter projects like Maven provides using archetypes.

http://maven.apache.org/guides/introduction/introduction-to-archetypes.html

However, we don't want to go the Maven route for building and dependency management as Ant/Ivy suits our needs currently.

Are there any alternatives that people use instead of Maven archetypes?

Alternatively, are people just using Maven archetypes in a way that complements their Ant/Ivy projects?

link|improve this question

69% accept rate
1  
Would this answer your question? – smooth reggae Nov 11 '11 at 18:40
good question. I don't know the answer but, as an alternative, if I were in your shoes, I'd just quickly grab maven and use it to create a template project, ditch the pom.xml file and use Ant+Ivy from there. – gmale Dec 8 '11 at 23:24
feedback

1 Answer

Use SpringSource Tool Suite (STS) and its project templates support (see this blog for more info)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.