karaf
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>karaf</artifactId> <version>1.6.0</version> </dependency>
<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/maven-v4_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.felix</groupId> <artifactId>felix-parent</artifactId> <version>1.2.1</version> <relativePath>../pom/pom.xml</relativePath> </parent> <groupId>org.apache.felix.karaf</groupId> <artifactId>karaf</artifactId> <packaging>pom</packaging> <version>1.6.0</version> <name>Apache Felix Karaf</name> <inceptionYear>2007</inceptionYear> <modules> <module>main</module> <module>commons</module> <module>features</module> <module>admin</module> <module>deployer</module> <module>shell</module> <module>jaas</module> <module>client</module> <module>management</module> <module>webconsole</module> <module>manual</module> <module>exception</module> <module>assembly</module> <module>demos</module> <module>itests</module> <module>tooling</module> </modules> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/karaf-1.6.0</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/karaf-1.6.0</developerConnection> <url>http://svn.apache.org/viewvc/felix/releases/karaf-1.6.0</url> </scm> <issueManagement> <system>jira</system> <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url> </issueManagement> <prerequisites> <maven>2.0.7</maven> </prerequisites> <properties> <aopalliance.version>1.0_3</aopalliance.version> <cglib.version>2.1_3_4</cglib.version> <commons.logging.version>1.1.1</commons.logging.version> <depends.maven.plugin.version>1.0</depends.maven.plugin.version> <easymock.version>2.4</easymock.version> <equinox.version>3.5.1.v20090827</equinox.version> <felix.bundlerepository.version>1.6.2</felix.bundlerepository.version> <felix.compendium.version>1.2.0</felix.compendium.version> <felix.configadmin.version>1.2.4</felix.configadmin.version> <felix.fileinstall.version>3.0.0</felix.fileinstall.version> <felix.framework.version>2.0.5</felix.framework.version> <felix.gogo.version>0.4.0</felix.gogo.version> <felix.osgi.version>1.4.0</felix.osgi.version> <felix.plugin.version>2.1.0</felix.plugin.version> <felix.prefs.version>1.0.4</felix.prefs.version> <felix.webconsole.version>3.0.0</felix.webconsole.version> <felix.metatype.version>1.0.2</felix.metatype.version> <aries.blueprint.version>0.1-incubating</aries.blueprint.version> <aries.jmx.version>0.1-incubating</aries.jmx.version> <geronimo.servlet.version>1.1.2</geronimo.servlet.version> <jansi.version>1.2</jansi.version> <jetty.bundle.version>6.1.22_1</jetty.bundle.version> <junit.version>4.7_1</junit.version> <jline.version>0.9.95.20100209</jline.version> <log4j.version>1.2.16</log4j.version> <maven.version>2.0.9</maven.version> <mina.version>2.0.0-RC1</mina.version> <pax.exam.version>1.2.0</pax.exam.version> <pax.logging.version>1.5.0</pax.logging.version> <pax.runner.version>1.4.0</pax.runner.version> <pax.url.version>1.1.2</pax.url.version> <pax.web.version>0.7.2</pax.web.version> <servlet.api.version>2.5</servlet.api.version> <spring.osgi.version>1.2.0</spring.osgi.version> <spring.version>2.5.6.SEC01</spring.version> <sshd.version>0.4.0</sshd.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <appendedResourcesDirectory>${basedir}/etc/appended-resources</appendedResourcesDirectory> <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy> </properties> <repositories> <!-- Apache snapshots --> <repository> <id>apache-snapshots</id> <name>Apache Snapshots Repository</name> <url>http://repository.apache.org/content/groups/snapshots-group</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> <!-- ServiceMix repo --> <repository> <id>servicemix</id> <name>Apache ServiceMix Repository</name> <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>jansi.release.m2</id> <name>jansi Release Repository</name> <url>http://jansi.fusesource.org/repo/release</url> <snapshots> <enabled>false</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </repository> </repositories> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>manual</artifactId> <type>pdf</type> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>manual</artifactId> <type>html</type> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>org.apache.felix.karaf.main</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>org.apache.felix.karaf.exception</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>org.apache.felix.karaf.client</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>org.apache.felix.karaf.commons</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.deployer</groupId> <artifactId>org.apache.felix.karaf.deployer.spring</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.deployer</groupId> <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.deployer</groupId> <artifactId>org.apache.felix.karaf.deployer.features</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.deployer</groupId> <artifactId>org.apache.felix.karaf.deployer.war</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>org.apache.felix.karaf.management</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.demos</groupId> <artifactId>demos</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.features</groupId> <artifactId>org.apache.felix.karaf.features.core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.features</groupId> <artifactId>org.apache.felix.karaf.features.command</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.features</groupId> <artifactId>org.apache.felix.karaf.features.management</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.admin</groupId> <artifactId>org.apache.felix.karaf.admin.core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.admin</groupId> <artifactId>org.apache.felix.karaf.admin.command</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.admin</groupId> <artifactId>org.apache.felix.karaf.admin.management</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.shell</groupId> <artifactId>org.apache.felix.karaf.shell.console</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.shell</groupId> <artifactId>org.apache.felix.karaf.shell.obr</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.shell</groupId> <artifactId>org.apache.felix.karaf.shell.osgi</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.shell</groupId> <artifactId>org.apache.felix.karaf.shell.log</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.shell</groupId> <artifactId>org.apache.felix.karaf.shell.config</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.shell</groupId> <artifactId>org.apache.felix.karaf.shell.packages</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.shell</groupId> <artifactId>org.apache.felix.karaf.shell.ssh</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.shell</groupId> <artifactId>org.apache.felix.karaf.shell.commands</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.shell</groupId> <artifactId>org.apache.felix.karaf.shell.dev</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.jaas</groupId> <artifactId>org.apache.felix.karaf.jaas.boot</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.jaas</groupId> <artifactId>org.apache.felix.karaf.jaas.config</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.jaas</groupId> <artifactId>org.apache.felix.karaf.jaas.modules</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.demos</groupId> <artifactId>web</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>apache-felix-karaf</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>apache-felix-karaf</artifactId> <type>zip</type> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf</groupId> <artifactId>apache-felix-karaf</artifactId> <classifier>features</classifier> <type>xml</type> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix.karaf.tooling</groupId> <artifactId>org.apache.felix.karaf.tooling.testing</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> <version>${felix.framework.version}</version> <exclusions> <exclusion> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.compendium</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.compendium</artifactId> <version>${felix.compendium.version}</version> <exclusions> <exclusion> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.foundation</artifactId> </exclusion> <exclusion> <groupId>org.apache.felix</groupId> <artifactId>javax.servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.core</artifactId> <version>${felix.osgi.version}</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.configadmin</artifactId> <version>${felix.configadmin.version}</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.prefs</artifactId> <version>${felix.prefs.version}</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.bundlerepository</artifactId> <version>${felix.bundlerepository.version}</version> <exclusions> <exclusion> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.service.obr</artifactId> </exclusion> <exclusion> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.shell</artifactId> </exclusion> <exclusion> <groupId>net.sf.kxml</groupId> <artifactId>kxml2</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.metatype</artifactId> <version>${felix.metatype.version}</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.webconsole</artifactId> <version>${felix.webconsole.version}</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.fileinstall</artifactId> <version>${felix.fileinstall.version}</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${felix.plugin.version}</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>${maven.version}</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <version>${maven.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>${spring.version}</version> <exclusions> <exclusion> <groupId>org.aopalliance</groupId> <artifactId>com.springsource.org.aopalliance</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi-core</artifactId> <version>${spring.osgi.version}</version> <exclusions> <exclusion> <groupId>org.springframework</groupId> <artifactId>org.springframework.aop</artifactId> </exclusion> <exclusion> <groupId>org.springframework</groupId> <artifactId>org.springframework.beans</artifactId> </exclusion> <exclusion> <groupId>org.springframework</groupId> <artifactId>org.springframework.context</artifactId> </exclusion> <exclusion> <groupId>org.springframework</groupId> <artifactId>org.springframework.core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi-io</artifactId> <version>${spring.osgi.version}</version> </dependency> <dependency> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi-extender</artifactId> <version>${spring.osgi.version}</version> </dependency> <dependency> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi-annotation</artifactId> <version>${spring.osgi.version}</version> </dependency> <dependency> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi-test</artifactId> <version>${spring.osgi.version}</version> <exclusions> <exclusion> <groupId>org.springframework.osgi</groupId> <artifactId>asm.osgi</artifactId> </exclusion> <exclusion> <groupId>org.junit</groupId> <artifactId>com.springsource.junit</artifactId> </exclusion> <exclusion> <groupId>org.objectweb.asm</groupId> <artifactId>com.springsource.org.objectweb.asm</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.junit</artifactId> <version>${junit.version}</version> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.jetty-bundle</artifactId> <version>${jetty.bundle.version}</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>${log4j.version}</version> </dependency> <dependency> <groupId>jline</groupId> <artifactId>jline</artifactId> <version>${jline.version}</version> </dependency> <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> <version>${jansi.version}</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>${commons.logging.version}</version> </dependency> <dependency> <groupId>org.apache.maven.artifact</groupId> <artifactId>maven-artifact</artifactId> <version>3.0-alpha-1</version> </dependency> <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> <version>${mina.version}</version> <exclusions> <exclusion> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> </exclusion> <exclusion> <groupId>org.easymock</groupId> <artifactId>easymockclassextension</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.4.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.4.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-nop</artifactId> <version>1.4.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.4.3</version> </dependency> <dependency> <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-api</artifactId> <version>${pax.logging.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-service</artifactId> <version>${pax.logging.version}</version> <exclusions> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-mvn</artifactId> <version>${pax.url.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-wrap</artifactId> <version>${pax.url.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-war</artifactId> <version>${pax.url.version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_2.5_spec</artifactId> <version>${geronimo.servlet.version}</version> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>${easymock.version}</version> </dependency> <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-core</artifactId> <version>${sshd.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam</artifactId> <version>${pax.exam.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-junit</artifactId> <version>${pax.exam.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-default</artifactId> <version>${pax.exam.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-junit-extender-impl</artifactId> <version>${pax.exam.version}</version> </dependency> <dependency> <groupId>org.eclipse</groupId> <artifactId>osgi</artifactId> <version>${equinox.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>${servlet.api.version}</version> </dependency> <dependency> <groupId>org.apache.aries.blueprint</groupId> <artifactId>org.apache.aries.blueprint</artifactId> <version>${aries.blueprint.version}</version> <exclusions> <exclusion> <groupId>org.apache.felix</groupId> <artifactId>javax.servlet</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.aries.jmx</groupId> <artifactId>org.apache.aries.jmx</artifactId> <version>${aries.jmx.version}</version> </dependency> <dependency> <groupId>org.apache.aries.jmx</groupId> <artifactId>org.apache.aries.jmx.blueprint</artifactId> <version>${aries.jmx.version}</version> </dependency> <dependency> <groupId>org.apache.felix.gogo</groupId> <artifactId>org.apache.felix.gogo.runtime</artifactId> <version>${felix.gogo.version}</version> </dependency> <dependency> <groupId>org.apache.felix.gogo</groupId> <artifactId>org.apache.felix.gogo.commands</artifactId> <version>${felix.gogo.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.runner</groupId> <artifactId>pax-runner-no-jcl</artifactId> <version>${pax.runner.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-api</artifactId> <version>${pax.web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-spi</artifactId> <version>${pax.web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-runtime</artifactId> <version>${pax.web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-jetty</artifactId> <version>${pax.web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-jsp</artifactId> <version>${pax.web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-extender-war</artifactId> <version>${pax.web.version}</version> </dependency> <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-extender-whiteboard</artifactId> <version>${pax.web.version}</version> </dependency> </dependencies> </dependencyManagement> <build> <defaultGoal>install</defaultGoal> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.4</version> <configuration> <outputDirectory>${basedir}/eclipse-classes</outputDirectory> <downloadSources>true</downloadSources> <downloadJavadocs>true</downloadJavadocs> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.0</version> <configuration> <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals> <arguments>-Prelease,deploy</arguments> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${felix.plugin.version}</version> <extensions>true</extensions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-idea-plugin</artifactId> <version>2.1</version> <configuration> <downloadSources>true</downloadSources> <downloadJavadocs>true</downloadJavadocs> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.3.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>1.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.3</version> </plugin> <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>depends-maven-plugin</artifactId> <version>${depends.maven.plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.0.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.2</version> <dependencies> <dependency> <groupId>ant-contrib</groupId> <artifactId>ant-contrib</artifactId> <version>1.0b3</version> </dependency> <dependency> <groupId>ant</groupId> <artifactId>ant-optional</artifactId> <version>1.5.3-1</version> </dependency> <dependency> <groupId>org.ccil.cowan.tagsoup</groupId> <artifactId>tagsoup</artifactId> <version>1.2</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.1.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.1</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> <source>1.5</source> <target>1.5</target> <maxmem>256M</maxmem> <fork>${compiler.fork}</fork> </configuration> </plugin> <plugin> <artifactId>maven-remote-resources-plugin</artifactId> <version>1.1</version> <executions> <execution> <goals> <goal>process</goal> </goals> <configuration> <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory> <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> <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-resources-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <inherited>true</inherited> <executions> <execution> <id>cleanVersions</id> <phase>generate-sources</phase> <goals> <goal>cleanVersions</goal> </goals> <configuration> <versions> <karaf.osgi.version>${project.version}</karaf.osgi.version> </versions> </configuration> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>2.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.1.2</version> </plugin> </plugins> </reporting> <profiles> <profile> <id>fastinstall</id> <properties> <maven.test.skip>true</maven.test.skip> </properties> </profile> <profile> <id>rat</id> <build> <plugins> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>0.6</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> <!-- IDEA files --> <exclude>**/*.iml</exclude> <exclude>**/*.ipr</exclude> <exclude>**/*.iws</exclude> <!-- Eclipse files --> <exclude>**/.*</exclude> <exclude>**/eclipse-classes/**/*</exclude> <exclude>**/dependency-reduced-pom.xml</exclude> <!--RAT doesn't seem to recognize MIT style licenses--> <exclude>manual/src/styles/print.css</exclude> </excludes> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>release</id> <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.3</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.0-alpha-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> <executions> <execution> <id>attach-assemblies</id> <phase>none</phase> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>setup.eclipse</id> <modules> <module>assembly</module> </modules> <properties> <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir> </properties> <build> <defaultGoal>eclipse:eclipse</defaultGoal> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <inherited>false</inherited> <executions> <execution> <id>setup.eclipse.workspace</id> <phase>process-test-sources</phase> <goals> <goal>add-maven-repo</goal> </goals> <configuration> <workspace>${eclipse.workspace.dir}</workspace> </configuration> </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.0.4</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.4</version> <configuration> <source>1.5</source> </configuration> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>