[Lift] Re: in a heap o' trouble

2009-03-23 Thread Josh Suereth
http://scala-tools.org/mvnsites/maven-scala-plugin/plugin-info.html Click on any particular goal and you'll get a list of its configuration options. A union of all those is the complete list for the plugin. Those are generated from the annotations in the source code, so they should be *way*

[Lift] Re: in a heap o' trouble

2009-03-23 Thread Josh Suereth
I just noticed that some of those documented configuration options aren't very enlightening. I may take a pass at providing more in-depth descriptions so one isn't left to guess what things mean. If anyone want to help de-mavenize the descriptions, feel free to contribute! (The goals

[Lift] Re: in a heap o' trouble

2009-03-23 Thread Charles F. Munat
Thanks! Josh Suereth wrote: http://scala-tools.org/mvnsites/maven-scala-plugin/plugin-info.html Click on any particular goal and you'll get a list of its configuration options. A union of all those is the complete list for the plugin. Those are generated from the annotations in the

[Lift] Re: in a heap o' trouble

2009-03-20 Thread David Pollak
In your pom.xml file: plugin groupIdorg.scala-tools/groupId artifactIdmaven-scala-plugin/artifactId version2.9/version executions execution goals goalcompile/goal goaltestCompile/goal /goals

[Lift] Re: in a heap o' trouble

2009-03-20 Thread Charles F. Munat
AH HA! I thought so. In fact, I was busy searching Google for exactly this. Thank you very much. I can get down off the roof now. Is there anywhere online where all these Maven POM settings are documented? I've been to the Maven site, but can't find it. Chas. David Pollak wrote: In your

[Lift] Re: in a heap o' trouble

2009-03-20 Thread David Pollak
On Fri, Mar 20, 2009 at 3:13 PM, Charles F. Munat c...@munat.com wrote: AH HA! I thought so. In fact, I was busy searching Google for exactly this. Thank you very much. I can get down off the roof now. Is there anywhere online where all these Maven POM settings are documented? I've been to

[Lift] Re: in a heap o' trouble

2009-03-20 Thread Charles F. Munat
As I suspected. David Pollak wrote: On Fri, Mar 20, 2009 at 3:13 PM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: AH HA! I thought so. In fact, I was busy searching Google for exactly this. Thank you very much. I can get down off the roof now.

[Lift] Re: in a heap o' trouble

2009-03-20 Thread Timothy Perrett
The mojo's are well documented both on scala-tools maven site and in the code itself. I'm on my iPhone right now so can't paste the link (damn you apple!) but it's all on scala-tools! If been looking for specific options myself before and found it to be very well organized. Tim Sent from