Renato, According to Jenkins the project is building fine: https://builds.apache.org/job/Streams%20Trunk/
I expect the build failure you encountered would be overcome by adding -U i.e. mvn clean install -U which forces maven to refresh snapshot metadata. Steve Steve Blackmon [email protected] On Tue, Sep 9, 2014 at 9:59 AM, ASF GitHub Bot (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/STREAMS-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14127059#comment-14127059 > ] > > ASF GitHub Bot commented on STREAMS-165: > ---------------------------------------- > > Github user rbnks commented on the pull request: > > https://github.com/apache/incubator-streams/pull/79#issuecomment-54981892 > > :+1: > > >> Clean git-clone project fails when performing mvn commands >> ---------------------------------------------------------- >> >> Key: STREAMS-165 >> URL: https://issues.apache.org/jira/browse/STREAMS-165 >> Project: Streams >> Issue Type: Bug >> Reporter: Renato Javier Marroquín Mogrovejo >> >> When a fresh copy of the repo is pulled, not even mvn clean works. >> [INFO] Scanning for projects... >> Downloading: >> http://repo.typesafe.com/typesafe/repo/org/apache/streams/streams-master/0.2-incubating-SNAPSHOT/maven-metadata.xml >> [WARNING] Could not transfer metadata >> org.apache.streams:streams-master:0.2-incubating-SNAPSHOT/maven-metadata.xml >> from/to typesafe (http://repo.typesafe.com/typesafe/repo): Access denied to: >> http://repo.typesafe.com/typesafe/repo/org/apache/streams/streams-master/0.2-incubating-SNAPSHOT/maven-metadata.xml >> , ReasonPhrase:Forbidden. >> [ERROR] The build could not read 1 project -> [Help 1] >> [ERROR] >> [ERROR] The project org.apache.streams:google-gmail:0.1-SNAPSHOT >> (/Users/renatomarroquin/Documents/workspace/workspaceApache/incubator-streams/streams-contrib/streams-provider-google/google-gmail/pom.xml) >> has 1 error >> [ERROR] Non-resolvable parent POM >> org.apache.streams:streams-master:0.2-incubating-SNAPSHOT for >> org.apache.streams:streams-project:0.1-SNAPSHOT: Failure to find >> org.apache.streams:streams-master:pom:0.2-incubating-20130918.005203-1 in >> https://oss.sonatype.org/content/repositories/snapshots was cached in the >> local repository, resolution will not be reattempted until the update >> interval of sonatype has elapsed or updates are forced and >> 'parent.relativePath' points at wrong local POM @ >> org.apache.streams:streams-project:0.1-SNAPSHOT, >> /Users/renatomarroquin/Documents/workspace/workspaceApache/incubator-streams/pom.xml, >> line 24, column 13 -> [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 > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332)
