| 组织ID: |
org.glassfish.external |
| 项目ID: |
management-api |
| 版本: |
3.2.1 |
| 最后修改时间: |
2019-01-17 09:27:53 |
| 包类型: |
jar |
| 标题: |
management-api |
| 描述: |
Eclipse ORB |
| 相关URL: |
https://github.com/eclipse-ee4j/orb-gmbal-commons |
| 大小: |
44.39KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.glassfish.external</groupId>
<artifactId>management-api</artifactId>
<version>3.2.1</version>
</dependency>
|
| Gradle引入代码: |
org.glassfish.external:management-api:3.2.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: BSD-3-Clause
-->
<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.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
</parent>
<groupId>org.glassfish.external</groupId>
<artifactId>management-api</artifactId>
<version>3.2.1</version>
<packaging>jar</packaging>
<name>management-api</name>
<description>Eclipse ORB</description>
<url>https://github.com/eclipse-ee4j/orb-gmbal-commons</url>
<licenses>
<license>
<name>EDL 1.0</name>
<url>http://www.eclipse.org/org/documents/edl-v10.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:ssh://git@github.com/eclipse/orb-gmbal-commons.git</connection>
<developerConnection>scm:git:ssh://git@github.com/eclipse/orb-gmbal-commons.git</developerConnection>
<url>https://github.com/eclipse-ee4j/orb-gmbal-commons</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/eclipse-ee4j/orb-gmbal-commons/issues/</url>
</issueManagement>
<distributionManagement>
<site>
<id>github</id>
<url>scm:git:https://github.com/eclipse-ee4j/orb-gmbal-commons.git</url>
</site>
</distributionManagement>
<properties>
<jdkVersion>1.7</jdkVersion>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-toolchains-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<goals>
<goal>toolchain</goal>
</goals>
</execution>
</executions>
<configuration>
<toolchains>
<jdk>
<version>${jdkVersion}</version>
<vendor>oracle</vendor>
</jdk>
</toolchains>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>${jdkVersion}</source>
<target>${jdkVersion}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project.name}</Bundle-Name>
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>
org.glassfish.external.*
</Export-Package>
</instructions>
</configuration>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Built-By>Oracle</Built-By>
</manifestEntries>
</archive>
</configuration>
</plugin>
<!-- prevent the site plugin from deploying to the scm url -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<executions>
<execution>
<id>stage-for-scm-publish</id>
<phase>post-site</phase>
<goals>
<goal>stage</goal>
</goals>
</execution>
<execution>
<id>default-deploy</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<!-- use the scm publish plugin to deploy to GitHub -->
<plugin>
<artifactId>maven-scm-publish-plugin</artifactId>
<version>1.1</version>
<configuration>
<scmBranch>gh-pages</scmBranch>
<pubScmUrl>scm:git:https://github.com/eclipse-ee4j/orb-gmbal-commons.git</pubScmUrl>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.6</version>
<reportSets>
<reportSet>
<id>aggregate-project-info</id>
<inherited>false</inherited>
<reports>
<report>index</report>
<report>license</report>
<report>issue-tracking</report>
<report>dependency-info</report>
<report>scm</report>
<report>distribution-management</report>
<report>project-team</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<reportSets>
<reportSet>
<id>javadoc-only</id>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.glassfish.external.statistics.impl.CountStatisticImpl.class
META-INF/maven/org.glassfish.external/management-api/pom.properties
org.glassfish.external.statistics.impl.StatisticImpl.class
org.glassfish.external.statistics.impl.AverageRangeStatisticImpl.class
org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl.class
org.glassfish.external.statistics.impl.StatsImpl.class
org.glassfish.external.statistics.impl.StringStatisticImpl.class
org.glassfish.external.statistics.impl.TimeStatisticImpl.class
org.glassfish.external.statistics.impl.RangeStatisticImpl.class
org.glassfish.external.statistics.impl.BoundaryStatisticImpl.class
org.glassfish.external.statistics.Statistic.class
org.glassfish.external.statistics.CountStatistic.class
org.glassfish.external.statistics.TimeStatistic.class
org.glassfish.external.statistics.AverageRangeStatistic.class
org.glassfish.external.statistics.RangeStatistic.class
org.glassfish.external.statistics.BoundedRangeStatistic.class
org.glassfish.external.statistics.BoundaryStatistic.class
org.glassfish.external.statistics.Stats.class
org.glassfish.external.statistics.StringStatistic.class
org.glassfish.external.statistics.annotations.Reset.class
org.glassfish.external.probe.provider.StatsProviderManagerDelegate.class
org.glassfish.external.probe.provider.StatsProviderInfo.class
org.glassfish.external.probe.provider.PluginPoint.class
org.glassfish.external.probe.provider.annotations.ProbeListener.class
org.glassfish.external.probe.provider.annotations.Probe.class
org.glassfish.external.probe.provider.annotations.ProbeParam.class
org.glassfish.external.probe.provider.annotations.ProbeProvider.class
org.glassfish.external.probe.provider.StatsProviderManager.class
org.glassfish.external.probe.provider.StatsProvider.class
org.glassfish.external.arc.Taxonomy.class
org.glassfish.external.arc.Stability.class
org.glassfish.external.amx.AMX.class
org.glassfish.external.amx.MBeanListener$Callback.class
org.glassfish.external.amx.MBeanListener$CallbackImpl.class
org.glassfish.external.amx.MBeanListener.class
org.glassfish.external.amx.AMXUtil.class
org.glassfish.external.amx.AMXGlassfish$WaitForDomainRootListenerCallback.class
org.glassfish.external.amx.AMXGlassfish$BootAMXCallback.class
org.glassfish.external.amx.AMXGlassfish.class
org.glassfish.external.amx.BootAMXMBean.class
META-INF/maven/org.glassfish.external/management-api/pom.xml
|
| 依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|