Questions tagged [xmlbeans-maven-plugin]

The plugin that allows for XMLBean generation within a Maven build.

The plugin that allows for XMLBean generation within a Maven build. It is the Maven equivalent of the scomp script that comes with XMLbeans. It is part of the Mojo project. It is available at the MVN Repository.

23 questions
0
votes
0 answers

xmlbeans 5.1.1 using subdirectories of schema to generate sources in maven

I'm using Maven 3.9.3 with OpenJDK17 and XmlBeans 5.1.1 and it should generate sources from xsd files in the directory ${project.basedir}/src/main/schema. On top of that there are xsd files in a subdirectory of schema…
fvoss
  • 1
  • 2
0
votes
2 answers

Why does xmlbeans-maven-plugin seem to ask for jdk 1.4 went higher jdk is provided?

I'm migrating a old lib to java 8 (and after 11 and 17) and I'm getting a error saying I'm of java 1.4 on our build server (local build is working fine): 17:53:21 [INFO] --- xmlbeans-maven-plugin:2.3.3:xmlbeans (default) @ edoc-deeplink-intact-xml…
Chris
  • 1,080
  • 20
  • 44
0
votes
2 answers

xmlbeans-maven-plugin not generating getters for Lists

I'm currently trying to build a legacy project which has been migrated from Ant to Maven. This project uses the xmlbeans-maven-plugin to build java classes from .xsd source files. Everything works fine until a get...List() method gets called. All…
YSbakker
  • 697
  • 2
  • 8
  • 27
0
votes
1 answer

XSD Not Picked Up by XMLBeans Maven Plugin

I am trying to generate XMLBeans classes using maven plugin. I have configured this in my POM file, but every time I do a clean install, I see this in the debug logs: [DEBUG] Number of XSD Files: 0 [DEBUG] Number of WSDL Files: 0 [INFO] Nothing to…
hell_storm2004
  • 1,401
  • 2
  • 33
  • 66
0
votes
1 answer

No XMLBean Classes Generated for XSD and WSDL Files (Maven)

I ma trying to generate XMLBean classes for some XSD and WSDL that I have. My POM file looks like:
hell_storm2004
  • 1,401
  • 2
  • 33
  • 66
0
votes
1 answer

.m2 is not getting updated with latest xmlbeans jar files

I do have a jenkins job that builds XML beans jar files from the internal gitlab project and puts it on the artifactory. While having a build, this XML beans jar files are downloaded to the .m2 maven local repository. However, if this jar file…
Drew
  • 73
  • 1
  • 8
0
votes
0 answers

ClassPath class not found (maven dependencies) Java

I have an issue when I try to compile as Java App because it doesn't find that class. After searching the web, and stack overflow I found that I had to copy the class into the class path, but as you can see in the picture I don't have that…
0
votes
0 answers

xmlbeans-maven-plugin generates different output on windows and unix systems

I am using the xmlbeans-maven-plugin to generate a number of java beans from a structure of xsd and wsdl documents org.codehaus.mojo xmlbeans-maven-plugin 2.3.3 I…
Martin Nielsen
  • 1,865
  • 6
  • 30
  • 54
1
2