Maven OSGi integration.
Library for Maven-OSGi integration.
Here is the list of declaration for maven-osgi. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-osgi</artifactId> <version>0.2.0</version> </dependency>
If you think this Maven repository POM file listing for maven-osgi is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The maven-osgi-0.2.0 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Build | maven-project 2.0.6 This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required. | 36 |
The following plugins are used in the maven-osgi-0.2.0.jar
The following packages are defined in the maven-osgi-0.2.0.jar
org.apache.maven.shared.osgi
Here is the content of the POM file.
<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"> <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> <version>8</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-osgi</artifactId> <version>0.2.0</version> <name>Maven OSGi integration</name> <description>Library for Maven-OSGi integration</description> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <version>2.0.6</version> </dependency> <dependency> <groupId>biz.aQute</groupId> <artifactId>bndlib</artifactId> <version>0.0.203</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>1.0</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-maven-plugin</artifactId> <version>1.3.5</version> <executions> <execution> <goals> <goal>descriptor</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.0-beta-7</version> </plugin> </plugins> </build> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-osgi-0.2.0</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-osgi-0.2.0</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/shared/tags/maven-osgi-0.2.0</url> </scm> </project>