Author: rmannibucau
Date: Wed Nov 20 16:26:40 2013
New Revision: 1543860
URL: http://svn.apache.org/r1543860
Log:
fixing jaxb object generation in java 6
Modified:
bval/branches/bval-11/bval-jsr/pom.xml
Modified: bval/branches/bval-11/bval-jsr/pom.xml
URL:
http://svn.apache.org/viewvc/bval/branches/bval-11/bval-jsr/pom.xml?rev=1543860&r1=1543859&r2=1543860&view=diff
==============================================================================
--- bval/branches/bval-11/bval-jsr/pom.xml (original)
+++ bval/branches/bval-11/bval-jsr/pom.xml Wed Nov 20 16:26:40 2013
@@ -190,10 +190,10 @@
</resources>
<plugins>
- <plugin>
+ <plugin> <!-- http://jira.codehaus.org/browse/MJAXB-37 -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
- <version>1.3.1</version>
+ <version>1.4</version>
<executions>
<execution>
<goals>
@@ -205,6 +205,7 @@
<packageName>org.apache.bval.jsr.xml</packageName>
<extension>true</extension>
<schemaFiles>validation-configuration-1.1.xsd,validation-mapping-1.1.xsd</schemaFiles>
+ <enableIntrospection>true</enableIntrospection>
</configuration>
</plugin>