Re: Extra directory level being created by Assembly in Maven 2.0.6, as compared with 2.0.4

2007-05-11 Thread Adam Lally
On 5/5/07, Marshall Schor [EMAIL PROTECTED] wrote: snip/ However, if the same XML is used with Maven 2.0.6, an extra directory is created having the name of the packed zip source: root / eclipsePlugins / uimaj-ep-debug-2.1.0-incubating.zip / org.apache.uima.debug.2.1.0.incubating / etc.

Trouble adding common resouce files to all jars

2007-02-15 Thread Adam Lally
Hello, I am trying to add some common resource files to all of my jars in a multimodule project, without having to copy the files to all the src/main/resources directories in every single module. (In particular this is for LICENSE and NOTICE files that are required in the jars for our Apache

Re: Trouble adding common resouce files to all jars

2007-02-15 Thread Adam Lally
On 2/15/07, Daniel Kulp [EMAIL PROTECTED] wrote: Basically, you can add: plugin artifactIdmaven-remote-resources-plugin/artifactId version1.0-alpha-2-SNAPSHOT/version executions execution goals goalprocess/goal /goals

Re: Can't get javadoc plugin to work for multimodule project

2006-11-21 Thread Adam Lally
the directory names which match the artifact ids? Adam Lally-2 wrote: On 11/16/06, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: Adam- I've experienced that as well. My workaround is to first run mvn install and then mvn javadoc:javadoc, and it seems to work. Thanks, that got my simple test

Re: Can't get javadoc plugin to work for multimodule project

2006-11-17 Thread Adam Lally
On 11/16/06, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: Adam- I've experienced that as well. My workaround is to first run mvn install and then mvn javadoc:javadoc, and it seems to work. Thanks, that got my simple test case with just one module to work. My multimodule build is still

Can't get javadoc plugin to work for multimodule project

2006-11-16 Thread Adam Lally
Hello, I was trying to follow the javadoc instructions here: http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate.html to generate Javadocs for my entire multimodule project. If I execute mvn javadoc:javadoc inside one of my modules, it works fine. However, if I execute mvn

Re: Can I submit Eclipse jars to the central repository?

2006-11-08 Thread Adam Lally
I've created a test repo at http://repo1.maven.org/eclipse/ with a lot of them. We are looking for feedback Excellent! Having this shared repository of eclipse artifacts will really help our project. However, I'm getting one very strange error that I don't understand at all. Can you try out

Can I submit Eclipse jars to the central repository?

2006-11-07 Thread Adam Lally
Hi, I've installed several Eclipse jars into my local repository, and I'd like to get them into a shared repository somewhere. Is it allowed/appropriate for me to submit these for the ibiblio repository by following the directions at

Re: How to use latest snapshot of assembly plugin?

2006-10-02 Thread Adam Lally
from getting to people.apache.org...of course, your browser might be configured correctly... -john On 9/29/06, Adam Lally [EMAIL PROTECTED] wrote: Yes, I'm behind a firewall. But that doesn't in general seem to prevent me from downloading components from Maven repositories. -Adam Wayne Fay

How to use latest snapshot of assembly plugin?

2006-09-29 Thread Adam Lally
I'm new to Maven and have been trying to figure out how to get the assembly plugin to do what I want for my multi-module project. I've seen some messages on the list recommending to use version 2.2-SNAPSHOT which may have fixed some issues. But how do I do that? I put the following in my

Re: How to use latest snapshot of assembly plugin?

2006-09-29 Thread Adam Lally
On 9/29/06, Wayne Fay [EMAIL PROTECTED] wrote: I'd just pull the code down yourself from SVN and build/install locally if you're going to depend on SNAPSHOT versioned code and having trouble finding it deployed anywhere. Wayne On 9/29/06, Adam Lally [EMAIL PROTECTED] wrote: I'm new to Maven

Re: How to use latest snapshot of assembly plugin?

2006-09-29 Thread Adam Lally
] [INFO] Total time: 1 second [INFO] Finished at: Fri Sep 29 16:31:17 EDT 2006 [INFO] Final Memory: 1M/3M [INFO] _ Adam Lally Advisory Software Engineer UIMA

Re: How to use latest snapshot of assembly plugin?

2006-09-29 Thread Adam Lally
Subject Re: How to use latest snapshot of assembly plugin? Looks like you're behind a firewall or proxy of some kind? Wayne On 9/29/06, Adam Lally [EMAIL PROTECTED] wrote: Running with -U did not help. Here's the output from mvn -X compile. I see a bunch of Skipping disabled repository