Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 417 Bytes

README.adoc

File metadata and controls

17 lines (13 loc) · 417 Bytes

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>