I have a new install of
Eclipse Juno
m2e 1.1.0.20120530-0009
m2e connector for JiBX 1.2.4.201209132319.
After importing a project that uses jibx I still get
Plugin execution not covered by lifecycle configuration:
org.jibx:maven-jibx-plugin:[1.2.3,):bind
(execution: jibx-bindings, phase: process-classes)
Here's the relevant POM file section:
<plugin>
<groupId>org.jibx</groupId>
<artifactId>maven-jibx-plugin</artifactId>
<version>[1.2.3,)</version>
<executions>
<execution>
<id>jibx-bindings</id>
<phase>process-classes</phase>
<goals>
<goal>bind</goal>
</goals>
<configuration>
<bindingDirectory>src/main/other-config/jibx-bindings</bindingDirectory>
<includeSchemaBindings>
<includeSchemaBindings>**\binding_*.xml</includeSchemaBindings>
</includeSchemaBindings>
</configuration>
</execution>
</executions>
</plugin>
Anyone have a suggestion on how to resolve this?
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users