]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
mobile-de - configure maven and pom.xml
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 2 Jun 2017 13:33:52 +0000 (15:33 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 2 Jun 2017 13:33:52 +0000 (15:33 +0200)
customer/mobile-aem/common.yaml
customer/mobile-aem/production.yaml

index 9826e1391eb11fee31a8fda97610eeeedcda4223..3bb8a8e4e66fd6c4c27c7468b35c64b197210c46 100644 (file)
@@ -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
index b5623a125937cfb3937e522ec1e222c1eb31dff9..8967d2d577a4ca1e146ac60b7f8d373ae000f1e1 100644 (file)
@@ -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