> On Jun 11, 2015, at 4:12 AM, Lalitha Bourishetty > <lalitha.bourishe...@oracle.com> wrote: > > Hi Team, > > By downloading settings.xml manually I could able to run this successfully. > I got project with two sub modules, can you tell me how can we take these and > use in other IDEs (like jdeveloper)as existing modules. >
The archetype generates a standard Maven project. Latest versions of IDEs like Eclipse or IntelliJ simply read Maven POMs and create projects from them. http://maven.apache.org/eclipse-plugin.html <http://maven.apache.org/eclipse-plugin.html>