konnect-github
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.adobe.aem.addon.guides</groupId>
<artifactId>konnect-github</artifactId>
<version>1.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.adobe.aem.addon.guides</groupId>
<artifactId>konnect-github</artifactId>
<version>1.0.1</version>
<name>Adobe Experience Manager Guides Konnect - Github Connector</name>
<description>The Adobe Experience Manager Guides connector for Github
What's new in 1.0.1: If a git submodule is part of a git repository, it will be ignored while cloning the repo. The presence of submodule(s) will not break the ingestion flow.</description>
<url>https://github.com/adobe/guides-data-source-connectors</url>
<licenses>
<license>
<name>Copyright 2026 Adobe. All Rights Reserved.</name>
<url>https://www.adobe.com/legal/terms.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Nupur Bansal</name>
<email>nupurb@adobe.com</email>
<organization>Adobe</organization>
<organizationUrl>https://www.adobe.com</organizationUrl>
</developer>
<developer>
<name>Shobhit Sharma</name>
<email>shobhitkumar@adobe.com</email>
<organization>Adobe</organization>
<organizationUrl>https://www.adobe.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/adobe/guides-data-source-connectors.git</connection>
<developerConnection>scm:git:ssh://git@github.com:adobe/guides-data-source-connectors.git</developerConnection>
<url>https://github.com/adobe/guides-data-source-connectors</url>
</scm>
</project>