MVN

com.github.seanroy : lambduh-maven-plugin

Maven & Gradle

Aug 10, 2016
67 stars

lambduh-maven-plugin Maven Mojo · A maven plugin that deploys functions to AWS Lambda

<plugin>
    <groupId>com.github.seanroy</groupId>
    <artifactId>lambduh-maven-plugin</artifactId>
    <version>1.1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.seanroy : lambduh-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of com.github.seanroy : lambduh-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
lambduh-maven-plugin-1.1.6
lambduh-maven-plugin-1.1.5
lambduh-maven-plugin-1.1.4
lambduh-maven-plugin-1.1.3
lambduh-maven-plugin-1.1.2
lambduh-maven-plugin-1.1.1
lambduh-maven-plugin-1.1.0
1.0.x
lambduh-maven-plugin-1.0.7
lambduh-maven-plugin-1.0.6
lambduh-maven-plugin-1.0.5
lambduh-maven-plugin-1.0.4
lambduh-maven-plugin-1.0.3
lambduh-maven-plugin-1.0.2
lambduh-maven-plugin-1.0.1
lambduh-maven-plugin-1.0.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>com.github.seanroy</groupId>
    <artifactId>lambduh-maven-plugin</artifactId>
    <version>1.1.6</version>
</plugin>