titan.bundle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.puresoltechnologies.extended-objects</groupId>
<artifactId>titan.bundle</artifactId>
<version>0.3.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.puresoltechnologies.extended-objects</groupId>
<artifactId>titan.parent</artifactId>
<version>0.3.0</version>
</parent>
<artifactId>titan.bundle</artifactId>
<name>eXtended Objects for Titan: ${project.artifactId}</name>
<packaging>bundle</packaging>
<dependencies>
<dependency>
<groupId>com.puresoltechnologies.commons</groupId>
<artifactId>osgi</artifactId>
</dependency>
<dependency>
<groupId>com.puresoltechnologies.extended-objects</groupId>
<artifactId>titan</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>
</dependencies>
<properties>
<bundle.namespace>com.puresoltechnologies.xo.titan</bundle.namespace>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>CleanManifest</id>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>