Registry / utility / deployment-common

deployment-common

JSON →
library8.0.0javamavenunverified

Common deployment utilities for the GlassFish application server, part of Eclipse EE4J.

<dependency> <groupId>org.glassfish.main.deployment</groupId> <artifactId>deployment-common</artifactId> <version>8.0.0</version> </dependency>
INSTALL
IMPORT
SIG · DEPLOYMENT-COMMON
D
deployment-common
utilityjavav8.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DeploymentUtils
org.glassfish.deployment.common.DeploymentUtils

Checks if a deployment plan is valid using GlassFish utilities.

import org.glassfish.deployment.common.DeploymentUtils; public class Quickstart { public static void main(String[] args) { boolean valid = DeploymentUtils.isValidDeploymentPlan("plan.xml"); System.out.println("Deployment plan valid: " + valid); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
deployment-common — mvn dependency:get deployment-common · libregistry