eclipse - How to build Spring Roo project without maven? -
how build spring roo project without maven?
p.s. use sts create roo project. use maven dependency management. m2eclipse have libraries on eclipse classpath. have other non-maven referenced. maven fails build.
you can't. well, suppose manually create ant-based build file same thing, why?
one of purposes behind roo helps manage dependencies , build processes necessary chosen data persistence architecture. maven standard build tool doing that, , best practices implemented creating project via roo.
alternatively, if you're trying import roo-created project eclipse try ...
roo> perform eclipse ...
that generate eclipse project files can import.
Comments
Post a Comment