Serverless Maven Plugin

A Maven plugin for making it easier to use the serverless framework from java

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.nanoservices
ArtifactId

ArtifactId

serverless-maven-plugin
Last Version

Last Version

1.0-alpha-1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Serverless Maven Plugin
A Maven plugin for making it easier to use the serverless framework from java
Project URL

Project URL

https://github.com/olensmar/serverless4j/tree/master/maven-plugin

Download serverless-maven-plugin

How to add to project

<plugin>
    <groupId>io.nanoservices</groupId>
    <artifactId>serverless-maven-plugin</artifactId>
    <version>1.0-alpha-1</version>
</plugin>

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.6.0
com.amazonaws : aws-lambda-java-core jar 1.1.0
org.yaml : snakeyaml jar 1.23
org.apache.maven : maven-core jar 3.6.0
org.apache.maven.shared : maven-shared-utils jar 3.2.0
org.javassist : javassist jar 3.21.0-GA
io.nanoservices : serverless-annotations jar 1.0-SNAPSHOT
com.google.code.gson : gson jar 2.8.1

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.2
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-alpha-1