组织ID: |
org.apache.felix |
项目ID: |
maven-obr-plugin |
版本: |
1.0.0 |
最后修改时间: |
2018-07-28 19:40:14 |
包类型: |
maven-plugin |
标题: |
OBR Maven Plugin |
描述: |
Provides a maven plugin which allows the automatic cration and update of an
OSGi Bundle Repository complaint to OSGi RFC 0112.
|
大小: |
93.73KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>maven-obr-plugin</artifactId>
<version>1.0.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.felix:maven-obr-plugin:1.0.0
|
下载Jar包: |
|
POM文件内容: |
<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>
<artifactId>felix</artifactId>
<groupId>org.apache.felix</groupId>
<version>1.0.1</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-obr-plugin</artifactId>
<version>1.0.0</version>
<packaging>maven-plugin</packaging>
<name>OBR Maven Plugin</name>
<description>
Provides a maven plugin which allows the automatic cration and update of an
OSGi Bundle Repository complaint to OSGi RFC 0112.
</description>
<dependencies>
<dependency>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.service.obr</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0.7</version>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-obr-plugin-1.0.0</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-obr-plugin-1.0.0</developerConnection>
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-obr-plugin-1.0.0</url>
</scm>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/plugin.xml
META-INF/LICENSE
META-INF/LICENSE.kxml2
META-INF/NOTICE
org.apache.felix.obr.plugin.ObrInstall.class
org.apache.felix.obr.plugin.ObrCleanRepo.class
org.apache.felix.obr.plugin.ObrDeployFile.class
org.apache.felix.obr.plugin.Category.class
org.apache.felix.obr.plugin.PElement.class
org.apache.felix.obr.plugin.RemoteFileManager.class
org.apache.felix.obr.plugin.ResourcesBundle.class
org.apache.felix.obr.plugin.XmlHelper.class
org.apache.felix.obr.plugin.PathFile.class
org.apache.felix.obr.plugin.Require.class
org.apache.felix.obr.plugin.Config.class
org.apache.felix.obr.plugin.Capability.class
org.apache.felix.obr.plugin.ObrInstallFile.class
org.apache.felix.obr.plugin.ExtractBindexInfo.class
org.apache.felix.obr.plugin.ObrDeploy.class
org.apache.felix.obr.plugin.ObrUpdate.class
org.osgi.impl.bundle.obr.resource.VersionRange.class
org.osgi.impl.bundle.obr.resource.ManifestEntry.class
org.osgi.impl.bundle.obr.resource.FilterImpl$DictQuery.class
org.osgi.impl.bundle.obr.resource.FilterImpl$Query.class
org.osgi.impl.bundle.obr.resource.CapabilityImpl.class
org.osgi.impl.bundle.obr.resource.Tag.class
org.osgi.impl.bundle.obr.resource.FilterImpl.class
org.osgi.impl.bundle.obr.resource.Native.class
org.osgi.impl.bundle.obr.resource.RequirementImpl.class
org.osgi.impl.bundle.obr.resource.Parameter.class
org.osgi.impl.bundle.obr.resource.Manifest.class
org.osgi.impl.bundle.obr.resource.BundleInfo.class
org.osgi.impl.bundle.obr.resource.StringSet.class
org.osgi.impl.bundle.obr.resource.ResourceImpl.class
org.osgi.impl.bundle.obr.resource.RepositoryImpl.class
SchemaObr.xsd
META-INF/maven/org.apache.felix/maven-obr-plugin/pom.xml
META-INF/maven/org.apache.felix/maven-obr-plugin/pom.properties
|
依赖Jar: |
kxml2-2.2.2.jar
/net.sf.kxml/kxml2/2.2.2
查看kxml2所有版本文件
org.osgi.service.obr-1.0.0.jar
/org.apache.felix/org.osgi.service.obr/1.0.0
查看org.osgi.service.obr所有版本文件
maven-plugin-api-2.0.7.jar
/org.apache.maven/maven-plugin-api/2.0.7
查看maven-plugin-api所有版本文件
xercesImpl-2.8.1.jar
/xerces/xercesImpl/2.8.1
查看xercesImpl所有版本文件
maven-project-2.0.7.jar
/org.apache.maven/maven-project/2.0.7
查看maven-project所有版本文件
|