See bug https://issues.apache.org/jira/browse/TAPESTRY-1494

The problem was mainly that the snapshot artifacts were in the wrong
location.

On 5/22/07, Daniel Jue <[EMAIL PROTECTED]> wrote:

This fixed my problem with a Tap 5.0.4 archetype'd POM that I changed to
version 5.0.5-SNAPSHOT.  I was getting some packages not found problems,
and
after adding this I saw mvn grab a tapestry-core jar.  (using mvn install
-U)

I wonder if I need this snippet for the pluginRepositories section as
well?

Dan

On 5/21/07, Nick Westgate <[EMAIL PROTECTED]> wrote:
>
> I'm not sure, but try adding
>
>        <snapshots>
>          <enabled>true</enabled>
>        </snapshots>
>
> to the <repository> section.
>
> Cheers,
> Nick.
>
>
> Weisu wrote:
> > Hi Jun,
> > Had you figured out this problem, I had same problem.
> >
> >
> > Jun Tsai-2 wrote:
> >> 2007/5/17, Howard Lewis Ship <[EMAIL PROTECTED]>:
> >>> I've  been making a number of important T5 bug fixes; I've just
> uploaded
> >>> the
> >>> latest snapshots to
> http://people.apache.org/~hlship/tapestry-repository/
> >>>
> >>> Feedback is always welcome!
> >>>
> >> How to used in pom.xml?
> >>
> >> I add
> >> [code]
> >> <dependency>
> >>       <groupId>org.apache.tapestry</groupId>
> >>       <artifactId>tapestry-core</artifactId>
> >>       <version>5.0.5-SNAPSHOT</version>
> >>     </dependency>
> >>
> >> .....
> >>
> >> <repository>
> >>       <id>tapestry-snapshots</id>
> >>       <url>http://people.apache.org/~hlship/tapestry-repository/
</url>
> >>     </repository>
> >>
> >>
> >> [/code]
> >>
> >>
> >> I can't work.
> >> Downloading:
> >>
>
http://people.apache.org/~hlship/tapestry-repository//org/apache/tapestry/tapestry-core/5.0.5-SNAPSHOT/tapestry-core-5.0.5-SNAPSHOT.pom
> >>
> >> So fail!
> >>
> >> How to fix?
> >>
> >> Jun Tsai
> >>
> >> --
> >> Welcome to China Java Users Group(CNJUG).
> >> http://cnjug.dev.java.net
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>




--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

Reply via email to