You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Andy Schwartz <an...@gmail.com> on 2012/03/06 19:25:59 UTC

Re: Build failed in Jenkins: Trinidad Core 2.0.x (sanity) #677

Any thoughts on why we are seeing this failure?  The cause seems to be
a missing pom:

org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find
artifact org.apache.myfaces.trinidadbuild:maven-xrts-plugin:pom:2.0.8-SNAPSHOT

Though I see the pom here:

https://repository.apache.org/service/local/repositories/snapshots/content/org/apache/myfaces/trinidadbuild/maven-xrts-plugin/2.0.8-SNAPSHOT/maven-xrts-plugin-2.0.8-20120229.184311-5.pom

Of course, my one line change for TRINIDAD-2236 didn't touch any pom files.

Andy

Re: Build failed in Jenkins: Trinidad Core 2.0.x (sanity) #677

Posted by Scott O'Bryan <da...@gmail.com>.
Andy,

Thanks for asking, I'm looking into this now.  It appears as if this is 
not consuming the snapshot repository.  I'll likely have to set up 
compiling the plugins as a prereq.

Scott

On Tue 06 Mar 2012 11:25:59 AM MST, Andy Schwartz wrote:
> Any thoughts on why we are seeing this failure?  The cause seems to be
> a missing pom:
>
> org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find
> artifact org.apache.myfaces.trinidadbuild:maven-xrts-plugin:pom:2.0.8-SNAPSHOT
>
> Though I see the pom here:
>
> https://repository.apache.org/service/local/repositories/snapshots/content/org/apache/myfaces/trinidadbuild/maven-xrts-plugin/2.0.8-SNAPSHOT/maven-xrts-plugin-2.0.8-20120229.184311-5.pom
>
> Of course, my one line change for TRINIDAD-2236 didn't touch any pom files.
>
> Andy