| Title: |
JBoss Application Server Varia |
| Group ID: |
org.jboss.jbossas |
| Artifact ID: |
jboss-as-varia |
| Version: |
6.0.0.20100216-M2 |
| Last modified: |
16.02.2010 20:22 |
| Packaging: |
jar |
| Name: |
JBoss Application Server Varia |
| Description: |
JBoss Application Server (varia module) |
| URL: |
http://www.jboss.org/jbossas |
| Vendor: |
JBoss, a division of Red Hat, Inc. |
|
|
| Size: |
117.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/jboss/jbossas/jboss-as-varia/6.0.0.20100216-M2/jboss-as-varia-6.0.0.20100216-M2-jbossjmx-ant.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>6.0.0.20100216-M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-varia</artifactId>
<packaging>jar</packaging>
<name>JBoss Application Server Varia</name>
<url>http://www.jboss.org/jbossas</url>
<description>JBoss Application Server (varia module)</description>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-resources</id>
<goals>
<goal>copy-resources</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<resources>
<resource>
<directory>src/resources</directory>
</resource>
</resources>
<outputDirectory>target/resources</outputDirectory>
<includeEmptyDirs>true</includeEmptyDirs>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>assembly</id>
<goals>
<goal>single</goal>
</goals>
<phase>package</phase>
<configuration>
<descriptors>
<descriptor>src/assembly/autonumber-plugin.xml</descriptor>
<descriptor>src/assembly/counter-plugin.xml</descriptor>
<descriptor>src/assembly/deployment-service.xml</descriptor>
<descriptor>src/assembly/deployment-service-sar.xml</descriptor>
<descriptor>src/assembly/derby-plugin.xml</descriptor>
<descriptor>src/assembly/foe-deployer-3.2-sar.xml</descriptor>
<descriptor>src/assembly/hsqldb-plugin.xml</descriptor>
<descriptor>src/assembly/hsqldb.xml</descriptor>
<descriptor>src/assembly/http-invoker-sar.xml</descriptor>
<descriptor>src/assembly/httpha-invoker-sar.xml</descriptor>
<descriptor>src/assembly/jboss-bean-deployer.xml</descriptor>
<descriptor>src/assembly/jboss-bindingservice.xml</descriptor>
<descriptor>src/assembly/jboss-monitoring.xml</descriptor>
<descriptor>src/assembly/jboss-samlsso.xml</descriptor>
<descriptor>src/assembly/jboss-srp-client.xml</descriptor>
<descriptor>src/assembly/jboss-srp.xml</descriptor>
<descriptor>src/assembly/jbossjmx-ant.xml</descriptor>
<descriptor>src/assembly/jmx-console.xml</descriptor>
<descriptor>src/assembly/logging-monitor.xml</descriptor>
<descriptor>src/assembly/mail-plugin.xml</descriptor>
<descriptor>src/assembly/mbean-configurator-sar.xml</descriptor>
<descriptor>src/assembly/netboot.xml</descriptor>
<descriptor>src/assembly/persistent-service-sar.xml</descriptor>
<descriptor>src/assembly/process-plugin.xml</descriptor>
<descriptor>src/assembly/properties-plugin.xml</descriptor>
<descriptor>src/assembly/scheduler-plugin-example.xml</descriptor>
<descriptor>src/assembly/scheduler-plugin.xml</descriptor>
<descriptor>src/assembly/snmp-adaptor.xml</descriptor>
<descriptor>src/assembly/snmp-adaptor-sar.xml</descriptor>
<descriptor>src/assembly/statscollector.xml</descriptor>
<descriptor>src/assembly/threaddump.xml</descriptor>
<descriptor>src/assembly/xmlentitymgr.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>create-output</id>
<goals>
<goal>run</goal>
</goals>
<phase>package</phase>
<configuration>
<tasks>
<!-- Some files in etc are copied into the dist build -->
<mkdir dir="target/etc"/>
<copy todir="target/etc" filtering="yes">
<fileset dir="src/etc">
<include name="**"/>
</fileset>
</copy>
<!-- build deployers -->
<property name="build.deployers" location="target/deployers"/>
<property name="source.resources" location="src/resources"/>
<mkdir dir="${build.deployers}/bsh.deployer"/>
<mkdir dir="${build.deployers}/bsh.deployer/META-INF"/>
<jar jarfile="${build.deployers}/bsh.deployer/bsh-deployer.jar">
<fileset dir="${project.build.outputDirectory}">
<include name="org/jboss/varia/deployment/BeanShell**"/>
<include name="org/jboss/varia/deployment/Script**"/>
<include name="org/jboss/varia/deployment/Test**"/>
<include name="org/jboss/varia/deployment/Legacy**"/>
</fileset>
</jar>
<copy todir="${build.deployers}/bsh.deployer/META-INF">
<fileset file="${source.resources}/beanshell/bsh-deployers-jboss-beans.xml"/>
</copy>
<!-- beanvalidation.deployer -->
<mkdir dir="${build.deployers}/beanvalidation.deployer"/>
<mkdir dir="${build.deployers}/beanvalidation.deployer/META-INF"/>
<copy todir="${build.deployers}/beanvalidation.deployer/META-INF">
<fileset dir="${source.resources}/beanvalidation">
<include name="*.xml"/>
</fileset>
</copy>
<copy todir="${build.deployers}/beanvalidation.deployer">
<fileset file="${maven.dependency.org.jboss.beanvalidation.beanvalidation-deployers.jar.path}"/>
</copy>
<!-- seam.deployer -->
<mkdir dir="${build.deployers}/seam.deployer"/>
<mkdir dir="${build.deployers}/seam.deployer/META-INF"/>
<copy todir="${build.deployers}/seam.deployer/META-INF">
<fileset dir="${source.resources}/seam">
<include name="*.xml"/>
</fileset>
</copy>
<copy todir="${build.deployers}/seam.deployer">
<fileset file="${maven.dependency.org.jboss.seam.integration.jboss-seam-int-microcontainer.jar.path}"/>
</copy>
<!-- jboss-bean.deployer -->
<mkdir dir="target/kernel/jboss-bean.deployer"/>
<copy todir="target/kernel/jboss-bean.deployer" filtering="no">
<fileset file="target/jboss-bean-deployer.jar"/>
<fileset file="${maven.dependency.org.jboss.kernel.jboss-aop-mc-int.jar.path}"/>
<fileset file="${maven.dependency.org.jboss.kernel.jboss-dependency.jar.path}"/>
<fileset file="${maven.dependency.org.jboss.kernel.jboss-kernel.jar.path}"/>
<fileset dir="target/resources/kernel">
<include name="**/*.xml"/>
</fileset>
</copy>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<!-- Compile (global dependencies) -->
<dependency>
<groupId>org.jboss.bootstrap</groupId>
<artifactId>jboss-bootstrap-spi-as</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-ejb3</artifactId>
</dependency>
<dependency>
<groupId>opensaml</groupId>
<artifactId>opensaml</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.cluster</groupId>
<artifactId>jboss-ha-server-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.kernel</groupId>
<artifactId>jboss-dependency</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-system-jmx</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-system</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-server</artifactId>
</dependency>
<dependency>
<groupId>apache-velocity</groupId>
<artifactId>velocity</artifactId>
</dependency>
<dependency>
<groupId>joesnmp</groupId>
<artifactId>joesnmp</artifactId>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</dependency>
<dependency>
<groupId>org.beanshell</groupId>
<artifactId>bsh</artifactId>
</dependency>
<dependency>
<groupId>apache-bsf</groupId>
<artifactId>bsf</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-cluster</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.mx</groupId>
<artifactId>jboss-j2se</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.kernel</groupId>
<artifactId>jboss-kernel</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-core-spi</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-impl</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-vfs</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.integration</groupId>
<artifactId>jboss-transaction-spi</artifactId>
</dependency>
<dependency>
<groupId>apache-xerces</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-log4j</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.naming</groupId>
<artifactId>jnp-client</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.naming</groupId>
<artifactId>jnpserver</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
</dependency>
<dependency>
<groupId>jboss.web</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jbosssx-client</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.service.binding</groupId>
<artifactId>jboss-service-binding-core</artifactId>
</dependency>
<dependency>
<groupId>oswego-concurrent</groupId>
<artifactId>concurrent</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jbossxb</artifactId>
</dependency>
<!-- Needed for assemblies -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.seam.integration</groupId>
<artifactId>jboss-seam-int-microcontainer</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.beanvalidation</groupId>
<artifactId>beanvalidation-deployers</artifactId>
</dependency>
</dependencies>
<profiles>
<profile>
<id>jdk5</id>
<activation>
<jdk>1.5</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<excludes>
<exclude>org/jboss/varia/stats/*JDK6.java</exclude>
<exclude>org/jboss/tm/plugins/tyrex/*.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>jdk6</id>
<activation>
<jdk>1.6</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<excludes>
<exclude>org/jboss/varia/stats/*JDK5.java</exclude>
<exclude>org/jboss/tm/plugins/tyrex/*.java</exclude>
<exclude>org/jboss/jdo/castor/*.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<!-- Maven 2.0.x does not allow version ranges for <jdk> for activating profiles.
Maven 2.1 does http://maven.apache.org/guides/introduction/introduction-to-profiles.html
So for Maven 2.0.x we create another profile which will do the same
as the jdk6 profile, except that it will be activated for JDK 1.7 version -->
<profile>
<id>jdk7</id>
<activation>
<jdk>1.7</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<excludes>
<exclude>org/jboss/varia/stats/*JDK5.java</exclude>
<exclude>org/jboss/tm/plugins/tyrex/*.java</exclude>
<exclude>org/jboss/jdo/castor/*.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Maven: |
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-varia</artifactId>
<version>6.0.0.20100216-M2</version>
<classifier>jbossjmx-ant</classifier>
</dependency>
|
| Gradle: |
org.jboss.jbossas:jboss-as-varia:6.0.0.20100216-M2:jbossjmx-ant |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
ant-1.8.2.jar
in org/apache/ant/ant/1.8.2
-
[JAR]
beanvalidation-deployers-null.jar
in org/jboss/beanvalidation/beanvalidation-deployers/null
-
[JAR]
bsf-null.jar
in apache-bsf/bsf/null
-
[JAR]
bsh-2.0b4.jar
in org/beanshell/bsh/2.0b4
-
[JAR]
commons-collections-3.2.1.jar
in commons-collections/commons-collections/3.2.1
-
[JAR]
concurrent-null.jar
in oswego-concurrent/concurrent/null
-
[JAR]
hsqldb-1.8.0.7.jar
in hsqldb/hsqldb/1.8.0.7
-
[JAR]
jboss-as-cluster-6.1.0.Final.jar
in org/jboss/jbossas/jboss-as-cluster/6.1.0.Final
-
[JAR]
jboss-as-ejb3-5.0.0.GA-deployer.jar
in org/jboss/jbossas/jboss-as-ejb3/5.0.0.GA
-
[JAR]
jboss-as-server-6.1.0.Final.jar
in org/jboss/jbossas/jboss-as-server/6.1.0.Final
-
[JAR]
jboss-as-system-6.1.0.Final.jar
in org/jboss/jbossas/jboss-as-system/6.1.0.Final
-
[JAR]
jboss-as-system-jmx-5.0.0.CR1.jar
in org/jboss/jbossas/jboss-as-system-jmx/5.0.0.CR1
-
[JAR]
jboss-bootstrap-spi-as-null.jar
in org/jboss/bootstrap/jboss-bootstrap-spi-as/null
-
[JAR]
jboss-common-core-2.2.22.GA.jar
in org/jboss/jboss-common-core/2.2.22.GA
-
[JAR]
jboss-dependency-null.jar
in org/jboss/kernel/jboss-dependency/null
-
[JAR]
jboss-deployers-core-spi-2.2.0.M2.jar
in org/jboss/deployers/jboss-deployers-core-spi/2.2.0.M2
-
[JAR]
jboss-deployers-impl-2.2.0.Alpha8.jar
in org/jboss/deployers/jboss-deployers-impl/2.2.0.Alpha8
-
[JAR]
jboss-deployers-vfs-2.2.0.Alpha7.jar
in org/jboss/deployers/jboss-deployers-vfs/2.2.0.Alpha7
-
[JAR]
jboss-ha-server-api-null.jar
in org/jboss/cluster/jboss-ha-server-api/null
-
[JAR]
jboss-j2se-null.jar
in org/jboss/mx/jboss-j2se/null
-
[JAR]
jboss-kernel-null.jar
in org/jboss/kernel/jboss-kernel/null
-
[JAR]
jboss-logging-log4j-2.0.6.GA.jar
in org/jboss/logging/jboss-logging-log4j/2.0.6.GA
-
[JAR]
jboss-logging-spi-2.2.0.CR1.jar
in org/jboss/logging/jboss-logging-spi/2.2.0.CR1
-
[JAR]
jboss-seam-int-microcontainer-null.jar
in org/jboss/seam/integration/jboss-seam-int-microcontainer/null
-
[JAR]
jboss-service-binding-core-null.jar
in org/jboss/service/binding/jboss-service-binding-core/null
-
[JAR]
jboss-transaction-spi-6.0.0.CR1.jar
in org/jboss/integration/jboss-transaction-spi/6.0.0.CR1
-
[JAR]
jbosssx-client-null.jar
in org/jboss/security/jbosssx-client/null
-
[JAR]
jbossxb-2.0.3.GA.jar
in org/jboss/jbossxb/2.0.3.GA
-
[JAR]
jnp-client-null.jar
in org/jboss/naming/jnp-client/null
-
[JAR]
jnpserver-null.jar
in org/jboss/naming/jnpserver/null
-
[JAR]
joesnmp-null.jar
in joesnmp/joesnmp/null
-
[JAR]
junit-4.9.jar
in junit/junit/4.9
-
[JAR]
log4j-1.2.9.jar
in log4j/log4j/1.2.9
-
[JAR]
mail-1.4.3-rc1.jar
in javax/mail/mail/1.4.3-rc1
-
[JAR]
opensaml-null.jar
in opensaml/opensaml/null
-
[JAR]
servlet-api-null.jar
in jboss/web/servlet-api/null
-
[JAR]
velocity-null.jar
in apache-velocity/velocity/null
-
[JAR]
xml-apis-null.jar
in apache-xerces/xml-apis/null
|