Files
quarkus/extensions/amazon-lambda/pom.xml
Bill Burke 3a5f8d1737 fix native, more docs
fix pom

fix imports

Update docs/src/main/asciidoc/amazon-lambda-guide.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda-guide.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda-guide.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda-guide.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda-guide.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda-guide.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

Update docs/src/main/asciidoc/amazon-lambda-guide.adoc

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>

doc review changes
2019-10-29 19:52:44 -04:00

25 lines
812 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<relativePath>../../build-parent/pom.xml</relativePath>
</parent>
<artifactId>quarkus-amazon-lambda-parent</artifactId>
<name>Quarkus - Amazon Lambda</name>
<packaging>pom</packaging>
<modules>
<module>runtime</module>
<module>deployment</module>
<module>maven-archetype</module>
</modules>
</project>