MVN

org.movealong.plugins : aws-lambda-maven-plugin

Maven & Gradle

Feb 08, 2023
0 stars

aws-lambda-maven-plugin · A plugin for updating the code bundle of an AWS Lambda function

<plugin>
    <groupId>org.movealong.plugins</groupId>
    <artifactId>aws-lambda-maven-plugin</artifactId>
    <version>0.0.20</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.movealong.plugins : aws-lambda-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.20

All Versions

Choose a version of org.movealong.plugins : aws-lambda-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
aws-lambda-maven-plugin-0.0.20
aws-lambda-maven-plugin-0.0.19
aws-lambda-maven-plugin-0.0.18
aws-lambda-maven-plugin-0.0.17
aws-lambda-maven-plugin-0.0.16
aws-lambda-maven-plugin-0.0.15
aws-lambda-maven-plugin-0.0.14
aws-lambda-maven-plugin-0.0.13
aws-lambda-maven-plugin-0.0.12
aws-lambda-maven-plugin-0.0.11
aws-lambda-maven-plugin-0.0.10
aws-lambda-maven-plugin-0.0.9
aws-lambda-maven-plugin-0.0.8
aws-lambda-maven-plugin-0.0.7
aws-lambda-maven-plugin-0.0.6
aws-lambda-maven-plugin-0.0.5

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.movealong.plugins</groupId>
    <artifactId>aws-lambda-maven-plugin</artifactId>
    <version>0.0.20</version>
</plugin>

Advertisement