[m2] war plugin, ignores classifier in dependency

2006-07-06 Thread Robert Biernat
Hi, I have a web application that I'm trying to build which has two dependencies which have exactly the same groupId, artifactId and version, however one of them has a classifier so I can distinguish between the two. When it comes to packaging up the webapp, the war plugin complains that their

[m2] reporting plugin extensions/additional dependencies

2006-03-29 Thread Robert Biernat
Hi, I'm using maven on a number of different projects. These projects all generate websites containing reports generated by the checkstyle, pmd, and jdepend report plugins. The checkstyle and pmd plugins reference config files that are tailored to my organisations coding standards. At the moment

[m2] embedding maven

2005-11-03 Thread Robert Biernat
Hi, Whats the status on the maven embedder. I currently use intellij as my ide, and through its external tools feature I'm able to run maven for the selected module, but it would be nice to have a bit more control so I was thinking of writing a very simple intellij plugin, that uses the embedder.

[m2] ejbs, ears and manifests

2005-10-31 Thread Robert Biernat
Hi, Can someone tell me the correct way to build an ejb client, and then reference that from within another module. Currently I'm using the ejb plugin with the generateClient parameter set to true. This results in a second artifact (the client jar) being built and deployed to the repository

[m2] xmlbeans plugin

2005-10-29 Thread Robert Biernat
Hi, I'm trying to install the xml beans plugin to my local repository after checking it out from the codehaus subversion repository. The pom has some references to stax-1.1.1-dev and xmlbeans-jsr173-api-2.0-dev, which it cannot find in the ibiblio or codehaus repositories. Has anyone got this

[m2] antrun plugin and compiling generated source

2005-10-29 Thread Robert Biernat
Hi, I was wondering wether anyone knows of an existing plugin similar to the antrun plugin which allows me to execute one or more ant tasks, but also allows me to add some additional locations to the compilation path. I have several projects I want to migrate to m2 which use ant tasks for code

RE: [m2] generate-sources plugins

2005-10-10 Thread Robert Biernat
I've written a similar plugin for generating corba stubs. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 9:51 AM To: Maven Users List Subject: Re: [m2] generate-sources plugins On 10/11/05, Ashley Williams [EMAIL PROTECTED] wrote: My

RE: Plugin Development Guide Questions

2005-10-06 Thread Robert Biernat
What types of objects can be used as parameters? I assume this has something to do with what plexus can convert from XML content. I'm also interested in the rules regarding the types of parameters that can be used as parameters, along with what the corresponding xml is supposed to look like.

m2: java plugins - configuration and xml

2005-10-05 Thread Robert Biernat
Hi, I'm looking for info that shows how a m2 plugins configuration which is specified in the pom maps to the mojos parameters. For example lets say I had a mojo that had a parameter of type String[] called options. i.e /** * @parameter * private String[] options; What would

[m2] ear package type and ear plugin

2005-10-04 Thread Robert Biernat
Hi, I'm attempting to convert and existing project that currently produces a single ear artifact to use m2, but it appears that even when my top level pom.xml has a packaging type of ear, the ear plugin never gets invoked. I've looked at the code for the plugin and executed maven with the

RE: [m2] ear package type and ear plugin

2005-10-04 Thread Robert Biernat
. Is nothing produced, or is the ear empty? Currently it doesn't aggregate modules, but instead uses dependencies so must be a side-by-side project to its modules (like in m1). - Brett On 10/4/05, Robert Biernat [EMAIL PROTECTED] wrote: Hi, I'm attempting to convert and existing project

m2 compiler plugin and generated source

2005-10-04 Thread Robert Biernat
Hi, Can I change the configuration of the compiler plugin so along with the default source path i.e src/main/java I can point it to a location that contains generated source i.e target/src/gen I have modified one of my poms, so the generate-sources lifecycle stage has been wired up to the

RE: m2 compiler plugin and generated source

2005-10-04 Thread Robert Biernat
directory. Thanks Rob -Original Message- From: Robert Biernat [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 1:53 AM To: users@maven.apache.org Subject: m2 compiler plugin and generated source Hi, Can I change the configuration of the compiler plugin so along with the default

RE: m2 compiler plugin and generated source

2005-10-04 Thread Robert Biernat
On 10/5/05, Robert Biernat [EMAIL PROTECTED] wrote: I'm thinking the only way to do this is to write a java based plugin that programmatically plugs in the new directory. Yes, or to write an Ant task in antrun to do it... - Brett

non open source dependencies and repo

2005-10-03 Thread Robert Biernat
Hi, Browsing the ibiblio repository I noticed that poms have been uploaded for a number of sun libraries i.e javax.ejb, javax.naming, but no jar files have been uploaded. I understand that sun jar files cannot be hosted on ibiblio due to licensing issues, but why are the poms placed up there?