META-INF.maven.software.amazon.awscdk.apprunner-alpha.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apprunner-alpha Show documentation
Show all versions of apprunner-alpha Show documentation
The CDK Construct Library for AWS::AppRunner
<?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"> <!-- Generated by [email protected] (build e79254c) on 2024-11-22T02:24:11.395Z --> <!-- @jsii-pacmak:meta@ {"fingerprint":"coR1+RfxiMxamf16HKFHHNNXiK5AAYd490XlMS+d2L4="} --> <modelVersion>4.0.0</modelVersion> <name>${project.groupId}:${project.artifactId}</name> <description>The CDK Construct Library for AWS::AppRunner</description> <url>https://github.com/aws/aws-cdk</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> <comments>An OSI-approved license</comments> </license> </licenses> <developers> <developer> <organization>Amazon Web Services</organization> <roles> <role>author</role> </roles> <organizationUrl>https://aws.amazon.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/aws/aws-cdk.git</connection> <url>https://github.com/aws/aws-cdk.git</url> </scm> <groupId>software.amazon.awscdk</groupId> <artifactId>apprunner-alpha</artifactId> <version>2.170.0-alpha.0</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>software.amazon.awscdk</groupId> <artifactId>aws-cdk-lib</artifactId> <version>[2.170.0,3.0.0)</version> </dependency> <dependency> <groupId>software.constructs</groupId> <artifactId>constructs</artifactId> <version>[10.0.0,11.0.0)</version> </dependency> <dependency> <groupId>software.amazon.jsii</groupId> <artifactId>jsii-runtime</artifactId> <version>[1.104.0,2.0.0)</version> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>[16.0.3,20.0.0)</version> </dependency> <dependency> <!-- Provides @javax.annotation.Generated for JDKs >= 9 --> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>[1.3.2,1.4.0)</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.11.0</version> <configuration> <source>1.8</source> <target>1.8</target> <fork>true</fork> <maxmem>4096m</maxmem> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.3.0</version> <configuration> <archive> <index>true</index> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.5.0</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <failOnError>false</failOnError> <show>protected</show> <sourceFileExcludes> <exclude>**/$Module.java</exclude> </sourceFileExcludes> <additionalJOption>-J-XX:+TieredCompilation</additionalJOption> <additionalJOption>-J-XX:TieredStopAtLevel=1</additionalJOption> <doclint>none</doclint> <quiet>true</quiet> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>enforce-maven</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireMavenVersion> <version>3.6</version> </requireMavenVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.16.0</version> <configuration> <generateBackupPoms>false</generateBackupPoms> </configuration> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy