mycontroller-org / mycontroller-parent-pom

MyController parent pom file used across

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mycontroller-parent-pom

A common configuration base for building MyController projects.

How to use

To use this mycontroller-parent-pom as the base of your project, just add the following snippet at the beginning of your project’s pom.xml file:

  <parent>
    <groupId>org.mycontroller</groupId>
    <artifactId>mycontroller-parent</artifactId>
    <version>1</version>
  </parent>

About

MyController parent pom file used across