yes, i have, you can see my repositories in the end of this message, it now build completely under maven, but when re-import under Intellij, the libraries will not be listed, switching back to 5.0.13 and re-import, the related libraries will be back, any idea? thanks.
<repositories> <!-- This can be commented out when the tapestry-release-version is a not a snapshot. The non-snapshot Tapestry artifacts are distributed through the central repository at ibiblio. --> <repository> <id>tapestry-snapshots</id> <url>http://tapestry.formos.com/maven-snapshot-repository/</url> </repository> <repository> <id>tapestry-snapshots</id> <url>http://people.apache.org/~hlship/tapestry-ibiblio-rsynch-repository/</url> </repository> <repository> <id>codehaus.snapshots</id> <url>http://snapshots.repository.codehaus.org</url> </repository> <!-- For access to the selenium JARs. --> <repository> <id>openqa</id> <name>OpenQA Maven Repository</name> <url>http://maven.openqa.org/</url> </repository> </repositories> <pluginRepositories> <!-- As above, this can be commented out when access to the snapshot version of a Tapestry Maven plugin is not required. <pluginRepository> <id>tapestry-snapshots</id> <url>http://tapestry.formos.com/maven-snapshot-repository/</url> </pluginRepository> --> </pluginRepositories> <properties> <tapestry-release-version>5.0.14-SNAPSHOT</tapestry-release-version> <!-- <tapestry-release-version>5.0.13</tapestry-release-version> --> </properties> José Paumard wrote: > > Angelo, > > Do you have that one too ? > > <repositories> > <repository> > <id>tapestry-snapshots</id> > > <url>http://tapestry.formos.com/maven-snapshot-repository/</url> > </repository> > </repositories> > > José > > Angelo Chen a écrit : >> I did, but got following error: >> >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) org.apache.tapestry:tapestry-core:jar:5.0.14-SNAPSHOT >> >> >> >> Davor Hrg wrote: >> >>> <properties> >>> <tapestry-release-version>5.0.14-SNAPSHOT</tapestry-release-version> >>> </properties> >>> >>> >>> On Fri, Aug 1, 2008 at 12:26 PM, Angelo Chen >>> <[EMAIL PROTECTED]>wrote: >>> >>> >>>> Hi, >>>> >>>> my pom.xml has following entries, what should I change to use the >>>> 5.0.14 >>>> snapshot? thanks. >>>> >>>> <pluginRepositories> >>>> >>>> <!-- As above, this can be commented out when access to the snapshot >>>> version >>>> of a Tapestry Maven plugin is not required. >>>> >>>> <pluginRepository> >>>> <id>tapestry-snapshots</id> >>>> >>>> <url>http://tapestry.formos.com/maven-snapshot-repository/</url> >>>> </pluginRepository> >>>> >>>> --> >>>> >>>> </pluginRepositories> >>>> >>>> <properties> >>>> <tapestry-release-version>5.0.13</tapestry-release-version> >>>> </properties> >>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/T5%3A-how-to-switch-to-5.0.14-snapshot--tp18771744p18771744.html >>>> Sent from the Tapestry - User mailing list archive at Nabble.com. >>>> >>>> >>>> --------------------------------------------------------------------- >>>> 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] > > > -- View this message in context: http://www.nabble.com/T5%3A-how-to-switch-to-5.0.14-snapshot--tp18771744p18776810.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]