Skip to content

ops4j/org.ops4j.tools

Folders and files

NameName
Last commit message
Last commit date
Dec 20, 2021
May 29, 2020
Jan 26, 2019
May 29, 2020
May 29, 2020
May 29, 2020
Feb 4, 2021
Jan 28, 2019

Repository files navigation

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