Deploying a multi-module bundle without including the bundle's dependencies...

2008-12-06 Thread Brian Whipple
I have a multi-module project parent project that contains multiple child projects. I want to distribute a single jar that is a bundle or aggregation of all the child project Java classes. In addition, I want to distribute a test jar that is a bundle or aggregation of all the child project

Re: Deploying a multi-module bundle without including the bundle's dependencies...

2008-12-06 Thread Dan Tran
My problem is that using the bundle jar or bundle test jar as a dependency in another project will pull in not only the bundle jar but all of the individual jars that are part of the bundle jar. Make the dependencies of the bundle project optional ( ie optinaltrue/optional -D On Fri, Dec

Re: APT and the maven-compiler-plugin

2008-12-06 Thread Mark Hobson
2008/12/6 Mark Derricutt [EMAIL PROTECTED]: Is it possible to easily add annotation processors into the maven-compiler-plugin? Looking at the docs I see I can add a compilerArgument element and pass in the -processorpath argument, but how do I generate the path to a dependency? Ideally, i

[ANN] Versions Maven Plugin 1.0-alpha-2 released

2008-12-06 Thread Stephen Connolly
The Mojo team is pleased to announce the release of the Versions Maven Plugin, version 1.0-alpha-2. This plugin allows: * the querying for newer versions of plugins used in a project. * the querying for newer versions of dependencies used in a project. * updating a project's parent to the latest

command option to control which projects are in the reactor?

2008-12-06 Thread jallen
Anyone know of a way of excluding which projects are involved in a reactor build from the command line, i'm thinking some kind of global 'excludeProjects' or 'reactorProjects' option that can be used to define a subset of the reactor to be run. Cheers, J -- View this message in context:

Re: command option to control which projects are in the reactor?

2008-12-06 Thread Barrie Treloar
On Sat, Dec 6, 2008 at 9:40 PM, jallen [EMAIL PROTECTED] wrote: Anyone know of a way of excluding which projects are involved in a reactor build from the command line, i'm thinking some kind of global 'excludeProjects' or 'reactorProjects' option that can be used to define a subset of the

Re: ConversionException

2008-12-06 Thread Jörg Schaible
Hi Dmitry, Dmitry Beransky wrote: I wish I remembered since I just got this error again. Please open an issue for the war-plugin. - Jörg On Thu, Nov 6, 2008 at 5:44 AM, eznibe [EMAIL PROTECTED] wrote: Hi, Did you find the problem, since im now getting the same exception thanks

Re: Maven consultant

2008-12-06 Thread Marco Mistroni
Hi, could you post your problem here: - structure of your app - pom.xml and i m sure on the list there r lot of maven pro that can sort out your problems rgds marco On Fri, Dec 5, 2008 at 5:28 PM, [EMAIL PROTECTED] wrote: We are having a problem getting our applications to build. we have

Re: command option to control which projects are in the reactor?

2008-12-06 Thread jallen
re why would you want to? I've been looking at http://www.nabble.com/Release-aggregating-parent-poms-td20852139.html relasing aggregating parent poms - when releasing an aggregating parent whose children have their own independent release cycles, such as the apache maven maven-plugins suite,

Re: Maven consultant

2008-12-06 Thread Baptiste MATHUS
Well, I guess it'll depend on where you're in the world... But as already answered, has any house resource tried to ask for support for their problem here on this list. It might be a complex problem, but it also might be a common one... Cheers 2008/12/5 [EMAIL PROTECTED] We are having a

Re: command option to control which projects are in the reactor?

2008-12-06 Thread John Stoneham
Why would you want to do that anyway? Maven allows you to ADD to the module set (via profiles) but not subtract. It's common in, say, a 10-module build to be working on one module and testing an assembly that depends on it. You can save a lot of cycle time by just recompiling the one module

Checkstyle: Unable to find location 'LICENSE.txt' as URL, File or Resource.

2008-12-06 Thread Johannes Schneider
Hi, can you help me? Suddenly mvn site doesn't work anymore. Don't know what has changed - but two hours ago I was able to create a site. Stack trace: [INFO] [site:site] [INFO] Unable to load parent project from a relative path: Could not find the model file

how to configure hibernate3-maven-plugin

2008-12-06 Thread dahoffer
Can someone point me to an example of how to use hibernate3-maven-plugin to: 1. Create hibernate mapping files from POJOs. 2. Create hibernate configuration file. 3. Create db schema from 1 2. 4. Deploy schema to database. Thanks much, -Dave -- View this message in context:

Assign path to dependency to a property?

2008-12-06 Thread Chris
How do I assign the path to a particular dependency to a property, which I can then pass to an Ant script? For example, property name=my_jar_file value=${maven.some.syntax.here.to.point.to.some.groupId.artifactId}/ - To

Re: Maven consultant

2008-12-06 Thread James William Dumay
Id recommend getting in touch with Exist http://www.exist.com/ Cheers James On 06/12/2008, at 4:28 AM, [EMAIL PROTECTED] wrote: We are having a problem getting our applications to build. we have exhausted our in house resources and are considering bringing in a Maven Consultant. can

Re: Release plugin woes

2008-12-06 Thread Arnaud HERITIER
there are several issues already opened for the support of flat projects in the release plugin. In a flat maven multiproject you have to define the scm part in each pom. you have also to do it for the site distribution The release plugin isn't able to compute the location of the module in the scm