i want to create three projects. One of them is parent project and the other two will be modules.
On this site http://maven.apache.org/plugins/maven-eclipse-plugin/reactor.html it is explained how to do. It says that the packaging type by parent should be pom. In my case it is not a good option. I want to use an existing project as parent project and create two additional modules.
Is it possible to define my existing project (war) as parent?