MVN

org.glassfish.maven.plugin : maven-glassfish-plugin

Maven & Gradle

Aug 03, 2011

Maven Glassfish Plugin · The Glassfish Maven Plugin is a Maven2 plugin allowing management of Glassfish domains and component deployments from within the Maven build lifecycle. It encapsulates domain configuration and deployment attributes within the build configuration for a more rapid development integration loop and simplified management of continuous integration testing of components destined for deployment within the Glassfish V2 and later JavaEE containers.

<plugin>
    <groupId>org.glassfish.maven.plugin</groupId>
    <artifactId>maven-glassfish-plugin</artifactId>
    <version>2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.maven.plugin : maven-glassfish-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of org.glassfish.maven.plugin : maven-glassfish-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1
maven-glassfish-plugin-2.1
2.0
maven-glassfish-plugin-2.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.glassfish.maven.plugin</groupId>
    <artifactId>maven-glassfish-plugin</artifactId>
    <version>2.1</version>
</plugin>