组织ID: |
org.apache.directory.server |
项目ID: |
apacheds-core-unit |
版本: |
1.5.0 |
最后修改时间: |
2019-10-23 02:09:38 |
包类型: |
jar |
标题: |
ApacheDS Core Unit |
大小: |
19.47KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-core-unit</artifactId>
<version>1.5.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.directory.server:apacheds-core-unit:1.5.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="ISO-8859-1"?><project>
<parent>
<artifactId>build</artifactId>
<groupId>org.apache.directory.server</groupId>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>apacheds-core-unit</artifactId>
<name>ApacheDS Core Unit</name>
<version>1.5.0</version>
<profiles>
<profile>
<id>no-integration-or-perf-tests</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*ITest.java</exclude>
<exclude>**/*PTest.java</exclude>
</excludes>
<argLine>-Xmx1024m</argLine>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<echo>=================================================================
W A R N I N G
-------------
Integration and performance tests have been disabled. To enable
integration tests run maven with the -Dintegration switch. To
enable performance tests run maven with the -Dperformance switch.
=================================================================</echo>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>integration</id>
<activation>
<property>
<name>integration</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>pertest</forkMode>
<excludes>
<exclude>**/*PTest.java</exclude>
</excludes>
<argLine>-Xmx1024m</argLine>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<echo>=================================================================
I N T E G R A T I O N
---------------------
Performance tests have been disabled. To enable
performance tests run maven with the -Dperformance switch.
=================================================================</echo>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>performance</id>
<activation>
<property>
<name>performance</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<property>
<name>outputDirectory</name>
<value>${basedir}/target</value>
</property>
</systemProperties>
<excludes>
<exclude>**/*ITest.java</exclude>
</excludes>
<argLine>-Xmx1024m</argLine>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<echo>=================================================================
P E R F O R M A N C E
---------------------
Integration tests have been disabled. To enable integration
tests run maven with the -Dintegration switch.
=================================================================</echo>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>nlog4j</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-core</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-schema-extras</artifactId>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.directory.server.core.unit.AbstractAdminTestCase.class
org.apache.directory.server.core.unit.AbstractNonAdminTestCase.class
org.apache.directory.server.core.unit.AbstractPerformanceTest.class
org.apache.directory.server.core.unit.AbstractTestCase.class
META-INF/NOTICE.txt
META-INF/LICENSE.txt
META-INF/maven/org.apache.directory.server/apacheds-core-unit/pom.xml
META-INF/maven/org.apache.directory.server/apacheds-core-unit/pom.properties
|
依赖Jar: |
apacheds-core-1.5.0.jar
/org.apache.directory.server/apacheds-core/1.5.0
查看apacheds-core所有版本文件
apacheds-schema-extras-1.5.0.jar
/org.apache.directory.server/apacheds-schema-extras/1.5.0
查看apacheds-schema-extras所有版本文件
|