Search code examples
buildr

buildr generate folder structure


I'm starting to use Apache buildr. As far as I understand, I always have to create the default folder structure (src/main/java etc) on my own? Is there a way to let buildr to this job for me?

Thanks,


Solution

    • Use Maven 2 archetype generation
    • Run Buildr from the project dir. it sees the pom.xml and asks if you want to create a basic Buildr script from it.
    • Run 'buildr eclipse' to generate .classpath and .project
    • In Eclipse, import from a existing project in file system