Adobe-Marketing-Cloud / aem-translation-framework-bootstrap-connector

Bootstrap Translation connector using the Adobe Experience Manager (AEM) Translation Vendor API

Home Page:https://helpx.adobe.com/experience-manager/using/bootstrap.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build branch `aem620`

pkesseli opened this issue · comments

Hi everyone,

I already opened an Adobe Partners support ticket for this issue. As described in that ticket, it appears that the branch aem620 cannot be built in its current state:

[INFO] Building Bootstrap Translation Connector - Bundle 2.5.1 [2/3]
[INFO] -------------------------------[ bundle ]-------------------------------
Downloading from adobe-public-releases: https://repo.adobe.com/nexus/content/groups/public/com/adobe/granite/com.adobe.granite.translation.api/1.1.34/com.adobe.granite.translation.api-1.1.34.pom
Downloading from localinstance: http://localhost:4502/maven/repository/com/adobe/granite/com.adobe.granite.translation.api/1.1.34/com.adobe.granite.translation.api-1.1.34.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/adobe/granite/com.adobe.granite.translation.api/1.1.34/com.adobe.granite.translation.api-1.1.34.pom
[WARNING] The POM for com.adobe.granite:com.adobe.granite.translation.api:jar:1.1.34 is missing, no dependency information available
Downloading from adobe-public-releases: https://repo.adobe.com/nexus/content/groups/public/com/adobe/granite/com.adobe.granite.translation.api/1.1.34/com.adobe.granite.translation.api-1.1.34.jar
Downloading from localinstance: http://localhost:4502/maven/repository/com/adobe/granite/com.adobe.granite.translation.api/1.1.34/com.adobe.granite.translation.api-1.1.34.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/adobe/granite/com.adobe.granite.translation.api/1.1.34/com.adobe.granite.translation.api-1.1.34.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Bootstrap Translation Connector 2.5.1:
[INFO]
[INFO] Bootstrap Translation Connector .................... SUCCESS [ 0.967 s]
[INFO] Bootstrap Translation Connector - Bundle ........... FAILURE [ 3.226 s]
[INFO] Bootstrap Translation Connector - Content .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.577 s
[INFO] Finished at: 2021-06-21T18:32:31+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project bootstrap-connector.bundle: Could not resolve dependencies for project com.adobe.granite.translation.connector:bootstrap-connector.bundle:bundle:2.5.1: Could not find artifact com.adobe.granite:com.adobe.granite.translation.api:jar:1.1.34 in adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :bootstrap-connector.bundle

The dependency com.adobe.granite:com.adobe.granite.translation.api:1.1.34 appears missing. This poses a problem for us, since we want to port our existing AEM 6.5 plug-in back to 6.2, and without a working bootstrap branch we have no way to even get started.

Thanks for any pointers!