组织ID: |
org.jboss.jbossas |
项目ID: |
jboss-as-system |
版本: |
5.1.0.GA |
最后修改时间: |
2018-07-28 10:00:10 |
包类型: |
jar |
标题: |
JBoss Application Server System |
描述: |
JBoss Application Server (system module) |
大小: |
353.80KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-system</artifactId>
<version>5.1.0.GA</version>
</dependency>
|
Gradle引入代码: |
org.jboss.jbossas:jboss-as-system:5.1.0.GA
|
下载Jar包: |
|
POM文件内容: |
<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.1.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-system</artifactId>
<packaging>jar</packaging>
<name>JBoss Application Server System</name>
<url>http://www.jboss.org/jbossas</url>
<description>JBoss Application Server (system module)</description>
<build>
<sourceDirectory>src/main</sourceDirectory>
<resources>
<resource>
<directory>src/resources</directory>
<includes>
<include>dtd/**</include>
</includes>
</resource>
</resources>
<plugins>
<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>
</execution>
</executions>
<configuration>
<descriptorSourceDirectory>src/assembly</descriptorSourceDirectory>
</configuration>
</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>
<tstamp>
<format property="build.number" pattern="yyyyMMddHHmm"/>
<format property="YEAR" pattern="yyyy"/>
</tstamp>
<property name="build.id" value="${build.number}"/>
<!--<property file="../tools/etc/buildmagic/version.properties"/>
<filter filtersfile="../tools/etc/buildmagic/version.properties"/>-->
<filter token="version.cvstag" value="JBoss_${version.major}_${version.minor}_${version.revision}_${version.tag}"/>
<filter token="build.number" value="${build.number}"/>
<filter token="build.id" value="${build.id}"/>
<filter token="DSTAMP" value="${DSTAMP}"/>
<filter token="TSTAMP" value="${TSTAMP}"/>
<filter token="TODAY" value="${TODAY}"/>
<filter token="java.version" value="${java.version}"/>
<filter token="java.vendor" value="${java.vendor}"/>
<filter token="java.vm.specification.version" value="${java.vm.specification.version}"/>
<filter token="java.vm.version" value="${java.vm.version}"/>
<filter token="java.vm.name" value="${java.vm.name}"/>
<filter token="java.vm.info" value="${java.vm.info}"/>
<filter token="java.specification.version" value="${java.specification.version}"/>
<filter token="java.class.version" value="${java.class.version}"/>
<filter token="os.name" value="${os.name}"/>
<filter token="os.arch" value="${os.arch}"/>
<filter token="os.version" value="${os.version}"/>
<mkdir dir="output/resources"/>
<copy todir="output/resources" filtering="yes">
<fileset dir="src/resources">
<include name="**"/>
</fileset>
</copy>
<mkdir dir="output/lib"/>
<copy file="target/${artifactId}-${version}.jar"
tofile="output/lib/jboss-system.jar"/>
<copy file="target/${artifactId}-${version}-client.jar"
tofile="output/lib/jboss-system-client.jar"/>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>clean-output</id>
<goals>
<goal>clean</goal>
</goals>
<phase>clean</phase>
<configuration>
<filesets>
<fileset>
<directory>output</directory>
</fileset>
</filesets>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<!-- Compile (global dependencies) -->
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-vfs-spi</artifactId>
<exclusions>
<exclusion>
<groupId>jboss</groupId>
<artifactId>jboss-vfs</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.aop</groupId>
<artifactId>jboss-aop</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jbossxb</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.integration</groupId>
<artifactId>jboss-profileservice-spi</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.man</groupId>
<artifactId>jboss-managed</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.man</groupId>
<artifactId>jboss-metatype</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-dependency</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-client-spi</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-core-spi</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-structure-spi</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-vfs</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-kernel</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-impl</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-aop-mc-int</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.bootstrap</groupId>
<artifactId>jboss-bootstrap</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-vfs</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
dtd/jdklogger.dtd
dtd/jboss-service_4_0.dtd
dtd/jboss-service_3_2.dtd
dtd/jboss-service_5_0.dtd
dtd/jboss-service_4_2.dtd
dtd/jboss-subscription.dtd
org.jboss.system.server.profileservice.persistence.xml.package-info.class
org.jboss.system.server.profileservice.persistence.xml.PersistedElement.class
org.jboss.system.server.profileservice.persistence.xml.PersistenceRoot.class
org.jboss.system.server.profileservice.persistence.xml.PersistedComponent.class
org.jboss.system.server.profileservice.persistence.xml.PersistedManagedObject.class
org.jboss.system.server.profileservice.persistence.xml.AbstractElement.class
org.jboss.system.server.profileservice.persistence.xml.PersistedProperty.class
org.jboss.system.server.profileservice.persistence.xml.ModificationInfo.class
org.jboss.system.server.profileservice.persistence.xml.PersistedValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedValueVisitor.class
org.jboss.system.server.profileservice.persistence.xml.PersistedEnumValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedSimpleValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedTableValue.class
org.jboss.system.server.profileservice.persistence.xml.AbstractPersisitedValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedCompositeValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedCollectionValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedGenericValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedArrayValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedPropertiesValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedPair.class
org.jboss.system.server.profileservice.persistence.xml.NullValue.class
org.jboss.system.server.profileservice.persistence.PersistenceConstants.class
org.jboss.system.server.profileservice.persistence.DefaultManagedObjectPersistencePlugin.class
org.jboss.system.server.profileservice.persistence.ManagedObjectPersistencePlugin.class
org.jboss.system.server.profileservice.persistence.DefaultPersistenceDelegate.class
org.jboss.system.server.profileservice.persistence.AbstractManagedObjectPersistence.class
org.jboss.system.server.profileservice.persistence.DefaultRecreationDelegate.class
org.jboss.system.server.profileservice.persistence.AbstractManagedObjectRecreation.class
org.jboss.system.server.profileservice.persistence.AbstractValuePersistence.class
org.jboss.system.server.profileservice.persistence.AbstractValueRecreation.class
org.jboss.system.server.profileservice.persistence.ManagedObjectRecreationHelper$SecurityActions$1.class
org.jboss.system.server.profileservice.persistence.ManagedObjectRecreationHelper$SecurityActions.class
org.jboss.system.server.profileservice.persistence.ManagedObjectRecreationHelper.class
org.jboss.system.server.profileservice.persistence.AttachmentPropertyPopulator$1.class
org.jboss.system.server.profileservice.persistence.AttachmentPropertyPopulator.class
org.jboss.system.server.profileservice.persistence.component.AbstractComponentMapper$1.class
org.jboss.system.server.profileservice.persistence.component.AbstractComponentMapper.class
org.jboss.system.server.profileservice.persistence.component.ComponentMapper.class
org.jboss.system.server.profileservice.persistence.component.ComponentMapperRegistry.class
org.jboss.system.server.profileservice.persistence.PersistenceFactory.class
org.jboss.system.server.profileservice.persistence.deployer.PersistenceModificationChecker.class
org.jboss.system.server.profileservice.persistence.deployer.ProfileServicePersistenceDeployer.class
org.jboss.system.server.profileservice.persistence.DelegatingPersistencePlugin.class
org.jboss.system.server.profileservice.persistence.AbstractPersistenceFactory.class
org.jboss.system.server.profileservice.attachments.package-info.class
org.jboss.system.server.profileservice.attachments.AttachmentStore.class
org.jboss.system.server.profileservice.attachments.RepositoryAttachmentMetaData.class
org.jboss.system.server.profileservice.attachments.AttachmentMetaData.class
org.jboss.system.server.profileservice.attachments.DeploymentStructureMetaData.class
org.jboss.system.server.profileservice.attachments.DeploymentClassPathMetaData.class
org.jboss.system.server.profileservice.attachments.LazyPredeterminedManagedObjects.class
org.jboss.system.server.profileservice.attachments.RepositoryAttachmentMetaDataFactory.class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractSynchronizationPolicy.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationPolicy.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationActionContext.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationId.class
org.jboss.system.server.profileservice.repository.clustered.sync.ContentModification$Type.class
org.jboss.system.server.profileservice.repository.clustered.sync.ContentModification.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.NoOpSynchronizationAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractSynchronizationAction$State.class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractSynchronizationAction$1.class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractSynchronizationAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.TwoPhaseCommitAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.LocalContentModificationGenerator.class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractContentModificationGenerator$GeneratedModifications.class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractContentModificationGenerator$OwnedItem.class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractContentModificationGenerator$1.class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractContentModificationGenerator.class
org.jboss.system.server.profileservice.repository.clustered.sync.InconsistentRepositoryStructureException.class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractContentMetadataMutatorAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationWriteAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.ByteChunk.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationReadAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.RemoteRemovalAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.SimpleSynchronizationRemoteAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationRemoteAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.ImmutableSynchronizationPolicy.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationInitiationAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.NoOpRepositorySynchronizationWriteAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.RemoteContentModificationGenerator.class
org.jboss.system.server.profileservice.repository.clustered.sync.RemovalMetadataInsertionAction.class
org.jboss.system.server.profileservice.repository.clustered.metadata.RepositoryItemMetadata.class
org.jboss.system.server.profileservice.repository.clustered.metadata.Identifiable.class
org.jboss.system.server.profileservice.repository.clustered.metadata.RepositoryContentMetadata.class
org.jboss.system.server.profileservice.repository.clustered.metadata.AbstractSortedMetadataContainer$MetadataCollection.class
org.jboss.system.server.profileservice.repository.clustered.metadata.AbstractSortedMetadataContainer$1.class
org.jboss.system.server.profileservice.repository.clustered.metadata.AbstractSortedMetadataContainer.class
org.jboss.system.server.profileservice.repository.clustered.metadata.RepositoryRootMetadata.class
org.jboss.system.server.profileservice.repository.clustered.metadata.ClusteredProfileSourceMetaData.class
org.jboss.system.server.profileservice.repository.clustered.metadata.HotDeploymentClusteredProfileSourceMetaData.class
org.jboss.system.server.profileservice.repository.clustered.metadata.ImmutableClusteredProfileSourceMetaData.class
org.jboss.system.server.profileservice.repository.clustered.local.LocalContentManager.class
org.jboss.system.server.profileservice.repository.clustered.local.ContentMetadataPersister.class
org.jboss.system.server.profileservice.repository.clustered.local.file.AbstractLocalContentChangeAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FileBasedSynchronizationActionContext.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FileUtil.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FilesystemLocalContentManager.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FileWriteAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.AbstractFileWriteAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.RemoveFileAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.AddContentStreamAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.MkDirAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FileReadAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.InitiateRmdirAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.DirectoryTimestampUpdateAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FilesystemLocalContentManagerFactory.class
org.jboss.system.server.profileservice.repository.clustered.local.AbstractLocalContentManager$1.class
org.jboss.system.server.profileservice.repository.clustered.local.AbstractLocalContentManager.class
org.jboss.system.server.profileservice.repository.clustered.local.JAXBRepositoryContentMetadataPersister.class
org.jboss.system.server.profileservice.repository.clustered.local.AbstractContentMetadataPersister.class
org.jboss.system.server.profileservice.repository.clustered.local.LocalContentManagerFactory.class
org.jboss.system.server.profileservice.repository.clustered.ImmutableClusteredDeploymentRepository.class
org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository$LoadStatus.class
org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository.class
org.jboss.system.server.profileservice.repository.clustered.RepositoryClusteringHandler.class
org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepositoryFactory$1.class
org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepositoryFactory.class
org.jboss.system.server.profileservice.repository.AbstractVFSProfileSource.class
org.jboss.system.server.profileservice.repository.ProfileStartAction.class
org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction$1.class
org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.class
org.jboss.system.server.profileservice.repository.AbstractProfileAction.class
org.jboss.system.server.profileservice.repository.ProfileContext.class
org.jboss.system.server.profileservice.repository.AbstractProfileFactory.class
org.jboss.system.server.profileservice.repository.AbstractBootstrapProfileFactory.class
org.jboss.system.server.profileservice.repository.TypedProfileRepository.class
org.jboss.system.server.profileservice.repository.StaticProfileFactory.class
org.jboss.system.server.profileservice.repository.AbstractProfileService$ProfileInstallAction.class
org.jboss.system.server.profileservice.repository.AbstractProfileService$1.class
org.jboss.system.server.profileservice.repository.AbstractProfileService.class
org.jboss.system.server.profileservice.repository.ScopedProfileServiceController.class
org.jboss.system.server.profileservice.repository.MainDeployerAdapter.class
org.jboss.system.server.profileservice.repository.BasicDeploymentRepository.class
org.jboss.system.server.profileservice.repository.AbstractDeploymentRepository.class
org.jboss.system.server.profileservice.repository.HotDeploymentRepository.class
org.jboss.system.server.profileservice.repository.FilteredProfileFactory.class
org.jboss.system.server.profileservice.repository.ProfileDeployAction.class
org.jboss.system.server.profileservice.repository.AbstractFileAttachmentsSerializer.class
org.jboss.system.server.profileservice.repository.AbstractAttachmentStore$HashGenerator.class
org.jboss.system.server.profileservice.repository.AbstractAttachmentStore.class
org.jboss.system.server.profileservice.repository.DefaultDeploymentRepositoryFactory.class
org.jboss.system.server.profileservice.repository.ProfileCreateAction.class
org.jboss.system.server.profileservice.repository.DefaultProfileDeploymentFactory.class
org.jboss.system.server.profileservice.repository.JAXBAttachmentSerializer.class
org.jboss.system.server.profileservice.repository.BasicProfileFactory.class
org.jboss.system.server.profileservice.repository.AbstractProfileDeployment.class
org.jboss.system.server.profileservice.repository.TypedProfileFactory.class
org.jboss.system.server.profileservice.SecurityActions$1.class
org.jboss.system.server.profileservice.SecurityActions.class
org.jboss.system.server.profileservice.StaticClusteredProfileFactory.class
org.jboss.system.server.profileservice.hotdeploy.Scanner.class
org.jboss.system.server.profileservice.hotdeploy.HDScanner$1.class
org.jboss.system.server.profileservice.hotdeploy.HDScanner$2.class
org.jboss.system.server.profileservice.hotdeploy.HDScanner.class
org.jboss.system.server.profileservice.VFSScanner.class
org.jboss.system.server.profileservice.ProfileServiceBootstrap.class
org.jboss.system.server.profileservice.BootstrapDeployment.class
org.jboss.system.server.profile.repository.AbstractImmutableProfile.class
org.jboss.system.server.profile.repository.metadata.EmptyProfileMetaData.class
org.jboss.system.server.profile.repository.metadata.AbstractProfileMetaData.class
org.jboss.system.server.profile.repository.metadata.AbstractProfileSourceMetaData.class
org.jboss.system.server.profile.repository.metadata.HotDeploymentProfileSourceMetaData.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|