This is an automated email from the git hooks/post-receive script. New commit to branch feature/1239 in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit 0c5f0832d304d3aa391eb1a24e214fb2818bf2ac Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 6 15:50:54 2015 +0200 add an optional profile to grab dependencies from our nexus repository (refs #1239) --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index dadc425..846e985 100644 --- a/pom.xml +++ b/pom.xml @@ -406,5 +406,17 @@ </build> </profile> + <profile> + <id>add-nexus-repository</id> + + <repositories> + + <repository> + <id>nexus-android-support</id> + <url>http://nexus.nuiton.org/nexus/content/repositories/android/</url> + </repository> + </repositories> + </profile> + </profiles> </project> \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.