| Title: |
JBoss Application Server J2SE |
| Group ID: |
org.jboss.jbossas |
| Artifact ID: |
jboss-as-j2se |
| Version: |
5.0.1.GA |
| Last modified: |
24.02.2009 04:57 |
| Packaging: |
jar |
| Name: |
JBoss Application Server J2SE |
| Description: |
JBoss Application Server (j2se module) |
| URL: |
http://www.jboss.org/jbossas |
| Vendor: |
JBoss, a division of Red Hat, Inc. |
|
|
| Size: |
90.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/jboss/jbossas/jboss-as-j2se/5.0.1.GA/jboss-as-j2se-5.0.1.GA.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.jbossas</groupId>
<artifactId>jboss-as-parent</artifactId>
<version>5.0.1.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-j2se</artifactId>
<packaging>jar</packaging>
<name>JBoss Application Server J2SE</name>
<url>http://www.jboss.org/jbossas</url>
<description>JBoss Application Server (j2se module)</description>
<build>
<sourceDirectory>src/main</sourceDirectory>
<testSourceDirectory>src/tests</testSourceDirectory>
<resources>
<resource>
<directory>src/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.3</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>test-jar</id>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>assembly</id>
<goals>
<goal>attached</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
<configuration>
<descriptorSourceDirectory>src/assembly</descriptorSourceDirectory>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- Compile (global) dependencies -->
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</dependency>
<dependency>
<groupId>oswego-concurrent</groupId>
<artifactId>concurrent</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.integration</groupId>
<artifactId>jboss-classloading-spi</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</dependency>
<dependency>
<groupId>apache-xerces</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<!-- Test scope dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-j2se</artifactId>
<version>5.0.1.GA</version>
</dependency>
|
| Gradle: |
org.jboss.jbossas:jboss-as-j2se:5.0.1.GA |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|