RE: Optional Goals Dependencies

2006-08-12 Thread Dave Syer
I still need to be able to have compile/test compile/test/jar/assemble all use a subdirectory based on a property. I think the maven way to do this might be to make your subdirectories into separate projects with their own pom and artifact. -- View this message in context:

Re: Resource Plugin

2006-08-12 Thread franz see
Douglas Ferguson wrote: I can't find any documentation on how to change the default location of the resources plugin. I checked out the code and it declares ${project.resources}. But this is a list of resource objects. I'd like to just change the directory from

Re: Codehaus

2006-08-12 Thread ben short
http://mojo.codehaus.org/ On 8/11/06, Douglas Ferguson [EMAIL PROTECTED] wrote: Where can I find documentation on the codehaus plugins? I stumbled upon the codehaus dependency plugin when the apache one didn't seem to work. __ Douglas W. Ferguson

Re: multi module site generation - module links not showing in index.html

2006-08-12 Thread Jonathan S. Anderson
Seconded. mvn site:stage generates a site where the submodule links work, but all the javadoc/jxr reports have blank index.html mvn site:deploy generates a site where the submodules are listed with strong tags, but no links, around them, however the actual submodule site content is properly

Re: Java EE

2006-08-12 Thread Srepfler Srgjan
Markus Wolf wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Convention is to use the java package for java APIs as groupId. So for example, the java connector API (jca) has groupId javax.resources. You can ask SUN and

Re: incorrect war file structure

2006-08-12 Thread Pete Marvin King
Hello Jeff, Sorry about that, can you try this 1. svn co https://svn.apache.org/repos/asf/maven/plugins/trunk plugins 2. cd plugins/maven-war-plugin 3. mvn install the steps above should do it. pete marvin Jeff Mutonho wrote: On 8/9/06, Pete Marvin King [EMAIL PROTECTED] wrote: Hello

Re: .har file

2006-08-12 Thread Stephane Nicoll
Please ask such questions on the user list! AFAIK, there is no .har plugin for m1 but it's not really difficult to build one (based on current plugins for other artifact's types). If you need help on this, let us know. Stéphane On 8/12/06, neeraj bisht [EMAIL PROTECTED] wrote: hi all