Skip to content

Commit bfb9786

Browse files
author
Vendy Tjung
committed
deploy to maven central
1 parent 91020d2 commit bfb9786

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,6 @@ jobs:
104104
# --request POST \
105105
# --data '{"event_type": "fetch_latest_changes", "client_payload": { "site_template_version": "${{ steps.packageJson.outputs.VERSION }}" } }' \
106106
# ${{ github.api_url }}/repos/adobe/aem-site-template-basic-theme-e2e/dispatches
107+
- name: Deploy to maven central
108+
id: deploy-to-maven-central
109+
run: mvn deploy

pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<version>1.0.1</version>
2525
<name>GraphQL Voyager</name>
2626
<description>GraphQL Voyager for AEM</description>
27+
<url>http://www.comwrap.com</url>
2728

2829
<licenses>
2930
<license>
@@ -32,6 +33,21 @@
3233
</license>
3334
</licenses>
3435

36+
<developers>
37+
<developer>
38+
<name>Manuel Galle</name>
39+
<email>mgalle@comwrap.com</email>
40+
<organization>comwrap GmbH</organization>
41+
<organizationUrl>http://www.comwrap.com</organizationUrl>
42+
</developer>
43+
</developers>
44+
45+
<scm>
46+
<connection>scm:git:git://github.com:comwrap/graphql-voyager-for-AEM.git</connection>
47+
<developerConnection>scm:git:ssh://github.com:comwrap/graphql-voyager-for-AEM.git</developerConnection>
48+
<url>https://github.com/comwrap/graphql-voyager-for-AEM/tree/main</url>
49+
</scm>
50+
3551
<modules>
3652
<module>all</module>
3753
<module>ui.apps</module>
@@ -46,8 +62,17 @@
4662
<vault.user>admin</vault.user>
4763
<vault.password>admin</vault.password>
4864
<componentGroupName>GraphQL Voyager</componentGroupName>
65+
<git.repository>cowmrap/graphql-voyager-for-AEM</git.repository>
4966
</properties>
5067

68+
<distributionManagement>
69+
<repository>
70+
<id>github</id>
71+
<name>GitHub</name>
72+
<url>https://maven.pkg.github.com/${git.repository}</url>
73+
</repository>
74+
</distributionManagement>
75+
5176
<build>
5277
<pluginManagement>
5378
<plugins>

0 commit comments

Comments
 (0)