Issue Type: Bug Bug
Affects Versions: JiBX 1.2.3
Assignee: Unassigned
Components: eclipse-plugin
Created: 16/Jul/12 8:34 AM
Description:

Version:1.2.3.201107241325

The plugin configuration is:

<plugin>
<groupId>org.jibx</groupId>
<artifactId>jibx-maven-plugin</artifactId>
<version>1.2.4.5</version>
<configuration>
<multi-module>true</multi-module>
<schemaBindingDirectory>src/main/config/binding</schemaBindingDirectory>
<includeSchemaBindings>
<includeSchemaBindings>my-service-specific-binding.xml</includeSchemaBindings>
</includeSchemaBindings>
<verbose>true</verbose>
</configuration>
<executions>
<execution>
<goals>
<goal>bind</goal>
</goals>
</execution>
</executions>
</plugin>

The jibx plugin does not pick up any of the config, i.e:

  • the verbose flag
  • the schemaBindingDirectory
  • the includeSchemaBindings

In my case, since it ignores the schema bindings it ends up with duplicate bindings when picking up some fragments.

Environment: Eclips indigo
Project: JiBX
Priority: Major Major
Reporter: Oliver Elder
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
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-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to