On Wed, Jul 3, 2013 at 8:54 AM, Chris Cureau <cmcur...@gmail.com> wrote:

> Apparently, the issue goes away if I manually add tapestry5-jquery before
> attempting to add tapestry-bootstrap.  Maybe the whole issue is that
> tapestry5-jquery isn't in the main Maven repo and its doing its best to
> pull from there.  Live, learn.  But if tapestry5-jquery is a dependency of
> tapestry-bootstrap, shouldn't bootstrap pull it from the proper sources?
>

The repositories you want to use for your build are yours to manage. While
you can specify repositories directly in the pom.xml it's against the best
practices. It's best to use a repository proxy (Nexus, Artifactory, etc..)
but in either case, you should specify the repos you want to pull from in
*some* place.

In case you are wondering what the dependencies are, just run mvn
dependency:tree and check.

Kalle


>
> On Wed, Jul 3, 2013 at 10:33 AM, Kalle Korhonen
> <kalle.o.korho...@gmail.com>wrote:
>
> > The repo for tapestry5-jquery is
> > http://nexus.devlab722.net/nexus/content/repositories/releases, it says
> so
> > right there on the front page of
> https://github.com/got5/tapestry5-jquery.
> > Now, neither tapestry-bootstrap (this one right?
> > https://github.com/trsvax/tapestry-bootstrap) nor tapestry5-jquery are
> > Apache projects so their artifacts will certainly not be hosted on
> Apache's
> > staging repo. Perhaps you need to first figure out which version of
> > Tapestry5 you want to use.
> >
> > Kalle
> >
> >
> > On Wed, Jul 3, 2013 at 6:38 AM, Chris Cureau <cmcur...@gmail.com> wrote:
> >
> > > I got a strange error from Eclipse this morning when trying to add
> > > tapestry-bootstrap to my pom...
> > >
> > > ArtifactDescriptorException: Failed to read artifact descriptor for
> > > org.got5:tapestry5-jquery:jar:3.2.1: ArtifactResolutionException:
> Failure
> > > to transfer org.got5:tapestry5-jquery:pom:3.2.1 from
> > > https://repository.apache.org/content/groups/staging/ was cached in
> the
> > > local repository, resolution will not be reattempted until the update
> > > interval of apache-staging has elapsed or updates are forced.
> > >
> > > Original error: Could not transfer artifact
> > > org.got5:tapestry5-jquery:pom:3.2.1 from/to apache-staging (
> > > https://repository.apache.org/content/groups/staging/): RSA premaster
> > > secret error to
> > >
> > >
> >
> https://repository.apache.org/content/groups/staging/org/got5/tapestry5-jquery/3.2.1/tapestry5-jquery-3.2.1.pom
> > >
> > > I can't find the org.got5 repository in apache-staging at all.  Maybe
> the
> > > Maven information is wrong?
> > >
> >
>

Reply via email to