组织ID: |
org.apache.sling |
项目ID: |
org.apache.sling.testing.paxexam |
版本: |
0.0.4 |
最后修改时间: |
2019-11-01 09:53:40 |
包类型: |
jar |
标题: |
Apache Sling Testing PaxExam |
描述: |
Test support for use with Pax Exam. |
大小: |
29.69KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.paxexam</artifactId>
<version>0.0.4</version>
</dependency>
|
Gradle引入代码: |
org.apache.sling:org.apache.sling.testing.paxexam:0.0.4
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<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>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>30</version>
<relativePath />
</parent>
<artifactId>org.apache.sling.testing.paxexam</artifactId>
<version>0.0.4</version>
<packaging>bundle</packaging>
<name>Apache Sling Testing PaxExam</name>
<description>Test support for use with Pax Exam.</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<sling.java.version>7</sling.java.version>
<org.ops4j.pax.exam.version>4.10.0</org.ops4j.pax.exam.version>
</properties>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.paxexam-0.0.4</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.paxexam-0.0.4</developerConnection>
<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.testing.paxexam-0.0.4</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>
org.ops4j.pax.exam.cm;resolution:=optional,
*
</Import-Package>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<systemProperties>
<property>
<name>bundle.filename</name>
<value>${basedir}/target/${project.build.finalName}.jar</value>
</property>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- javax -->
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<scope>provided</scope>
</dependency>
<!-- OSGi -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.cmpn</artifactId>
<scope>provided</scope>
</dependency>
<!-- Apache Felix -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<!-- testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam</artifactId>
<version>${org.ops4j.pax.exam.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-cm</artifactId>
<version>${org.ops4j.pax.exam.version}</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-forked</artifactId>
<version>${org.ops4j.pax.exam.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit4</artifactId>
<version>${org.ops4j.pax.exam.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-link-mvn</artifactId>
<version>${org.ops4j.pax.exam.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/org.apache.sling/org.apache.sling.testing.paxexam/pom.properties
META-INF/maven/org.apache.sling/org.apache.sling.testing.paxexam/pom.xml
org.apache.sling.testing.paxexam.SlingOptions.class
org.apache.sling.testing.paxexam.SlingVersionResolver.class
org.apache.sling.testing.paxexam.TestSupport.class
org.apache.sling.testing.paxexam.package-info.class
templates/SlingOptions.txt
templates/SlingVersionResolver.txt
|
依赖Jar: |
org.apache.felix.framework-5.6.2.jar
/org.apache.felix/org.apache.felix.framework/5.6.2
查看org.apache.felix.framework所有版本文件
pax-exam-${org.ops4j.pax.exam.version}.jar
/org.ops4j.pax.exam/pax-exam/${org.ops4j.pax.exam.version}
查看pax-exam所有版本文件
pax-exam-cm-${org.ops4j.pax.exam.version}.jar
/org.ops4j.pax.exam/pax-exam-cm/${org.ops4j.pax.exam.version}
查看pax-exam-cm所有版本文件
pax-exam-container-forked-${org.ops4j.pax.exam.version}.jar
/org.ops4j.pax.exam/pax-exam-container-forked/${org.ops4j.pax.exam.version}
查看pax-exam-container-forked所有版本文件
pax-exam-junit4-${org.ops4j.pax.exam.version}.jar
/org.ops4j.pax.exam/pax-exam-junit4/${org.ops4j.pax.exam.version}
查看pax-exam-junit4所有版本文件
pax-exam-link-mvn-${org.ops4j.pax.exam.version}.jar
/org.ops4j.pax.exam/pax-exam-link-mvn/${org.ops4j.pax.exam.version}
查看pax-exam-link-mvn所有版本文件
|