Re: maven plugin with an XML configuration

2008-12-14 Thread clement escoffier
to use a DOM object :) > > Other than that, I think you need to wrap it in a CDATA. > > Plexus has no internal converter for turning a DOM into a string at the > moment. > > - Brett > > > On 11/12/2008, at 9:17 PM, clement escoffier wrote: > > Hello,

maven plugin with an XML configuration

2008-12-11 Thread clement escoffier
Hello, I'm developing a maven plugin with a configuration containing an XML String. However, I would like to get it as a regular String. In my context it is not possible to use DOM objects as the content undetermined. Here is an example of such configuration:

Problem when solving dependencies in install-file phase

2007-06-21 Thread Clement Escoffier
Hello, We are implementing a Maven plugin to transform Maven repositories into OSGi Bundle Repository (OBR). This plugin provides several phase as : - install - install:install-file - deploy - deploy:deploy-file Install & Deploy work fine, however we have issues on install-file and deploy-fi

Re: Wrong artifactHandler

2006-09-27 Thread Clement Escoffier
dan tran a écrit : add your vote to this jira http://jira.codehaus.org/browse/MNG-1682 in the mean while, have you tried setting your packaging extension as jar? Yes I do, but it does not work. -D On 9/27/06, Clement Escoffier <[EMAIL PROTECTED]> wrote: Hello, I am a strange p

Wrong artifactHandler

2006-09-27 Thread Clement Escoffier
n multi-module Maven does not use the good artifact handler. But how I can solve this problem ? Thank you very much for all ideas Clement Escoffier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to fix artifact extension in multi-module project

2006-09-14 Thread Clement Escoffier
Hello, I have a maven plugin packaging a project as a OSGi bundle. The plugin works when calling on a single project, but sometimes in multi-module project the installed artifact has a wrong extension (osgi-bundle instead of jar). The problem occurs when I have different module packaged with

Reactor and extension problem

2006-09-14 Thread Clement Escoffier
Hello, I have a question about extension of artifact created with Reactor. In the Felix project, we have 2 plugins : - one to build osgi-bundle - one to build ipojo-bundle (osgi-bundle + bytecode manipulation) The Felix project has a pom file declaring all the module of the project. But