组织ID: |
org.jboss.jbossas |
项目ID: |
jboss-as-system |
版本: |
6.0.0.20100429-M3 |
最后修改时间: |
2019-10-22 19:51:20 |
包类型: |
jar |
标题: |
JBoss Application Server System |
描述: |
JBoss Application Server (system module) |
大小: |
372.83KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-system</artifactId>
<version>6.0.0.20100429-M3</version>
</dependency>
|
Gradle引入代码: |
org.jboss.jbossas:jboss-as-system:6.0.0.20100429-M3
|
下载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>6.0.0.20100429-M3</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>
<finalName>${project.artifactId}</finalName>
<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>
<!-- Surefire -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<trimStackTrace>false</trimStackTrace>
<printSummary>true</printSummary>
<includes>
<include>**/*TestSuite.java</include>
</includes>
<forkMode>always</forkMode>
</configuration>
</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.aop</groupId>
<artifactId>jboss-aop-deployers</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jbossxb</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</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.kernel</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.kernel</groupId>
<artifactId>jboss-kernel</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.kernel</groupId>
<artifactId>jboss-aop-mc-int</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.deployers</groupId>
<artifactId>jboss-deployers-impl</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.kernel</groupId>
<artifactId>jboss-aop-mc-int</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.bootstrap</groupId>
<artifactId>jboss-bootstrap-spi-as</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-vfs</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</dependency>
<dependency>
<groupId>org.picketbox</groupId>
<artifactId>picketbox-bare</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
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.attachments.package-info.class
org.jboss.system.server.profileservice.attachments.RepositoryAttachmentMetaDataFactory.class
org.jboss.system.server.profileservice.attachments.RepositoryAttachmentMetaData.class
org.jboss.system.server.profileservice.attachments.AttachmentMetaData.class
org.jboss.system.server.profileservice.attachments.DeploymentMetaDataEntryMetaData.class
org.jboss.system.server.profileservice.attachments.DeploymentClassPathMetaData.class
org.jboss.system.server.profileservice.attachments.DeploymentStructureMetaData.class
org.jboss.system.server.profileservice.attachments.AttachmentStore.class
org.jboss.system.server.profileservice.persistence.xml.package-info.class
org.jboss.system.server.profileservice.persistence.xml.AbstractElement.class
org.jboss.system.server.profileservice.persistence.xml.PersistedElement.class
org.jboss.system.server.profileservice.persistence.xml.PersistedValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedSimpleValue.class
org.jboss.system.server.profileservice.persistence.xml.AbstractPersisitedValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedGenericValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedCompositeValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedTableValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedPropertiesValue.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.PersistedValueVisitor.class
org.jboss.system.server.profileservice.persistence.xml.PersistedPair.class
org.jboss.system.server.profileservice.persistence.xml.PersistenceRoot.class
org.jboss.system.server.profileservice.persistence.xml.PersistenceConstants.class
org.jboss.system.server.profileservice.persistence.xml.NullValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedManagedObject.class
org.jboss.system.server.profileservice.persistence.xml.PersistedEnumValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedCollectionValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedArrayValue.class
org.jboss.system.server.profileservice.persistence.xml.PersistedComponent.class
org.jboss.system.server.profileservice.persistence.DelegatingPersistencePlugin.class
org.jboss.system.server.profileservice.persistence.ManagedObjectPersistencePlugin.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.PersistenceConstants.class
org.jboss.system.server.profileservice.persistence.AttachmentPropertyPopulator$1.class
org.jboss.system.server.profileservice.persistence.AttachmentPropertyPopulator.class
org.jboss.system.server.profileservice.persistence.PersistenceFactory.class
org.jboss.system.server.profileservice.persistence.deployer.ProfileServicePersistenceDeployer.class
org.jboss.system.server.profileservice.persistence.deployer.PersistenceModificationChecker.class
org.jboss.system.server.profileservice.persistence.AbstractManagedObjectPersistence.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.AbstractManagedObjectRecreation.class
org.jboss.system.server.profileservice.persistence.AbstractPersistenceFactory.class
org.jboss.system.server.profileservice.persistence.DefaultPersistenceDelegate.class
org.jboss.system.server.profileservice.persistence.DefaultRecreationDelegate.class
org.jboss.system.server.profileservice.persistence.DefaultManagedObjectPersistencePlugin.class
org.jboss.system.server.profileservice.repository.AbstractProfileAction.class
org.jboss.system.server.profileservice.repository.ProfileContext.class
org.jboss.system.server.profileservice.repository.clustered.metadata.ClusteredProfileSourceMetaData.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.AbstractSortedMetadataContainer$MetadataCollection.class
org.jboss.system.server.profileservice.repository.clustered.metadata.AbstractSortedMetadataContainer$MetadataCollectionIterator.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.HotDeploymentClusteredProfileSourceMetaData.class
org.jboss.system.server.profileservice.repository.clustered.metadata.ImmutableClusteredProfileSourceMetaData.class
org.jboss.system.server.profileservice.repository.clustered.metadata.RepositoryContentMetadata.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.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.SynchronizationReadAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.ByteChunk.class
org.jboss.system.server.profileservice.repository.clustered.sync.NoOpSynchronizationAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationRemoteAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.RemovalMetadataInsertionAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.InconsistentRepositoryStructureException.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationWriteAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationInitiationAction.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.ImmutableSynchronizationPolicy.class
org.jboss.system.server.profileservice.repository.clustered.sync.LocalContentModificationGenerator.class
org.jboss.system.server.profileservice.repository.clustered.sync.RemoteContentModificationGenerator.class
org.jboss.system.server.profileservice.repository.clustered.sync.NoOpRepositorySynchronizationWriteAction.class
org.jboss.system.server.profileservice.repository.clustered.sync.AbstractContentMetadataMutatorAction.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.local.LocalContentManagerFactory.class
org.jboss.system.server.profileservice.repository.clustered.local.LocalContentManager.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FileBasedSynchronizationActionContext.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FileReadAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FilesystemLocalContentManager.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FilesystemLocalContentManagerFactory.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FileUtil.class
org.jboss.system.server.profileservice.repository.clustered.local.file.AbstractLocalContentChangeAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.AddContentStreamAction.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.MkDirAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.DirectoryTimestampUpdateAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.FileWriteAction.class
org.jboss.system.server.profileservice.repository.clustered.local.file.InitiateRmdirAction.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.ContentMetadataPersister.class
org.jboss.system.server.profileservice.repository.clustered.local.AbstractContentMetadataPersister.class
org.jboss.system.server.profileservice.repository.clustered.local.JAXBRepositoryContentMetadataPersister.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.clustered.ImmutableClusteredDeploymentRepository.class
org.jboss.system.server.profileservice.repository.AbstractAttachmentStore$HashGenerator.class
org.jboss.system.server.profileservice.repository.AbstractAttachmentStore.class
org.jboss.system.server.profileservice.repository.AbstractFileAttachmentsSerializer.class
org.jboss.system.server.profileservice.repository.AbstractProfileDeployment.class
org.jboss.system.server.profileservice.repository.AutoUnmounter.class
org.jboss.system.server.profileservice.repository.AbstractVFSProfileSource.class
org.jboss.system.server.profileservice.repository.AbstractDeploymentRepository.class
org.jboss.system.server.profileservice.repository.AbstractBootstrapProfileFactory.class
org.jboss.system.server.profileservice.repository.AbstractProfileFactory.class
org.jboss.system.server.profileservice.repository.TypedProfileRepository.class
org.jboss.system.server.profileservice.repository.DefaultDeploymentRepositoryFactory.class
org.jboss.system.server.profileservice.repository.BasicDeploymentRepository.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.MainDeployerAdapter.class
org.jboss.system.server.profileservice.repository.TypedProfileFactory.class
org.jboss.system.server.profileservice.repository.StaticProfileFactory.class
org.jboss.system.server.profileservice.repository.DeploymentUtils.class
org.jboss.system.server.profileservice.repository.ProfileDeployAction.class
org.jboss.system.server.profileservice.repository.FilteredProfileFactory$FilteredProfile.class
org.jboss.system.server.profileservice.repository.FilteredProfileFactory.class
org.jboss.system.server.profileservice.repository.JAXBAttachmentSerializer.class
org.jboss.system.server.profileservice.repository.HotDeploymentRepository.class
org.jboss.system.server.profileservice.repository.ScopedProfileServiceController.class
org.jboss.system.server.profileservice.repository.BasicProfileFactory.class
org.jboss.system.server.profileservice.repository.ProfileCreateAction.class
org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction$1.class
org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.class
org.jboss.system.server.profileservice.repository.DefaultProfileDeploymentFactory.class
org.jboss.system.server.profileservice.repository.XmlProfileFactory.class
org.jboss.system.server.profileservice.repository.ProfileStartAction.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.hotdeploy.Scanner.class
org.jboss.system.server.profileservice.SecurityActions$1.class
org.jboss.system.server.profileservice.SecurityActions.class
org.jboss.system.server.profileservice.BootstrapDeployment.class
org.jboss.system.server.profileservice.StaticClusteredProfileFactory.class
org.jboss.system.server.profileservice.ProfileServiceBootstrap.class
org.jboss.system.server.profileservice.VFSScanner.class
org.jboss.system.server.profile.repository.metadata.AbstractProfileSourceMetaData.class
org.jboss.system.server.profile.repository.metadata.BasicSubProfileMetaData.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|