Merge pull request #9807 from amit2103/JAVA-2260
ingore files generated after build
This commit is contained in:
commit
2a3a03432b
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,5 +85,6 @@ transaction.log
|
|||||||
*-shell.log
|
*-shell.log
|
||||||
|
|
||||||
apache-cxf/cxf-aegis/baeldung.xml
|
apache-cxf/cxf-aegis/baeldung.xml
|
||||||
|
testing-modules/report-*.json
|
||||||
|
|
||||||
libraries-2/*.db
|
libraries-2/*.db
|
1
spring-soap/.gitignore
vendored
1
spring-soap/.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/target/
|
/target/
|
||||||
|
sun-jaxb.episode
|
||||||
|
@ -75,6 +75,7 @@
|
|||||||
<generateDirectory>${project.basedir}/src/main/java</generateDirectory>
|
<generateDirectory>${project.basedir}/src/main/java</generateDirectory>
|
||||||
<generatePackage>com.baeldung.springsoap.client.gen</generatePackage>
|
<generatePackage>com.baeldung.springsoap.client.gen</generatePackage>
|
||||||
<schemaDirectory>${project.basedir}/src/main/resources</schemaDirectory>
|
<schemaDirectory>${project.basedir}/src/main/resources</schemaDirectory>
|
||||||
|
<noFileHeader>true</noFileHeader>
|
||||||
<schemaIncludes>
|
<schemaIncludes>
|
||||||
<include>countries.wsdl</include>
|
<include>countries.wsdl</include>
|
||||||
</schemaIncludes>
|
</schemaIncludes>
|
||||||
|
@ -1,10 +1,3 @@
|
|||||||
//
|
|
||||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
|
|
||||||
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
|
|
||||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
|
||||||
// Generated on: 2020.04.25 at 03:18:49 PM IST
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
package com.baeldung.springsoap.client.gen;
|
package com.baeldung.springsoap.client.gen;
|
||||||
|
|
||||||
|
@ -1,10 +1,3 @@
|
|||||||
//
|
|
||||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
|
|
||||||
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
|
|
||||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
|
||||||
// Generated on: 2020.04.25 at 03:18:49 PM IST
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
package com.baeldung.springsoap.client.gen;
|
package com.baeldung.springsoap.client.gen;
|
||||||
|
|
||||||
|
@ -1,10 +1,3 @@
|
|||||||
//
|
|
||||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
|
|
||||||
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
|
|
||||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
|
||||||
// Generated on: 2020.04.25 at 03:18:49 PM IST
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
package com.baeldung.springsoap.client.gen;
|
package com.baeldung.springsoap.client.gen;
|
||||||
|
|
||||||
|
@ -1,10 +1,3 @@
|
|||||||
//
|
|
||||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
|
|
||||||
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
|
|
||||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
|
||||||
// Generated on: 2020.04.25 at 03:18:49 PM IST
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
package com.baeldung.springsoap.client.gen;
|
package com.baeldung.springsoap.client.gen;
|
||||||
|
|
||||||
|
@ -1,10 +1,3 @@
|
|||||||
//
|
|
||||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
|
|
||||||
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
|
|
||||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
|
||||||
// Generated on: 2020.04.25 at 03:18:49 PM IST
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
package com.baeldung.springsoap.client.gen;
|
package com.baeldung.springsoap.client.gen;
|
||||||
|
|
||||||
|
@ -1,9 +1,2 @@
|
|||||||
//
|
|
||||||
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
|
|
||||||
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
|
|
||||||
// Any modifications to this file will be lost upon recompilation of the source schema.
|
|
||||||
// Generated on: 2020.04.25 at 03:18:49 PM IST
|
|
||||||
//
|
|
||||||
|
|
||||||
@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.baeldung.com/springsoap/gen", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.baeldung.com/springsoap/gen", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||||
package com.baeldung.springsoap.client.gen;
|
package com.baeldung.springsoap.client.gen;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user