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
- Host: GitHub
- URL: https://github.com/mycontroller-org/mycontroller-parent-pom
- Owner: mycontroller-org
- Created: 2016-03-05T11:12:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T20:32:55.000Z (about 3 years ago)
- Last Synced: 2024-12-28T01:23:13.845Z (12 months ago)
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.adoc
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
----