Skip to content

Commit b9973ae

Browse files
authored
Merge pull request #1430 from gsmet/pom-updates
Update packaging options
2 parents 4938b02 + 125770f commit b9973ae

File tree

114 files changed

+241
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+241
-120
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ lsp/
3737

3838
*.swp
3939
*.swo
40+
41+
.quarkus

amazon-dynamodb-quickstart/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
</property>
126126
</activation>
127127
<properties>
128-
<quarkus.package.type>native</quarkus.package.type>
128+
<quarkus.native.enabled>true</quarkus.native.enabled>
129+
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
129130
</properties>
130131
<build>
131132
<plugins>

amazon-kms-quickstart/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
</property>
107107
</activation>
108108
<properties>
109-
<quarkus.package.type>native</quarkus.package.type>
109+
<quarkus.native.enabled>true</quarkus.native.enabled>
110+
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
110111
</properties>
111112
<build>
112113
<plugins>

amazon-s3-quickstart/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
</property>
104104
</activation>
105105
<properties>
106-
<quarkus.package.type>native</quarkus.package.type>
106+
<quarkus.native.enabled>true</quarkus.native.enabled>
107+
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
107108
</properties>
108109
<build>
109110
<plugins>

amazon-ses-quickstart/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
</property>
107107
</activation>
108108
<properties>
109-
<quarkus.package.type>native</quarkus.package.type>
109+
<quarkus.native.enabled>true</quarkus.native.enabled>
110+
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
110111
</properties>
111112
<build>
112113
<plugins>

amazon-sns-quickstart/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107
</property>
108108
</activation>
109109
<properties>
110-
<quarkus.package.type>native</quarkus.package.type>
110+
<quarkus.native.enabled>true</quarkus.native.enabled>
111+
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
111112
</properties>
112113
<build>
113114
<plugins>

amazon-sqs-connector-quickstart/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
</plugins>
132132
</build>
133133
<properties>
134-
<quarkus.package.type>native</quarkus.package.type>
134+
<quarkus.native.enabled>true</quarkus.native.enabled>
135+
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
135136
</properties>
136137
</profile>
137138
</profiles>

amazon-sqs-quickstart/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107
</property>
108108
</activation>
109109
<properties>
110-
<quarkus.package.type>native</quarkus.package.type>
110+
<quarkus.native.enabled>true</quarkus.native.enabled>
111+
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
111112
</properties>
112113
<build>
113114
<plugins>

amazon-ssm-quickstart/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
</property>
107107
</activation>
108108
<properties>
109-
<quarkus.package.type>native</quarkus.package.type>
109+
<quarkus.native.enabled>true</quarkus.native.enabled>
110+
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
110111
</properties>
111112
<build>
112113
<plugins>

amqp-quickstart/amqp-quickstart-processor/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
</plugins>
112112
</build>
113113
<properties>
114-
<quarkus.package.type>native</quarkus.package.type>
114+
<quarkus.native.enabled>true</quarkus.native.enabled>
115+
<quarkus.package.jar.enabled>false</quarkus.package.jar.enabled>
115116
</properties>
116117
</profile>
117118
</profiles>

0 commit comments

Comments
 (0)