RE: try -source 1.5 to enable annotations

2008-06-25 Thread Prystash,John
Try adding the compiler plugin? org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 -Original Message- From: get_it_done [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 2:50 PM To: users@maven.apache.org Su

RE: maven site multi-module question

2008-05-01 Thread Prystash,John
Hey Ashley, I've been able to do something similar by putting the following in the POM of the parent. file://${user.dir}/site This puts the site directory inside the parent directory however when I run site-deploy. -Original Message- From: Ashley Williams [mailto:[EMAIL P

RE: Multi-module archetypes

2008-05-01 Thread Prystash,John
false > never > warn > > > always > warn > > > http://people.apache.org/maven-snapshot-repository/ >

RE: continuous integration server

2008-04-15 Thread Prystash,John
We use QuickBuild, which is the professional version of Luntbuild, for Maven. The experience has been pleasant, was wondering if anyone else has used either? -Original Message- From: Jared Blitzstein [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 12:15 PM To: Maven Users List S

RE: Multi-module archetypes

2008-03-31 Thread Prystash,John
false never warn always warn http://people.apache.org/maven-snapshot-repository/ default

Multi-module archetypes

2008-03-28 Thread Prystash,John
I'm stepping into my first foray into creating archeyptes. In general, is there support for creating an archetype for a multi-module project? Or is better to build a project with multiple archetypes? My first thought would be I'd have problem injecting the parent project name into the directory

RE: Maven2 site plugin inheritence

2008-03-03 Thread Prystash,John
I've used this workaround to get help with this issue, at least for site-deploy, in the parent POM: file://${user.dir}/site All the links in the resulting site work. This might not help with the inheritance issue, but it might give you a place to start from. -Original Message- From:

Cobetura Reporting and Groovy

2008-02-28 Thread Prystash,John
Hey Everyone, I've added Groovy to project and am trying to get the source viewable from my Cobertura report. The Groovy gets a coverage rating, but on the generated report I get the following when trying to view the source for a file. Unable to locate org/oclc/MyApp/Hello.groovy. Have you speci