[Lift] Re: scala+maven

2009-07-29 Thread Mark McBride
I distilled at least two questions from this 1) How do I use scala artifacts from a private remote repository (i.e. I don't need to go outside my own network to download artifacts)? 2) How do I define the scala repositories in settings.xml instead of in every pom.xml file? We actually do somethi

[Lift] Re: scala+maven

2009-07-29 Thread Mark McBride
whatever if you want. ---Mark On Wed, Jul 29, 2009 at 8:34 AM, David Bernard wrote: > I higlhy suggest you use a solution like nexus (IMO better than artifactory > to install/manage). > > On Wed, Jul 29, 2009 at 17:07, Mark McBride wrote: >> >> I distilled at least two qu

[Lift] Re: Odd XML parsing issue

2009-07-30 Thread Mark McBride
URLs in XML need to be XML Encoded... so try http://www.yahoo.com?a=4&b=5";>Test ---Mark On Thu, Jul 30, 2009 at 10:53 AM, Ewan wrote: > > Not sure what I have messed up here but if I have a hardcoded link in > a template page where the href includes query params the lift runtime > stacktrac

[Lift] Re: Odd XML parsing issue

2009-07-30 Thread Mark McBride
Fat fingered the paste... change "&" to "&" On Thu, Jul 30, 2009 at 11:15 AM, Ewan wrote: > > But that looks exactly like I have it... > > On Jul 30, 7:02 pm, Mark McBride wrote: >> URLs in XML need to be XML Encoded... so try >> >> htt

[Lift] Re: Maven skip tests

2009-08-04 Thread Mark McBride
My guess is that while -fn tells maven never to fail, it doesn't tell it at what point in the lifecycle to finish. It's likely that the test goal failed, maven stopped (before executing the install goal) and reported a successful build. In the second case you're removing the test goal from the m