ds-bundle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ch.sourcepond</groupId>
<artifactId>ds-bundle</artifactId>
<version>0.7.7</version>
</dependency><?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ch.sourcepond</groupId>
<artifactId>bundle</artifactId>
<version>0.7.7</version>
<relativePath>../bundle/pom.xml</relativePath>
</parent>
<artifactId>ds-bundle</artifactId>
<packaging>pom</packaging>
<name>Base POM for OSGi-bundles which use Declarative Services</name>
<description>This is the parent POM for all OSGi-bundles published by SourcePond which use Declarative Services.</description>
<inceptionYear>2015</inceptionYear>
<properties>
<github.site.path>${project.version}/${project.artifactId}</github.site.path>
<repo.project>build</repo.project>
<maven-scr-plugin.version>1.22.0</maven-scr-plugin.version>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<version>${maven-scr-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>scr</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>