Author: simonetripodi
Date: Thu Mar  8 08:45:40 2012
New Revision: 1298300

URL: http://svn.apache.org/viewvc?rev=1298300&view=rev
Log:
restored repositories, the local settings.xml turnaround blocks deploying on 
Nexus
still to clarify with Nexus guys if external repos are admitted, but in the 
meanwhile Jenkins continues doing its job

Removed:
    incubator/any23/trunk/settings.xml
Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1298300&r1=1298299&r2=1298300&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Thu Mar  8 08:45:40 2012
@@ -428,6 +428,20 @@
     <!-- END: Test Dependencies -->
   </dependencies>
 
+  <repositories>
+    <repository>
+      <id>any23-repository-external</id>
+      <url>http://any23.googlecode.com/svn/repo-ext</url>
+    </repository>
+    <!-- Specific repository for Aduna / Sesame related dependencies. -->
+    <repository>
+      <id>aduna-software-release-repo</id>
+      <name>Aduna SW Release Repository</name>
+      <url>http://repo.aduna-software.org/maven2/releases</url>
+      <layout>default</layout>
+    </repository>
+  </repositories>
+
   <build>
     <pluginManagement>
       <plugins>
@@ -490,7 +504,7 @@
             <mavenExecutorId>forked-path</mavenExecutorId>
             <useReleaseProfile>false</useReleaseProfile>
             <autoVersionSubmodules>false</autoVersionSubmodules>
-            <arguments>-Papache.any23,apache-release,release</arguments>
+            <arguments>-Papache-release,release</arguments>
           </configuration>
         </plugin>
       </plugins>


Reply via email to