| | |
| | | <description> |
| | | This module includes CLI API for implementing CLI applications. |
| | | </description> |
| | | <packaging>jar</packaging> |
| | | <packaging>bundle</packaging> |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | |
| | | <groupId>org.freemarker</groupId> |
| | | <artifactId>freemarker</artifactId> |
| | | <version>2.3.21</version> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <properties> |
| | | <opendj.osgi.import> |
| | | com.sun.security.auth*;resolution:=optional, |
| | | * |
| | | </opendj.osgi.import> |
| | | <opendj.osgi.import.additional> |
| | | org.forgerock.opendj.*;provide:=true |
| | | </opendj.osgi.import.additional> |
| | | </properties> |
| | | |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | |
| | | <groupId>org.codehaus.mojo</groupId> |
| | | <artifactId>cobertura-maven-plugin</artifactId> |
| | | </plugin> |
| | | |
| | | <!-- Creates opendj-cli bundle --> |
| | | <plugin> |
| | | <groupId>org.apache.felix</groupId> |
| | | <artifactId>maven-bundle-plugin</artifactId> |
| | | <configuration> |
| | | <instructions> |
| | | <Export-Package>com.forgerock.opendj.cli</Export-Package> |
| | | </instructions> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | <reporting> |
| | | <plugins> |
| | | <plugin> |