Skip to content

buffalo-coders/aws-lambda-jaxrs-assembly

Repository files navigation

org.buffalo-coders:aws-lambda-jaxrs-assembly

Apache Maven Assembly Plugin assembly descriptor useful for AWS Lambda JAX-RS projects.

Usage

Leverage this via the maven-assembly-plugin execution:

  <build>
    <plugins>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <dependencies>
          <dependency>
            <groupId>org.buffalo-coders.aws.lambda.jaxrs</groupId>
            <artifactId>assembly</artifactId>
            <version>1</version>
          </dependency>
        </dependencies>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>single</goal>
            </goals>
            <configuration>
              <descriptorRefs>
                <descriptorRef>lambda</descriptorRef>
              </descriptorRefs>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

Status

Build Status

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published