diff --git a/GDirectionsApiUtils/app/gradle_nexus_release.gradle b/GDirectionsApiUtils/app/gradle_nexus_release.gradle index 77f914c..e2bf6d3 100644 --- a/GDirectionsApiUtils/app/gradle_nexus_release.gradle +++ b/GDirectionsApiUtils/app/gradle_nexus_release.gradle @@ -1,4 +1,10 @@ +//The open source file +//apply from: 'gradle_nexus_release_var.gradle' +//TODO but if you are me use this one: apply from: 'gradle_nexus_release_var_def.gradle' + + + //When CatBus blocks the release go in builds_hooks.gradle and uncomment the comments about catbus uploadArchives { diff --git a/GDirectionsApiUtils/app/gradle_nexus_release_var_def.gradle b/GDirectionsApiUtils/app/gradle_nexus_release_var.gradle similarity index 84% rename from GDirectionsApiUtils/app/gradle_nexus_release_var_def.gradle rename to GDirectionsApiUtils/app/gradle_nexus_release_var.gradle index d09400f..ab1f3bb 100644 --- a/GDirectionsApiUtils/app/gradle_nexus_release_var_def.gradle +++ b/GDirectionsApiUtils/app/gradle_nexus_release_var.gradle @@ -66,21 +66,11 @@ project.ext { //Define where to deploy //-------------------------------------- - NEXUS_USERNAME = "ACMS" - NEXUS_PASSWORD ='@cms$$123' - NEXUS_URL = "https://nexus.kamereon.org" + NEXUS_USERNAME = "UserName" + NEXUS_PASSWORD ='Password' + NEXUS_URL = "https://nexus.organization.org" - SNAPSHOT_REPOSITORY_URL = "https://nexus.kamereon.org/repository/maven-snapshots" - RELEASE_REPOSITORY_URL = "https://nexus.kamereon.org/repository/android_releases" + SNAPSHOT_REPOSITORY_URL = "https://nexus.organization.org/repository/maven-snapshots" + RELEASE_REPOSITORY_URL = "https://nexus.organization.org/repository/android_releases" -//Define your GPG for signing your archives -//----------------------------------------- -//signing.keyId=9CF79442 -//signing.password=sylpheo_acms -//signing.secretKeyRingFile=./gpg_key.asc - -//Reference: -//http://zserge.com/blog/gradle-maven-publish.html -//https://github.com/A-CMS/alliance-platform-parent/blob/master/pom.xml -//https://maven.apache.org/scm/git.html } \ No newline at end of file diff --git a/GDirectionsApiUtils/app/src/main/AndroidManifest.xml b/GDirectionsApiUtils/app/src/main/AndroidManifest.xml index 9ec8472..366fab2 100644 --- a/GDirectionsApiUtils/app/src/main/AndroidManifest.xml +++ b/GDirectionsApiUtils/app/src/main/AndroidManifest.xml @@ -26,6 +26,7 @@ + diff --git a/GDirectionsApiUtils/app/src/main/java/com/android2ee/formation/librairies/google/map/utils/direction/GDirectionsApiUtils.java b/GDirectionsApiUtils/app/src/main/java/com/android2ee/formation/librairies/google/map/utils/direction/GDirectionsApiUtils.java index 33437f0..a625e8a 100644 --- a/GDirectionsApiUtils/app/src/main/java/com/android2ee/formation/librairies/google/map/utils/direction/GDirectionsApiUtils.java +++ b/GDirectionsApiUtils/app/src/main/java/com/android2ee/formation/librairies/google/map/utils/direction/GDirectionsApiUtils.java @@ -1,4 +1,4 @@ -/** +/* *