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/28 23:27:49 UTC

svn commit: r819741 - /incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml

Author: schor
Date: Mon Sep 28 21:27:45 2009
New Revision: 819741

URL: http://svn.apache.org/viewvc?rev=819741&view=rev
Log:
no Jira - POM missing relative path - causes failure with empty local repo, because only maven-central is searched for eclipse parts.  Found on fresh linux build attempt.

Modified:
    incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml?rev=819741&r1=819740&r2=819741&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml Mon Sep 28 21:27:45 2009
@@ -38,6 +38,7 @@
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimaj-eclipse-plugins</artifactId>
 		<version>2.3.0.incubating-SNAPSHOT</version> <!-- this comment is a flag for changeVersion -->
+    <relativePath>../uimaj/eclipse-plugin-superPom</relativePath>
 	</parent>
 	
 	<repositories>