-
Notifications
You must be signed in to change notification settings - Fork 103
Description
Spring Boot version -3.4.1
Java -jdk17
org.jvnet.jaxb
jaxb-maven-plugin
4.0.3
generate
generate
true
-wsdl
-Xfluent-api
org.jvnet.jaxb
jaxb-plugins
4.0.3 same as maven-plugin version
com.mainvalve.inspect.ws.stub
${project.basedir}/src/main/java
${project.basedir}/src/main/resources/wsdl
*.wsdl
Getting Below Error
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------< com.mainvalve.inspect:mainvalve >-------------------
[INFO] Building MainValveInspection 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- jaxb-maven-plugin:4.0.3:generate (generate) @ mainvalve ---
[INFO] Latest timestamp of the source resources is [2025-01-23 16:34:22.414], earliest timestamp of the target resources is [2025-01-23 13:57:12.190].
[INFO] Sources are not up-to-date, XJC (version 4.0.4) will be executed.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.909 s
[INFO] Finished at: 2025-01-23T16:35:25+05:30
[INFO] ------------------------------------------------------------------------
please help me what wrong here i am doing ?