| Title: |
JBoss Deployers Impl |
| Group ID: |
org.jboss.deployers |
| Artifact ID: |
jboss-deployers-impl |
| Version: |
2.2.0.Alpha8 |
| Last modified: |
30.10.2010 18:18 |
| Packaging: |
jar |
| Name: |
JBoss Deployers Impl |
| Description: |
JBoss Deployers Impl |
| URL: |
http://www.jboss.com/products/jbossmc |
| Vendor: |
JBoss, a division of Red Hat, Inc. |
|
|
| Size: |
112.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/jboss/deployers/jboss-deployers-impl/2.2.0.Alpha8/jboss-deployers-impl-2.2.0.Alpha8.jar |
| POM: |
Show
hide
<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.jboss.deployers</groupId>
<artifactId>jboss-deployers-parent</artifactId>
<version>2.2.0.Alpha8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jboss-deployers-impl</artifactId>
<packaging>jar</packaging>
<name>JBoss Deployers Impl</name>
<url>http://www.jboss.com/products/jbossmc</url>
<description>JBoss Deployers Impl</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- skip>true</skip -->
<!--testFailureIgnore>true</testFailureIgnore-->
<excludes>
<exclude>org/jboss/test/deployers/asynchronous/**/*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.2</version>
<executions>
<execution>
<id>run-asynchronous-tests</id>
<goals>
<goal>run</goal>
</goals>
<phase>test</phase>
<configuration>
<tasks unless="maven.test.skip">
<property name="byteman.path" value="${maven.dependency.org.jboss.byteman.byteman.jar.path}" />
<property name="report.dir" value="${project.build.directory}/surefire-reports" />
<property name="testOutputDirectory" value="${project.build.testOutputDirectory}" />
<ant antfile="${project.build.testOutputDirectory}/build.xml" inheritrefs="true">
<target name="asynchronous-tests" />
</ant>
</tasks>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-junit</artifactId>
<version>${version.ant.junit}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${version.junit}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<!-- Do not add version information here, use ../pom.xml instead -->
<dependencies>
<!-- Global dependencies -->
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-spi</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-dependency</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.kernel</groupId>
<artifactId>jboss-dependency</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.kernel</groupId>
<artifactId>jboss-dependency</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.cl</groupId>
<artifactId>jboss-classloading</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-dependency</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.kernel</groupId>
<artifactId>jboss-dependency</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-mdr</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jboss-reflect</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.kernel</groupId>
<artifactId>jboss-kernel</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.scanning</groupId>
<artifactId>scanning-plugins</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-spi</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.vfs</groupId>
<artifactId>jboss-vfs</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jboss-reflect</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.man</groupId>
<artifactId>jboss-managed</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.man</groupId>
<artifactId>jboss-metatype</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-kernel</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.kernel</groupId>
<artifactId>jboss-kernel</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.cl</groupId>
<artifactId>jboss-classloading</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.cl</groupId>
<artifactId>jboss-classloading-vfs</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.weld.integration</groupId>
<artifactId>weld-jboss-int-deployer</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.mc-int</groupId>
<artifactId>jboss-mc-int-servlet</artifactId>
</exclusion>
<exclusion>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
</exclusion>
<exclusion>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
<exclusion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-core</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-core-spi</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-client</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-core-spi</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-client-spi</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.aop</groupId>
<artifactId>jboss-aop</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-dependency</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.kernel</groupId>
<artifactId>jboss-dependency</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</exclusion>
<exclusion>
<groupId>apache-xerces</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-log4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.test</groupId>
<artifactId>jboss-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-impl</artifactId>
<version>2.2.0.Alpha8</version>
</dependency>
|
| Gradle: |
org.jboss.deployers:jboss-deployers-impl:2.2.0.Alpha8 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|