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]