IntelliJ generating Java POJOs (from XSD) and compiling the generated code

Answered

I'm currently using the maven plugin com.evolvedbinary.maven.jvnet:jaxb30-maven-plugin:0.15.0
to take *.XSD files and generate POJOs from the XSDs and compile the POJOs into classes for use in my application.

How can I get IntelliJ to use this maven plugin to generate the source code an compile the source code?

More details are posted on StackOverflow  at https://stackoverflow.com/questions/78002238/intellij-how-can-i-get-build-rebuild-to-generate-pojo-from-xsd-files-and-compi.

 

0
1 comment

Hello,

It's not possible to set custom tool for file generation. Feel free to create feature request on YouTrack: https://youtrack.jetbrains.com/issues/IDEA

1

Please sign in to leave a comment.