Skip to content

Commit

Permalink
Add profile to deploy to github
Browse files Browse the repository at this point in the history
  • Loading branch information
strokyl authored and rlecomte committed Jul 23, 2024
1 parent 75ee139 commit eb04a37
Show file tree
Hide file tree
Showing 12 changed files with 146 additions and 72 deletions.
19 changes: 13 additions & 6 deletions avro-flink-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,10 @@
</license>
</licenses>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
<scm>
Expand Down Expand Up @@ -258,6 +255,16 @@
</plugins>
</build>
<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>publishing</id>
<build>
Expand Down
19 changes: 13 additions & 6 deletions avro-kafkaconnect-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@
</license>
</licenses>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
<scm>
Expand Down Expand Up @@ -166,6 +163,16 @@
</plugins>
</build>
<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>publishing</id>
<build>
Expand Down
19 changes: 13 additions & 6 deletions build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,10 @@
<url>https://aws.amazon.com/glue</url>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
<licenses>
Expand Down Expand Up @@ -76,6 +73,16 @@
</build>

<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>publishing</id>
<build>
Expand Down
19 changes: 13 additions & 6 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@
<url>https://aws.amazon.com/glue</url>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
<scm>
Expand Down Expand Up @@ -138,6 +135,16 @@
</dependencies>

<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>publishing</id>
<build>
Expand Down
19 changes: 13 additions & 6 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@
</parent>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
<scm>
Expand Down Expand Up @@ -84,6 +81,16 @@
</dependencies>

<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>publishing</id>
<build>
Expand Down
19 changes: 13 additions & 6 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@
</parent>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>

Expand Down Expand Up @@ -198,6 +195,16 @@
</dependencies>

<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>surefire</id>
<build>
Expand Down
19 changes: 13 additions & 6 deletions jsonschema-kafkaconnect-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@
</license>
</licenses>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
<scm>
Expand Down Expand Up @@ -128,6 +125,16 @@
</build>

<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>publishing</id>
<build>
Expand Down
19 changes: 13 additions & 6 deletions kafkastreams-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@
</license>
</licenses>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
<scm>
Expand Down Expand Up @@ -102,6 +99,16 @@
</dependencies>

<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>publishing</id>
<build>
Expand Down
19 changes: 13 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,10 @@
<url>https://github.com/awslabs/aws-glue-schema-registry.git</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>

Expand Down Expand Up @@ -510,6 +507,16 @@
</plugins>
</build>
<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>publishing</id>
<build>
Expand Down
19 changes: 13 additions & 6 deletions protobuf-kafkaconnect-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@
<url>https://aws.amazon.com/glue</url>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
<scm>
Expand Down Expand Up @@ -239,6 +236,16 @@
</build>

<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>publishing</id>
<build>
Expand Down
9 changes: 3 additions & 6 deletions serializer-deserializer-msk-iam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@
</parent>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
<licenses>
Expand Down
19 changes: 13 additions & 6 deletions serializer-deserializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@
</parent>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
<licenses>
Expand Down Expand Up @@ -316,6 +313,16 @@
</build>

<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/conduktor/aws-glue-schema-registry</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>publishing</id>
<build>
Expand Down

0 comments on commit eb04a37

Please sign in to comment.