Saturday, October 19, 2013

how to create parent pom project for organization

     Platform:
  • windows 7- 64 bit
  • java version "1.7.0_40"
  • apache-maven 3.1.0
  • eclipse Kepler 4.3.1
  • m2e - Maven Integration for Eclipse-      http://www.eclipse.org/m2e/download/
  • artifactory-3.0.3
  • tomcat7-maven-plugin
  • jetty-maven-plugin
     In this tutorial I want to create parent pom project using maven project feature.

File-New-Maven Project


select package type pom

this is how it looks like at the end

Right click on pom.xml.
Run as-Maven clean
Run as-Maven install

This is the contents of  pom.xml which is actually parent-pom file

No comments:

Post a Comment