Skip to content

Add maven archetypes for all supported frameworks #115

@sapessi

Description

@sapessi
  • Framework version: 1.0
  • Implementations: Jersey / Spring / Spring Boot / Spark

Scenario

Create maven archetypes for basic application on each framework

Expected behavior

Developers should be able to create a new pre-configured project.

$ mvn archetype:generate \
     -DarchetypeGroupId=com.amazonaws.serverless \
     -DarchetypeArtifactId=serverless-spring-quickstart \
     -DarchetypeVersion=1.0.0 \
     -DgroupId=com.company \
     -DartifactId=webapp \
     -Dversion=1.0.0-SNAPSHOT \
     -DinteractiveMode=false

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions