Attila Sasvari created OOZIE-2839:
-------------------------------------

             Summary: Fix maven warning about parent.relativePath
                 Key: OOZIE-2839
                 URL: https://issues.apache.org/jira/browse/OOZIE-2839
             Project: Oozie
          Issue Type: Bug
            Reporter: Attila Sasvari
            Priority: Trivial


When running {{mvn test}} the following warnings are printed:

{noformat}
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.crunch:crunch-core:jar:1.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.crunch:crunch-parent:1.0.0-SNAPSHOT 
(/Users/asasvari/workspace/crunch_dup/pom.xml) points at 
org.apache.crunch:crunch-parent instead of org.apache:apache, please verify 
your project structure @ org.apache.crunch:crunch-parent:1.0.0-SNAPSHOT, 
/Users/asasvari/workspace/crunch_dup/pom.xml, line 22, column 11
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.crunch:crunch-hbase:jar:1.0.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM 
org.apache.crunch:crunch-parent:1.0.0-SNAPSHOT 
(/Users/asasvari/workspace/crunch_dup/pom.xml) points at 
org.apache.crunch:crunch-parent instead of org.apache:apache, please verify 
your project structure @ org.apache.crunch:crunch-parent:1.0.0-SNAPSHOT, 
/Users/asasvari/workspace/crunch_dup/pom.xml, line 22, column 11
[WARNING] 
{noformat}

It can be easily resolved by adding an empty {{<relativePath>}} tag to the 
{{<parent>}} element in the root pom.xml.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to