Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am cmcginty on github.
  • I am cmcginty (https://keybase.io/cmcginty) on keybase.
  • I have a public key whose fingerprint is CDEB 856B FAB2 2C72 CE62 3BB1 BA02 2962 0046 D260

To claim this, I am signing this object:

@cmcginty
cmcginty / gradle-deployment-descriptor-ear-plugin.md
Last active August 29, 2015 14:20
Gradle DeploymentDescriptor EAR Plugin

Gradle DeploymentDescriptor EAR Plugin

Use this Gradle plugin to directly access the DeploymentDescriptor class internal to the EAR plugin.

// custom Gradle task for creating EAR deployment descriptors (i.e. application.xml)
// author: cmcginty@akimeka.com
import org.gradle.api.*
import org.gradle.api.file.*
import org.gradle.api.tasks.*