Bug 2650 - [releng] Add target platform

- Add latest successfull build artifact of esf-infra to list of repositories (not a full target platform)

Change-Id: I413ad20bd579fb6b7bdd566f61019269bc2ac0c7
Signed-off-by: Ansgar Radermacher <ansgar.radermacher@cea.fr>
diff --git a/pom.xml b/pom.xml
index 856effe..3eaea9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,18 @@
       </roles>
       <timezone>+1</timezone>
     </developer>
+  
+    <developer>
+      <id>AR</id>
+      <name>Ansgar Radermacher</name>
+      <email>ansgar.radermacher@cea.fr</email>
+      <organization>CEA List</organization>
+      <organizationUrl>www-list.cea.fr/</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
   </developers>
   
   <!-- MODULES -->  
@@ -58,6 +70,11 @@
       <layout>p2</layout>
       <url>https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14</url>
     </repository>
+    <repository>
+      <id>esf-infra</id>
+      <layout>p2</layout>
+      <url>https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository</url>
+    </repository>
   </repositories>
     
   <!-- BUILD DEFINITION -->