File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments