Its in another branch, until we can get it released you will need to install it. The parent depends on build resources which is another branch, need to install that also. I would install the ones we are currently voting on for release in the branches below below. Then change the the version of the parent Fluo's pom to 1-incubating.
https://github.com/apache/incubator-fluo/tree/fluo-parent-1-rc3 https://github.com/apache/incubator-fluo/tree/build-resources-1.0.0-rc1 so do git checkout fluo-parent-1-rc3; mvn install git checkout build-resources-1.0.0-rc1; mvn install then checkout master and change the parent version The reason I would use the rc versions at the moment is that the current versions have a small problem that the rc versions dont. On Sat, Aug 6, 2016 at 9:16 AM, Michael Wall <[email protected]> wrote: > I checked out https://git-wip-us.apache.org/repos/asf/incubator-fluo.git, > and tried to build. Here is what I got > > mvn clean install > [INFO] Scanning for projects... > [ERROR] [ERROR] Some problems were encountered while processing the POMs: > [FATAL] Non-resolvable parent POM for > org.apache.fluo:fluo-project:1.0.0-incubating-SNAPSHOT: Could not find > artifact org.apache.fluo:fluo-parent:pom:1-SNAPSHOT and > 'parent.relativePath' points at wrong local POM @ line 18, column 11 > @ > [ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project > org.apache.fluo:fluo-project:1.0.0-incubating-SNAPSHOT > (/Users/mjwall/git/incubator-fluo/pom.xml) has 1 error > [ERROR] Non-resolvable parent POM for > org.apache.fluo:fluo-project:1.0.0-incubating-SNAPSHOT: Could not find > artifact org.apache.fluo:fluo-parent:pom:1-SNAPSHOT and > 'parent.relativePath' points at wrong local POM @ line 18, column 11 -> > [Help 2] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException > [ERROR] [Help 2] > http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException > > Where is the source code for fluo-parent so I can build it myself? > > Thanks
