Skip to content

Commit 87c12d7

Browse files
committed
Add profile to deploy to github
1 parent 10c99cd commit 87c12d7

File tree

12 files changed

+146
-72
lines changed

12 files changed

+146
-72
lines changed

avro-flink-serde/pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,10 @@
4747
</license>
4848
</licenses>
4949
<distributionManagement>
50-
<snapshotRepository>
51-
<id>ossrh</id>
52-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
53-
</snapshotRepository>
5450
<repository>
55-
<id>ossrh</id>
56-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
51+
<id>github</id>
52+
<name>GitHub Packages</name>
53+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
5754
</repository>
5855
</distributionManagement>
5956
<scm>
@@ -263,6 +260,16 @@
263260
</plugins>
264261
</build>
265262
<profiles>
263+
<profile>
264+
<id>github</id>
265+
<distributionManagement>
266+
<repository>
267+
<id>github</id>
268+
<name>GitHub Packages</name>
269+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
270+
</repository>
271+
</distributionManagement>
272+
</profile>
266273
<profile>
267274
<id>publishing</id>
268275
<build>

avro-kafkaconnect-converter/pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@
4444
</license>
4545
</licenses>
4646
<distributionManagement>
47-
<snapshotRepository>
48-
<id>ossrh</id>
49-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
50-
</snapshotRepository>
5147
<repository>
52-
<id>ossrh</id>
53-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
48+
<id>github</id>
49+
<name>GitHub Packages</name>
50+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
5451
</repository>
5552
</distributionManagement>
5653
<scm>
@@ -166,6 +163,16 @@
166163
</plugins>
167164
</build>
168165
<profiles>
166+
<profile>
167+
<id>github</id>
168+
<distributionManagement>
169+
<repository>
170+
<id>github</id>
171+
<name>GitHub Packages</name>
172+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
173+
</repository>
174+
</distributionManagement>
175+
</profile>
169176
<profile>
170177
<id>publishing</id>
171178
<build>

build-tools/pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,10 @@
3535
<url>https://aws.amazon.com/glue</url>
3636

3737
<distributionManagement>
38-
<snapshotRepository>
39-
<id>ossrh</id>
40-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
41-
</snapshotRepository>
4238
<repository>
43-
<id>ossrh</id>
44-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
39+
<id>github</id>
40+
<name>GitHub Packages</name>
41+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
4542
</repository>
4643
</distributionManagement>
4744
<licenses>
@@ -76,6 +73,16 @@
7673
</build>
7774

7875
<profiles>
76+
<profile>
77+
<id>github</id>
78+
<distributionManagement>
79+
<repository>
80+
<id>github</id>
81+
<name>GitHub Packages</name>
82+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
83+
</repository>
84+
</distributionManagement>
85+
</profile>
7986
<profile>
8087
<id>publishing</id>
8188
<build>

common/pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,10 @@
3737
<url>https://aws.amazon.com/glue</url>
3838

3939
<distributionManagement>
40-
<snapshotRepository>
41-
<id>ossrh</id>
42-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
43-
</snapshotRepository>
4440
<repository>
45-
<id>ossrh</id>
46-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
41+
<id>github</id>
42+
<name>GitHub Packages</name>
43+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
4744
</repository>
4845
</distributionManagement>
4946
<scm>
@@ -142,6 +139,16 @@
142139
</dependencies>
143140

144141
<profiles>
142+
<profile>
143+
<id>github</id>
144+
<distributionManagement>
145+
<repository>
146+
<id>github</id>
147+
<name>GitHub Packages</name>
148+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
149+
</repository>
150+
</distributionManagement>
151+
</profile>
145152
<profile>
146153
<id>publishing</id>
147154
<build>

examples/pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@
3636
</parent>
3737

3838
<distributionManagement>
39-
<snapshotRepository>
40-
<id>ossrh</id>
41-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
42-
</snapshotRepository>
4339
<repository>
44-
<id>ossrh</id>
45-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
40+
<id>github</id>
41+
<name>GitHub Packages</name>
42+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
4643
</repository>
4744
</distributionManagement>
4845
<scm>
@@ -84,6 +81,16 @@
8481
</dependencies>
8582

8683
<profiles>
84+
<profile>
85+
<id>github</id>
86+
<distributionManagement>
87+
<repository>
88+
<id>github</id>
89+
<name>GitHub Packages</name>
90+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
91+
</repository>
92+
</distributionManagement>
93+
</profile>
8794
<profile>
8895
<id>publishing</id>
8996
<build>

integration-tests/pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@
3636
</parent>
3737

3838
<distributionManagement>
39-
<snapshotRepository>
40-
<id>ossrh</id>
41-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
42-
</snapshotRepository>
4339
<repository>
44-
<id>ossrh</id>
45-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
40+
<id>github</id>
41+
<name>GitHub Packages</name>
42+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
4643
</repository>
4744
</distributionManagement>
4845

@@ -192,6 +189,16 @@
192189
</dependencies>
193190

194191
<profiles>
192+
<profile>
193+
<id>github</id>
194+
<distributionManagement>
195+
<repository>
196+
<id>github</id>
197+
<name>GitHub Packages</name>
198+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
199+
</repository>
200+
</distributionManagement>
201+
</profile>
195202
<profile>
196203
<id>surefire</id>
197204
<build>

jsonschema-kafkaconnect-converter/pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@
4444
</license>
4545
</licenses>
4646
<distributionManagement>
47-
<snapshotRepository>
48-
<id>ossrh</id>
49-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
50-
</snapshotRepository>
5147
<repository>
52-
<id>ossrh</id>
53-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
48+
<id>github</id>
49+
<name>GitHub Packages</name>
50+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
5451
</repository>
5552
</distributionManagement>
5653
<scm>
@@ -128,6 +125,16 @@
128125
</build>
129126

130127
<profiles>
128+
<profile>
129+
<id>github</id>
130+
<distributionManagement>
131+
<repository>
132+
<id>github</id>
133+
<name>GitHub Packages</name>
134+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
135+
</repository>
136+
</distributionManagement>
137+
</profile>
131138
<profile>
132139
<id>publishing</id>
133140
<build>

kafkastreams-serde/pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@
4444
</license>
4545
</licenses>
4646
<distributionManagement>
47-
<snapshotRepository>
48-
<id>ossrh</id>
49-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
50-
</snapshotRepository>
5147
<repository>
52-
<id>ossrh</id>
53-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
48+
<id>github</id>
49+
<name>GitHub Packages</name>
50+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
5451
</repository>
5552
</distributionManagement>
5653
<scm>
@@ -102,6 +99,16 @@
10299
</dependencies>
103100

104101
<profiles>
102+
<profile>
103+
<id>github</id>
104+
<distributionManagement>
105+
<repository>
106+
<id>github</id>
107+
<name>GitHub Packages</name>
108+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
109+
</repository>
110+
</distributionManagement>
111+
</profile>
105112
<profile>
106113
<id>publishing</id>
107114
<build>

pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,10 @@
5252
<url>https://github.com/awslabs/aws-glue-schema-registry.git</url>
5353
</scm>
5454
<distributionManagement>
55-
<snapshotRepository>
56-
<id>ossrh</id>
57-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
58-
</snapshotRepository>
5955
<repository>
60-
<id>ossrh</id>
61-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
56+
<id>github</id>
57+
<name>GitHub Packages</name>
58+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
6259
</repository>
6360
</distributionManagement>
6461

@@ -499,6 +496,16 @@
499496
</plugins>
500497
</build>
501498
<profiles>
499+
<profile>
500+
<id>github</id>
501+
<distributionManagement>
502+
<repository>
503+
<id>github</id>
504+
<name>GitHub Packages</name>
505+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
506+
</repository>
507+
</distributionManagement>
508+
</profile>
502509
<profile>
503510
<id>publishing</id>
504511
<build>

protobuf-kafkaconnect-converter/pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,10 @@
3737
<url>https://aws.amazon.com/glue</url>
3838

3939
<distributionManagement>
40-
<snapshotRepository>
41-
<id>ossrh</id>
42-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
43-
</snapshotRepository>
4440
<repository>
45-
<id>ossrh</id>
46-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
41+
<id>github</id>
42+
<name>GitHub Packages</name>
43+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
4744
</repository>
4845
</distributionManagement>
4946
<scm>
@@ -239,6 +236,16 @@
239236
</build>
240237

241238
<profiles>
239+
<profile>
240+
<id>github</id>
241+
<distributionManagement>
242+
<repository>
243+
<id>github</id>
244+
<name>GitHub Packages</name>
245+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
246+
</repository>
247+
</distributionManagement>
248+
</profile>
242249
<profile>
243250
<id>publishing</id>
244251
<build>

serializer-deserializer-msk-iam/pom.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@
3838
</parent>
3939

4040
<distributionManagement>
41-
<snapshotRepository>
42-
<id>ossrh</id>
43-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
44-
</snapshotRepository>
4541
<repository>
46-
<id>ossrh</id>
47-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
42+
<id>github</id>
43+
<name>GitHub Packages</name>
44+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
4845
</repository>
4946
</distributionManagement>
5047
<licenses>

serializer-deserializer/pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,10 @@
3737
</parent>
3838

3939
<distributionManagement>
40-
<snapshotRepository>
41-
<id>ossrh</id>
42-
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
43-
</snapshotRepository>
4440
<repository>
45-
<id>ossrh</id>
46-
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
41+
<id>github</id>
42+
<name>GitHub Packages</name>
43+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
4744
</repository>
4845
</distributionManagement>
4946
<licenses>
@@ -316,6 +313,16 @@
316313
</build>
317314

318315
<profiles>
316+
<profile>
317+
<id>github</id>
318+
<distributionManagement>
319+
<repository>
320+
<id>github</id>
321+
<name>GitHub Packages</name>
322+
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
323+
</repository>
324+
</distributionManagement>
325+
</profile>
319326
<profile>
320327
<id>publishing</id>
321328
<build>

0 commit comments

Comments
 (0)