Hi,
I'm new to JiBX, just starting out using it to replace jaxb as it gives us
to much trouble on java 6. What I've seen so far of JiBX is really great,
but I'm having some trouble getting it nicely integrated into our maven
build. My first problem us that it seems that the latest version available
on the maven repositories is 1.1.5 and the eclipse plugin uses 1.1.6 which
is not compatible with each other. I've seen the 1.1.6 jars on the maven 1
repository, but the pom files are missing so this isn't usable.
My second issue (more a nice to have :)) is that I would want to set the
eclipse plugin configuration from maven when running mvn eclipse:eclipse.
ATM I have the following in my pom:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<!-- WTP integration -->
<wtpversion>2.0</wtpversion>
<!-- JiBX integration-->
<additionalBuildcommands>
<buildcommand>
org.jibx.eclipse.JibxBindingBuilder
</buildcommand>
</additionalBuildcommands>
<additionalProjectnatures>
<projectnature>
org.jibx.eclipse.JibxNature
</projectnature>
</additionalProjectnatures>
</configuration>
</plugin>
This works great but it doesn't set the options available to the plugin: the
location of the jibx bindings files and the verbosity of the compiler. Does
anyone have an idea how to accomplish this?
Thanks in advance,
Ivo
--
Ivo van Dongen
Func. Internet Integration
W http://www.func.nl
T +31 20 4230000
F +31 20 4223500
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users