You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vg...@apache.org on 2014/09/18 21:44:03 UTC

git commit: AMBARI-7005. ambari trunk commit build fails due to unresolvable eclipselink plugin when the first time mvn build. (Jun Aoki via vgogate)

Repository: ambari
Updated Branches:
  refs/heads/trunk 742b71893 -> 5c24d29ad


AMBARI-7005. ambari trunk commit build fails due to unresolvable eclipselink plugin when the first time mvn build. (Jun Aoki via vgogate)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5c24d29a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5c24d29a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5c24d29a

Branch: refs/heads/trunk
Commit: 5c24d29ad21848707eabd4a3ae3fdedeb7044fca
Parents: 742b718
Author: Vitthal(Suhas) Gogate <vg...@apache.org>
Authored: Thu Sep 18 14:33:49 2014 +0000
Committer: root <ro...@c6401.ambari.apache.org>
Committed: Thu Sep 18 19:02:44 2014 +0000

----------------------------------------------------------------------
 ambari-server/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5c24d29a/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index b07afbf..bbf21fe 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1422,4 +1422,12 @@
   <!--<reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId>
     <artifactId>findbugs-maven-plugin</artifactId> <version>2.5.2</version> </plugin>
     </plugins> </reporting> -->
+
+  <pluginRepositories>
+    <pluginRepository>
+      <id>EclipseLink</id>
+      <url>http://download.eclipse.org/rt/eclipselink/maven.repo</url>
+    </pluginRepository>
+  </pluginRepositories>
+
 </project>