Searched +full:- +full:dnativeimage (Results 1 – 2 of 2) sorted by relevance
7 - mvn clean install -pl :archetype-app-quickstart -P quick --am -T1C8 - mvn clean install -pl :bom,:bom-internal -P quick9 - CURRENT_VERSION=$(cat pom.xml | grep "<version>" | head -1 | cut -d\> -f 2 | cut -d\< -f 1)10 - echo "Current version is $CURRENT_VERSION"11 - cd .. && mkdir tmp12 - cd tmp13 - |15 -DarchetypeGroupId=software.amazon.awssdk \16 -DarchetypeArtifactId=archetype-app-quickstart \17 -DarchetypeVersion=$CURRENT_VERSION \[all …]
5 a dependency of [AWS Java SDK 2.x][aws-java-sdk-v2].11 - Uses [Bill of Materials][BOM] to manage SDK dependencies12 - Contains the code to create the SDK client13 - Out-of-box support of GraalVM Native Image when `nativeImage` is enabled17 …roject using this archetype. See [maven archetype usage guidance][maven-archetype-usage] for more …19 - Interactive mode23 -DarchetypeGroupId=software.amazon.awssdk \24 -DarchetypeArtifactId=archetype-app-quickstart \25 -DarchetypeVersion=2.x28 - Batch mode[all …]