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?