Emmanuel Venisse wrote:
oh yes :-)
We're old school Emmanuel, I still use the old version too often..
--
Trygve
Emmanuel
Brett Porter a écrit :
On 28/07/2006 7:27 PM, Emmanuel Venisse wrote:
/**
* @parameter
expression="${component.org.apache.maven.model.converter.Maven2Converter}"
Brett Porter wrote:
On 28/07/2006 7:27 PM, Emmanuel Venisse wrote:
/**
* @parameter
expression="${component.org.apache.maven.model.converter.Maven2Converter}"
* @required
*/
private Maven1Converter converter;
or better:
/**
* @component
*/
private Maven1Converter converter;
Thanks
oh yes :-)
Emmanuel
Brett Porter a écrit :
On 28/07/2006 7:27 PM, Emmanuel Venisse wrote:
/**
* @parameter
expression="${component.org.apache.maven.model.converter.Maven2Converter}"
* @required
*/
private Maven1Converter converter;
or better:
/**
* @component
*/
private Maven1Conve
On 28/07/2006 7:27 PM, Emmanuel Venisse wrote:
/**
* @parameter
expression="${component.org.apache.maven.model.converter.Maven2Converter}"
* @required
*/
private Maven1Converter converter;
or better:
/**
* @component
*/
private Maven1Converter converter;
--
Apache Maven - http://maven.
Dennis Lundberg a écrit :
I use it through the maven-maven1-plugin like this:
Maven1Converter converter = new Maven1Converter();
converter.setBasedir( basedir );
try
{
converter.execute();
}
catch ( ProjectConverterException e )
I use it through the maven-maven1-plugin like this:
Maven1Converter converter = new Maven1Converter();
converter.setBasedir( basedir );
try
{
converter.execute();
}
catch ( ProjectConverterException e )
{
throw new M
Yes it works fine for me. How do you use it?
Emmanuel
Dennis Lundberg a écrit :
Emmanuel,
I'm still not getting the plexus components to work, even after your
latest commits. Is it working for you?
[DEBUG] Trace
java.lang.NullPointerException
at
org.apache.maven.model.converter.Mav
Emmanuel,
I'm still not getting the plexus components to work, even after your
latest commits. Is it working for you?
[DEBUG] Trace
java.lang.NullPointerException
at
org.apache.maven.model.converter.Maven1Converter.execute(Maven1Converter.java:122)
at
org.apache.maven.maven1c
Emmanuel Venisse wrote:
Dennis Lundberg a écrit :
Emmanuel Venisse wrote:
Hi,
I'm starting to migrate all the code from
sandbox/plugins/maven-maven1-plugin to maven-model-converter with
some modifications on plugin configuration converter loading.
Dennis, do you work actually on maven-ma
Emmanuel Venisse wrote:
The mojo that we need to move under maven-one-plugin convert a m1
project (project.xml+project.properties) to a m2 project. If some
properties are found about some plugins in properties file, the plugin
is added with the conf in the pom.xml too.
maven-maven1-plugin all
no, it allow only to package a m1 plugin with m2, not to run it.
Emmanuel
Dion Gillard a écrit :
So does this mean m2 could run repackaged m1 plugins?
On 7/20/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
The mojo that we need to move under maven-one-plugin convert a m1 project
(project.xml
So does this mean m2 could run repackaged m1 plugins?
On 7/20/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
The mojo that we need to move under maven-one-plugin convert a m1 project
(project.xml+project.properties) to a m2 project. If some properties are found
about some plugins in
properties
The mojo that we need to move under maven-one-plugin convert a m1 project
(project.xml+project.properties) to a m2 project. If some properties are found about some plugins in
properties file, the plugin is added with the conf in the pom.xml too.
maven-maven1-plugin allow to package a m1 plugin
Guys,
what does the plugin do?
On 7/20/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
Dennis Lundberg a écrit :
> Emmanuel Venisse wrote:
>> Hi,
>>
>> I'm starting to migrate all the code from
>> sandbox/plugins/maven-maven1-plugin to maven-model-converter with some
>> modifications on plugi
Dennis Lundberg a écrit :
Emmanuel Venisse wrote:
Hi,
I'm starting to migrate all the code from
sandbox/plugins/maven-maven1-plugin to maven-model-converter with some
modifications on plugin configuration converter loading.
Dennis, do you work actually on maven-maven1-plugin?
Oh sorry E
Emmanuel Venisse wrote:
Hi,
I'm starting to migrate all the code from
sandbox/plugins/maven-maven1-plugin to maven-model-converter with some
modifications on plugin configuration converter loading.
Dennis, do you work actually on maven-maven1-plugin?
Oh sorry Emmanuel, I misread your mail
Emmanuel Venisse wrote:
Hi,
I'm starting to migrate all the code from
sandbox/plugins/maven-maven1-plugin to maven-model-converter with some
modifications on plugin configuration converter loading.
Dennis, do you work actually on maven-maven1-plugin?
Yes, it's pretty much completed. It nee
Hi,
I'm starting to migrate all the code from sandbox/plugins/maven-maven1-plugin to
maven-model-converter with some modifications on plugin configuration converter loading.
Dennis, do you work actually on maven-maven1-plugin?
Emmanuel
---
18 matches
Mail list logo