multi-module builds - jibx maven plugin breaks between version 1.2.2 and 1.2.3
------------------------------------------------------------------------------
Key: JIBX-431
URL: http://jira.codehaus.org/browse/JIBX-431
Project: JiBX
Issue Type: Bug
Components: maven plugin
Affects Versions: JiBX 1.2.3
Reporter: Don Corley
Assignee: Don Corley
Date: Tue, 15 Mar 2011 17:13:15 -0700
From: Frank Mena <[email protected]>
Subject: [jibx-users] jibx maven plugin breaks between version 1.2.2
and 1.2.3
To: [email protected]
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Hi Dennis, long time no speak. I was the original author of the plugin
collaborating with Andreas back in 2005.
Here is my setup:
project common: some bindings
project dbmodel: some bindings
project service: some bindings
project web: no bindings, jibx plugin
Here is the plugin in the web pom:
<plugin>
<groupId>org.jibx</groupId>
<artifactId>maven-jibx-plugin</artifactId>
<version>${jibx.version}</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>bind</goal>
</goals>
</execution>
</executions>
<configuration>
<multimodule>true</multimodule>
<directory>src/main/config</directory>
<includes>
<include>*.jibx.xml</include>
</includes>
</configuration>
</plugin>
This works perfectly with version 1.2.2, but version 1.2.3 says:
Not running JiBX binding compiler (multi-module mode) - no binding files
I have tried every combination of changing to restricted mode:
<bindingModules>
<classPath>com.noledgy.appryse:common</classPath>
<classPath>com.noledgy.appryse:dbmodel</classPath>
<classPath>com.noledgy.appryse:service</classPath>
</bindingModules>
and the new syntax:
<modules>
<module>com.example:example1</module>
<module>com.example:example2</module>
</modules>
but nothing works. What's wrong?
Frank Mena
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs