https://github.com/ops4j/org.ops4j.tools
https://github.com/ops4j/org.ops4j.tools
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ops4j/org.ops4j.tools
- Owner: ops4j
- License: other
- Created: 2019-01-26T13:57:45.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T23:37:58.000Z (almost 4 years ago)
- Last Synced: 2024-04-13T16:08:28.952Z (about 2 years ago)
- Language: Java
- Size: 485 KB
- Stars: 0
- Watchers: 62
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.adoc
- License: license-header.txt
Awesome Lists containing this project
README
= OPS4J Tools
OPS4J Tools is a collection of utilities which are not classic OSGi bundles.
These utilities are intended to help creating OSGi applications.
== Building and running
Here are some typical maven invocations
.Generate licenese headers in source files
mvn -Plicense process-sources -Pit-maven-projects -Denforcer.skip
.Build project
mvn clean install
.Perform checkstyle
mvn -Pcs validate -Pit-maven-projects -Denforcer.skip