This did not work. Still failed.

There are disturbing messages in here about blacklisting sites due to
errors and such.

becke...@ubuntu810desktop:~/todo$ mvn jetty:run -U
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO] org.apache.maven.plugins: checking for updates from scala-
tools.org
[WARNING] repository metadata for: 'org.apache.maven.plugins' could
not be retrieved from repository: scala-tools.org due to an error:
Error transferring file
[INFO] Repository 'scala-tools.org' will be blacklisted
[INFO] org.apache.maven.plugins: checking for updates from central
[INFO] org.codehaus.mojo: checking for updates from central
[INFO] artifact org.scala-tools:maven-scala-plugin: checking for
updates from central
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.scala-tools:maven-scala-plugin' does not exist
or no valid version could be found
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 26 seconds
[INFO] Finished at: Sat Dec 13 13:29:24 EST 2008
[INFO] Final Memory: 1M/4M
[INFO]
------------------------------------------------------------------------
mbecke...@ubuntu810desktop:~/todo$

On Dec 11, 7:57 am, "David Bernard" <[email protected]>
wrote:
> The first time you run jetty :
>
> mvn jetty:run -U
>
> I learn a way to avoid this problem (for futur archetype, I'll try it
> next week-end)
>
> /davidB
>
> On Thu, Dec 11, 2008 at 13:31, Josh Suereth <[email protected]> wrote:
> > Thanks, and sorry for the typos.
>
> > What you want (in either your ~/.m2/settings.xml or ${project.dir}/pom.xml)
> > is the following:
>
> > <repositories>
> >     <repository>
> >       <id>scala-tools.org</id>
>
> >       <name>Scala-tools Maven2 Repository</name>
> >       <url>http://scala-tools.org/repo-releases</url>
> >     </repository>
> >     <repository>
>
> >       <id>snapshots.scala-tools.org</id>
> >       <name>Scala-tools Maven2 Snapshot Repository</name>
> >       <url>http://scala-tools.org/repo-snapshots</url>
>
> >     </repository>
> >   </repositories>
>
> > On Thu, Dec 11, 2008 at 7:24 AM, Tim Perrett <[email protected]> wrote:
>
> >> I think Josh meant to say "defined in your pom.xml"
>
> >> On Dec 11, 12:14 pm, Josh Suereth <[email protected]> wrote:
> >> > Make sure the scala-tools snapshot repository is defined in your ppm

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to