MVN

org.e-hoffman.build : DeploymentConfiguration

Maven & Gradle

Sep 30, 2014

A Maven project providing only what is need to build a clean maven site, with a bit of pizazz. Produces site.xml and -site.jar that contains core artifacts for site generation. Also handles deployment to maven central.

<dependency>
    <groupId>org.e-hoffman.build</groupId>
    <artifactId>DeploymentConfiguration</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.e-hoffman.build : DeploymentConfiguration to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of org.e-hoffman.build : DeploymentConfiguration to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
DeploymentConfiguration-1.0.4
DeploymentConfiguration-1.0.3
DeploymentConfiguration-1.0.2
DeploymentConfiguration-1.0.1
DeploymentConfiguration-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.e-hoffman.build</groupId>
    <artifactId>DeploymentConfiguration</artifactId>
    <version>1.0.4</version>
</dependency>