Maven Plugin checking several OSGi aspects of your project
Add this plugin to your plugins section to enable checking your project:
<plugin> <groupId>org.apache.felix</groupId> <artifactId>osgicheck-maven-plugin</artifactId> <version>0.0.1-SNAPSHOT</version> <executions> <execution> <id>check-bundle</id> <goals> <goal>check</goal> </goals> <configuration> <mode>[DEFAULT|STRICT|ERRORS_ONLY|OFF]</mode> <config> <check> <name>[name_of_the_check]</name> <mode>[DEFAULT|STRICT|ERRORS_ONLY|OFF]</mode> <!-- Additional check configuration --> </check> </config> </configuration> </execution> </executions> </plugin>
The following checks are performed:
The following checks are performed:
The following checks are performed: