组织ID: |
org.codehaus.cargo |
项目ID: |
cargo-core-container-websphere |
版本: |
1.4.7 |
最后修改时间: |
2019-10-24 08:47:03 |
包类型: |
jar |
标题: |
Cargo Core WebSphere Container |
描述: |
Core API implementation for WebSphere containers |
大小: |
21.06KB |
|
Maven引入代码: |
<dependency>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-core-container-websphere</artifactId>
<version>1.4.7</version>
</dependency>
|
Gradle引入代码: |
org.codehaus.cargo:cargo-core-container-websphere:1.4.7
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Codehaus CARGO, copyright 2004-2011 Vincent Massol.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-core-containers</artifactId>
<version>1.4.7</version>
</parent>
<artifactId>cargo-core-container-websphere</artifactId>
<name>Cargo Core WebSphere Container</name>
<packaging>jar</packaging>
<description>Core API implementation for WebSphere containers</description>
<build>
<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>generate-test-resources</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.codehaus.cargo</groupId>
<artifactId>simple-war</artifactId>
<version>${cargo.resources.version}</version>
<type>war</type>
<destFileName>simple-war.war</destFileName>
</artifactItem>
<artifactItem>
<groupId>org.codehaus.cargo</groupId>
<artifactId>simple-ear</artifactId>
<version>${cargo.resources.version}</version>
<type>ear</type>
<destFileName>simple-ear.ear</destFileName>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/test-artifacts</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<property>
<name>project.version</name>
<value>${project.version}</value>
</property>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/org.codehaus.cargo.generic.AbstractFactoryRegistry
org/codehaus/cargo/container/internal/resources/websphere85x/portdef.props
org.codehaus.cargo.container.websphere.internal.WebSphere85xExistingLocalConfigurationCapability.class
org.codehaus.cargo.container.websphere.internal.WebSphere85xStandaloneLocalConfigurationCapability.class
org.codehaus.cargo.container.websphere.WebSphere85xExistingLocalConfiguration.class
org.codehaus.cargo.container.websphere.WebSphere85xInstalledLocalContainer.class
org.codehaus.cargo.container.websphere.WebSphere85xInstalledLocalDeployer.class
org.codehaus.cargo.container.websphere.WebSphere85xStandaloneLocalConfiguration.class
org.codehaus.cargo.container.websphere.WebSphereFactoryRegistry.class
org.codehaus.cargo.container.websphere.WebSpherePropertySet.class
META-INF/maven/org.codehaus.cargo/cargo-core-container-websphere/pom.xml
META-INF/maven/org.codehaus.cargo/cargo-core-container-websphere/pom.properties
|
依赖Jar: |
无
|