Add  <relativePath>../../pom.xml</relativePath> element to compiler poms which are not in stadard m2 structure
(otherwise maven looks in the local repo rather than within the project for the parent)
See http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Example_2


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jci/trunk@937729 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compilers/eclipse/pom.xml b/compilers/eclipse/pom.xml
index 316b4b4..9522f78 100644
--- a/compilers/eclipse/pom.xml
+++ b/compilers/eclipse/pom.xml
@@ -22,6 +22,7 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-eclipse</artifactId>
     <version>1.1-SNAPSHOT</version>
diff --git a/compilers/groovy/pom.xml b/compilers/groovy/pom.xml
index 459073c..9836e2a 100644
--- a/compilers/groovy/pom.xml
+++ b/compilers/groovy/pom.xml
@@ -22,6 +22,7 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-groovy</artifactId>
     <version>1.1-SNAPSHOT</version>
diff --git a/compilers/janino/pom.xml b/compilers/janino/pom.xml
index 8cc62b8..6da599e 100644
--- a/compilers/janino/pom.xml
+++ b/compilers/janino/pom.xml
@@ -22,6 +22,7 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-janino</artifactId>
     <version>1.1-SNAPSHOT</version>
diff --git a/compilers/javac/pom.xml b/compilers/javac/pom.xml
index da7884b..24c0639 100644
--- a/compilers/javac/pom.xml
+++ b/compilers/javac/pom.xml
@@ -22,6 +22,7 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-javac</artifactId>
     <version>1.1-SNAPSHOT</version>
diff --git a/compilers/jsr199/pom.xml b/compilers/jsr199/pom.xml
index 79c324e..d07c2a2 100644
--- a/compilers/jsr199/pom.xml
+++ b/compilers/jsr199/pom.xml
@@ -22,6 +22,7 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-jsr166</artifactId>
     <version>1.1-SNAPSHOT</version>
diff --git a/compilers/rhino/pom.xml b/compilers/rhino/pom.xml
index ecf8ed7..a2818a9 100644
--- a/compilers/rhino/pom.xml
+++ b/compilers/rhino/pom.xml
@@ -22,6 +22,7 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
         <version>1.1-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>commons-jci-rhino</artifactId>
     <version>1.1-SNAPSHOT</version>