An open API service indexing awesome lists of open source software.

https://github.com/mycontroller-org/mycontroller-parent-pom

MyController parent pom file used across
https://github.com/mycontroller-org/mycontroller-parent-pom

Last synced: about 2 months ago
JSON representation

MyController parent pom file used across

Awesome Lists containing this project

README

          

= 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:

[source,xml]
----

org.mycontroller
mycontroller-parent
1

----