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 charlescd committed Jan 24, 2023
1 parent 7020ac9 commit e22dfb3
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 0 deletions.
10 changes: 10 additions & 0 deletions avro-flink-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,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
10 changes: 10 additions & 0 deletions avro-kafkaconnect-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,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
10 changes: 10 additions & 0 deletions build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,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
10 changes: 10 additions & 0 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,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
10 changes: 10 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,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
10 changes: 10 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,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
10 changes: 10 additions & 0 deletions jsonschema-kafkaconnect-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,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
10 changes: 10 additions & 0 deletions kafkastreams-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,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
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,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
10 changes: 10 additions & 0 deletions protobuf-kafkaconnect-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,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
10 changes: 10 additions & 0 deletions serializer-deserializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,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 e22dfb3

Please sign in to comment.