ingore files generated after build
This commit is contained in:
parent
3d547d068c
commit
623eaff91d
|
@ -85,5 +85,6 @@ transaction.log
|
|||
*-shell.log
|
||||
|
||||
apache-cxf/cxf-aegis/baeldung.xml
|
||||
testing-modules/report-*.json
|
||||
|
||||
libraries-2/*.db
|
|
@ -1 +1,2 @@
|
|||
/target/
|
||||
sun-jaxb.episode
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
<generateDirectory>${project.basedir}/src/main/java</generateDirectory>
|
||||
<generatePackage>com.baeldung.springsoap.client.gen</generatePackage>
|
||||
<schemaDirectory>${project.basedir}/src/main/resources</schemaDirectory>
|
||||
<noFileHeader>true</noFileHeader>
|
||||
<schemaIncludes>
|
||||
<include>countries.wsdl</include>
|
||||
</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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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)
|
||||
package com.baeldung.springsoap.client.gen;
|
||||
|
|
Loading…
Reference in New Issue