cave
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.karaf</groupId> <artifactId>cave</artifactId> <version>4.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>21</version> <relativePath /> </parent> <groupId>org.apache.karaf</groupId> <artifactId>cave</artifactId> <version>4.2.1</version> <packaging>pom</packaging> <name>Apache Karaf :: Cave</name> <properties> <commons-io.version>2.6</commons-io.version> <cxf.version>3.3.4</cxf.version> <httpcore.version>4.4.12</httpcore.version> <httpclient.version>4.5.10</httpclient.version> <jackson.version>2.10.0</jackson.version> <jsoup.version>1.12.1</jsoup.version> <karaf.version>4.2.7</karaf.version> <osgi.version>6.0.0</osgi.version> <commons-codec.version>1.13</commons-codec.version> <wagon.version>1.0</wagon.version> <servlet.spec.groupId>javax.servlet</servlet.spec.groupId> <servlet.spec.artifactId>javax.servlet-api</servlet.spec.artifactId> <servlet.spec.version>3.1.0</servlet.spec.version> <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy> </properties> <modules> <module>repository</module> <module>gateway</module> <module>deployer</module> <module>manual</module> <module>assembly</module> <module>itest</module> </modules> <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/karaf-cave.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/karaf-cave.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=karaf-cave.git;a=summary</url> <tag>cave-4.2.1</tag> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.karaf.cave.repository</groupId> <artifactId>org.apache.karaf.cave.repository.api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.karaf.cave.repository</groupId> <artifactId>org.apache.karaf.cave.repository.service</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.karaf.cave.gateway</groupId> <artifactId>org.apache.karaf.cave.gateway.api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.karaf.cave.gateway</groupId> <artifactId>org.apache.karaf.cave.gateway.service</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>org.apache.karaf.shell</groupId> <artifactId>org.apache.karaf.shell.core</artifactId> <version>${karaf.version}</version> </dependency> <dependency> <groupId>org.apache.karaf.features</groupId> <artifactId>org.apache.karaf.features.core</artifactId> <version>${karaf.version}</version> </dependency> <dependency> <groupId>org.apache.karaf.scheduler</groupId> <artifactId>org.apache.karaf.scheduler.core</artifactId> <version>${karaf.version}</version> </dependency> <dependency> <groupId>org.apache.karaf</groupId> <artifactId>org.apache.karaf.util</artifactId> <version>${karaf.version}</version> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>${jsoup.version}</version> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.core</artifactId> <version>${osgi.version}</version> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.cmpn</artifactId> <version>${osgi.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.5</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.5</version> </dependency> <dependency> <groupId>${servlet.spec.groupId}</groupId> <artifactId>${servlet.spec.artifactId}</artifactId> <version>${servlet.spec.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-aether</artifactId> <version>2.4.1</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-jetty-bundle</artifactId> <version>4.1.2</version> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>3.2</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>4.0.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.5</version> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> <scope>test</scope> </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> <pluginManagement> <plugins> <plugin> <groupId>org.apache.karaf.tooling</groupId> <artifactId>karaf-services-maven-plugin</artifactId> <version>${karaf.version}</version> <executions> <execution> <id>service-metadata-generate</id> <phase>process-classes</phase> <goals> <goal>service-metadata-generate</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.karaf.tooling</groupId> <artifactId>karaf-maven-plugin</artifactId> <version>${karaf.version}</version> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>4.2.1</version> <extensions>true</extensions> <configuration> <instructions> <_removeheaders>Private-Package,Include-Resource,Embed-Dependency,Created-By,Bnd-LastModified,Built-By,Tool</_removeheaders> <_versionpolicy>${bnd.version.policy}</_versionpolicy> </instructions> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> <version>1.5</version> <executions> <execution> <goals> <goal>process</goal> </goals> <configuration> <resourceBundles> <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> </resourceBundles> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.7</version> <executions> <execution> <id>copy-notice</id> <phase>generate-resources</phase> <configuration> <tasks> <copy file="NOTICE" todir="target/maven-shared-archive-resources/META-INF" failonerror="false" overwrite="true" /> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <useReleaseProfile>false</useReleaseProfile> <releaseProfiles>release,deploy</releaseProfiles> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals> <arguments>-Prelease,deploy</arguments> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <modules> <module>manual</module> </modules> <build> <plugins> <!-- We want to deploy the artifact to a staging location for perusal --> <plugin> <inherited>true</inherited> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> <configuration> <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository> <updateReleaseInfo>true</updateReleaseInfo> </configuration> </plugin> <!-- We want to sign the artifact, the POM, and all attached artifacts --> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>make-assembly</id> <phase>none</phase> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>attach-assemblies</id> <phase>none</phase> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>deploy</id> <properties> <createSourcesJar>true</createSourcesJar> </properties> <build> <defaultGoal>deploy</defaultGoal> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <configuration> <source>1.8</source> </configuration> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>rat</id> <activation> <activeByDefault>true</activeByDefault> </activation> <build> <plugins> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>0.12</version> <executions> <execution> <phase>verify</phase> <goals> <goal>check</goal> </goals> </execution> </executions> <configuration> <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile> <excludeSubProjects>false</excludeSubProjects> <excludes> <exclude>**/target/**/*</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.kar</exclude> </excludes> <consoleOutput>true</consoleOutput> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>