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

https://github.com/ops4j/org.ops4j.tools


https://github.com/ops4j/org.ops4j.tools

Last synced: about 1 year ago
JSON representation

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