MVN

org.jvnet.hudson.plugins : postbuild-task

Maven & Gradle

Jun 03, 2010

Hudson Post build task · This plugin allows the user to execute a shell/batch task depending on the build log output.Java regular expression are allowed. If the string matches anywhere in the build log output, the script will execute.

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>postbuild-task</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson.plugins : postbuild-task to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of org.jvnet.hudson.plugins : postbuild-task to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
postbuild-task-1.8
1.7
postbuild-task-1.7
1.6
postbuild-task-1.6
1.5
postbuild-task-1.5
1.4
postbuild-task-1.4
1.3
postbuild-task-1.3
1.1
postbuild-task-1.1

How to add a dependency to Maven

Add the following org.jvnet.hudson.plugins : postbuild-task maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>postbuild-task</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson.plugins : postbuild-task gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson.plugins:postbuild-task:1.7'

Gradle Kotlin DSL: Add the following org.jvnet.hudson.plugins : postbuild-task gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson.plugins:postbuild-task:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson.plugins : postbuild-task sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson.plugins" % "postbuild-task" % "1.7"

Advertisement

Dependencies from Group

Sep 23, 2010
18 usages
Jan 27, 2011
16 usages
Jun 02, 2011
9 usages
Dec 07, 2010
7 usages

Discover Dependencies

Nov 26, 2011
Jul 19, 2006
3 usages
Jan 12, 2013
1 usages
Jul 19, 2013
8 usages
9 stars
Jun 03, 2014
2 usages
210 stars
Jun 13, 2014
364 stars
Nov 27, 2007
15 usages
Nov 11, 2014
7 stars
Apr 28, 2013
41 stars