Miguel,

The new Maven to Eclipse connector for jibx maps the maven lifecycle phases
to the correct eclipse phases.

They are trying to get maven to work better with eclipse.

It looks like your project's configuration does the same thing.

Don


> Message: 3
> Date: Fri, 30 Sep 2011 12:06:55 +0100
> From: Miguel Almeida <mig...@almeida.at>
> Subject: Re: [jibx-users] Eclipse Indigo - Maven to Eclipse (m2e)
>        connector for JiBX
> To: JiBX users <jibx-users@lists.sourceforge.net>
> Message-ID: <1317380815.2103.2.camel@itcd001>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Don,
>
> I haven't quite understood what this is for, though.
>
> However, I did not have to install any connector. I just added the
> following to the pluginManagement section of my project. Don't know if
> you reckon it's the same - I'll have to investigate this whole connector
> shebang after solving my current issue.
>
> <plugins>
>    <plugin>
>      <groupId>org.eclipse.m2e</groupId>
>      <artifactId>lifecycle-mapping</artifactId>
>      <version>1.0.0</version>
>      <configuration>
>        <lifecycleMappingMetadata>
>          <pluginExecutions>
>            <pluginExecution>
>              <pluginExecutionFilter>
>                <groupId>org.jibx</groupId>
>                                <artifactId>maven-jibx-plugin</artifactId>
>                <versionRange>[1.2.2,)</versionRange>
>                <goals>
>                  <goal>bind</goal>
>                </goals>
>              </pluginExecutionFilter>
>              <action>
>                <execute />
>              </action>
>            </pluginExecution>
>          </pluginExecutions>
>        </lifecycleMappingMetadata>
>      </configuration>
>    </plugin>
>  </plugins>
>
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to