Home
last modified time | relevance | path

Searched +full:- +full:darchetypeversion (Results 1 – 4 of 4) sorted by relevance

/external/aws-sdk-java-v2/buildspecs/
Darchetype-native-image-test.yml7 - mvn clean install -pl :archetype-app-quickstart -P quick --am -T1C
8 - mvn clean install -pl :bom,:bom-internal -P quick
9 - 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 tmp
12 - cd tmp
13 - |
15 -DarchetypeGroupId=software.amazon.awssdk \
16 -DarchetypeArtifactId=archetype-app-quickstart \
17 -DarchetypeVersion=$CURRENT_VERSION \
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-lambda/
DREADME.md4 …etype to create a lambda function template using [AWS Java SDK 2.x][aws-java-sdk-v2]. The generate…
9 …roject using this archetype. See [maven archetype usage guidance][maven-archetype-usage] for more …
11 - Interactive mode
15 -DarchetypeGroupId=software.amazon.awssdk \
16 -DarchetypeArtifactId=archetype-lambda \
17 -DarchetypeVersion=2.x
20 - Batch mode
24 -DarchetypeGroupId=software.amazon.awssdk \
25 -DarchetypeArtifactId=archetype-lambda \
26 -DarchetypeVersion=2.x \
[all …]
/external/aws-sdk-java-v2/archetypes/archetype-app-quickstart/
DREADME.md5 a dependency of [AWS Java SDK 2.x][aws-java-sdk-v2].
11 - Uses [Bill of Materials][BOM] to manage SDK dependencies
12 - Contains the code to create the SDK client
13 - Out-of-box support of GraalVM Native Image when `nativeImage` is enabled
17 …roject using this archetype. See [maven archetype usage guidance][maven-archetype-usage] for more …
19 - Interactive mode
23 -DarchetypeGroupId=software.amazon.awssdk \
24 -DarchetypeArtifactId=archetype-app-quickstart \
25 -DarchetypeVersion=2.x
28 - Batch mode
[all …]
/external/testng/doc/
Dmaven.html3 <title>TestNG - Maven</title>
33 …*.P1 { font-family:Sans; font-size:10pt; margin-left:0in; margin-right:0in; text-align:left ! impo…
34 …*.P2 { font-family:Sans; font-size:10pt; margin-left:0in; margin-right:0in; text-align:left ! impo…
35 …*.P3 { font-family:'Nimbus Roman No9 L'; font-size:12pt; margin-left:0in; margin-right:0in; text-a…
36 *.Standard { font-family:'Nimbus Roman No9 L'; font-size:12pt; }
37 …*.Textbody { font-family:'Nimbus Roman No9 L'; font-size:12pt; margin-top:0in; margin-bottom:0.083…
38 *.T1 { font-weight:bold; }
40 *.T3 { color:#a52a2a; font-weight:bold; }
42 *.T5 { color:#353535; font-family:Sans; font-size:10pt; }
43 *.T6 { color:#a52a2a; font-family:Sans; font-size:10pt; font-weight:bold; }
[all …]