From: Philipp Dallig Date: Fri, 2 Jun 2017 13:33:52 +0000 (+0200) Subject: mobile-de - configure maven and pom.xml X-Git-Tag: v0.1.0~2858 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4de29bb4f755c3501191f8a9ceb6e13ab013c798;p=pixelpark%2Fhiera.git mobile-de - configure maven and pom.xml --- diff --git a/customer/mobile-aem/common.yaml b/customer/mobile-aem/common.yaml index 9826e139..3bb8a8e4 100644 --- a/customer/mobile-aem/common.yaml +++ b/customer/mobile-aem/common.yaml @@ -74,13 +74,32 @@ apache::mod::worker::serverlimit: 4 apache::mod::worker::threadlimit: 50 aem::maven::mirrors: - - {id: pixelpark-nexus, url: 'https://nexus.pixelpark.com/content/groups/public/', mirrorof: '*,!pixelpark-nexus'} + - {id: pixelpark-nexus, url: 'https://nexus.pixelpark.com/content/groups/public/', mirrorof: '*,!pixelpark-nexus,!mobile-de-releases,!mobile-de-snapshots'} aem::maven::repos: - nexus-repo: id: pixelpark-nexus url: 'https://nexus.pixelpark.com/content/groups/public/' releases: enabled: true + - mobile-de-releases: + id: mobile-de-releases + url: 'https://nexus.pixelpark.com/content/repositories/releases-mobile-de/' + releases: + enabled: true + - mobile-de-snapshots: + id: mobile-de-snapshots + url: 'https://nexus.pixelpark.com/content/repositories/snapshots-mobile-de/' + snapshots: + enabled: true +aem::maven::servers: + - mobile-de-releases: + id: mobile-de-releases + username: mobile-de + password: ENC[PKCS7,MIIBiQYJKoZIhvcNAQcDoIIBejCCAXYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAK7e5AePMt7uq0BAMJN6DFU0jLlxWusrWcu3+0bO53tn5zmfabZOfw3d7oee6RI/ez42eMh1wjb1dIAbv9uBcYwIhe8Sahbo3ffa+lCHsKRQzDRYreTVCIJqd2QEDm9yJgfoDCTZwHNRb3/BhhE3K/Lg6fxnXEUhnYq6rIdBevY5fPjk8j4K2Yf34paV2ArypOQBAp7MkNEBGMi4x/VPRw88589/zXr9Hikegz1Pi5eDL75p1r3BmUKi3pCA8X050nfvh3453nmjylwnmWyQiXt+XYCGEmC5F+fLQwGZI0oWvcOWLYisMqCCROtEDC5NePWd5hN6M/ePer6cYQU76FTBMBgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBAfBCiONCnGxniFs78Z3isogCBljRv6kk1TJXU+sYbxhhgN2MJU3NX54X1xTzAdEmDOUA==] + - mobile-de-snapshots: + id: mobile-de-snapshots + username: mobile-de + password: ENC[PKCS7,MIIBiQYJKoZIhvcNAQcDoIIBejCCAXYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAK7e5AePMt7uq0BAMJN6DFU0jLlxWusrWcu3+0bO53tn5zmfabZOfw3d7oee6RI/ez42eMh1wjb1dIAbv9uBcYwIhe8Sahbo3ffa+lCHsKRQzDRYreTVCIJqd2QEDm9yJgfoDCTZwHNRb3/BhhE3K/Lg6fxnXEUhnYq6rIdBevY5fPjk8j4K2Yf34paV2ArypOQBAp7MkNEBGMi4x/VPRw88589/zXr9Hikegz1Pi5eDL75p1r3BmUKi3pCA8X050nfvh3453nmjylwnmWyQiXt+XYCGEmC5F+fLQwGZI0oWvcOWLYisMqCCROtEDC5NePWd5hN6M/ePer6cYQU76FTBMBgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBAfBCiONCnGxniFs78Z3isogCBljRv6kk1TJXU+sYbxhhgN2MJU3NX54X1xTzAdEmDOUA==] # # Author diff --git a/customer/mobile-aem/production.yaml b/customer/mobile-aem/production.yaml index b5623a12..8967d2d5 100644 --- a/customer/mobile-aem/production.yaml +++ b/customer/mobile-aem/production.yaml @@ -49,6 +49,42 @@ aem::packages: groupid: "com.adobe.acs" artifactid: "acs-aem-tools-content" version: "0.0.28" + mobile_taxonomy: + groupid: 'com.mobile.website' + artifactid: 'mobile-taxonomy' + version: 'LATEST' + mobile_frontend: + groupid: 'com.mobile.website' + artifactid: 'mobile-frontend' + version: 'LATEST' + mobile_config: + groupid: 'com.mobile.website' + artifactid: 'mobile-config' + version: 'LATEST' + mobile_components: + groupid: 'com.mobile.website' + artifactid: 'mobile-components' + version: 'LATEST' + dependencies: + - 'acs_aem_commons' + - 'mobile_frontend' + mobile_permissions: + groupid: 'com.mobile.website' + artifactid: 'mobile-permissions' + version: 'LATEST' + dependencies: + - 'mobile_components' + - 'mobile_initialcontent' + mobile_testcontent: + groupid: 'com.mobile.website' + artifactid: 'mobile-testcontent' + version: 'LATEST' + dependencies: + - 'mobile_initialcontent' + mobile_initialcontent: + groupid: 'com.mobile.website' + artifactid: 'mobile-initialcontent' + version: 'LATEST' # Apache Author infra::profile::aem::author::enable_apache: true