You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/21 20:58:22 UTC

svn commit: r817372 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: schor
Date: Mon Sep 21 18:58:22 2009
New Revision: 817372

URL: http://svn.apache.org/viewvc?rev=817372&view=rev
Log:
UIMAJ-1501 change dependencies used only in testing to <scope>test, remove unneeded <activeByDefault>false from buildSourceJar conditional, change maven repo address from repo2.maven.org to repo1.maven.org to reduce confusion (they at one point were the same, but I think repo1 is more official).

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?rev=817372&r1=817371&r2=817372&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Mon Sep 21 18:58:22 2009
@@ -143,11 +143,13 @@
         <groupId>org.apache.uima</groupId>
         <artifactId>uimaj-test-util</artifactId>
         <version>${uimaj-release-version}</version>
+        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimaj-component-test-util</artifactId>
         <version>${uimaj-release-version}</version>
+        <scope>test</scope>
       </dependency>
     </dependencies>
   </dependencyManagement>
@@ -521,7 +523,6 @@
     <profile>
       <id>buildSourceJar</id>
       <activation>
-        <activeByDefault>false</activeByDefault>
         <file>
           <exists>src/main/java</exists>
         </file>
@@ -596,7 +597,7 @@
   <repositories>
     <repository>
       <id>eclipsePlugins</id>
-      <url>http://repo2.maven.org/eclipse</url>  <!-- url repo1 forwards to repo2... -->
+      <url>http://repo1.maven.org/eclipse</url>
       <releases>
         <updatePolicy>never</updatePolicy>
       </releases>