Skip to content

Commit 5e8d697

Browse files
rmcleo01jonashackt
authored andcommitted
Fix README.md typos
1 parent 0cdc9cf commit 5e8d697

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ While a spring-boot-starter like [cxf-spring-boot-starter] generally only serves
1616
### Features include:
1717

1818
* Generating all necessary Java-Classes using JAX-B from your WSDL/XSDs, complementing the [cxf-spring-boot-starter]
19-
* This works also for complex imports of many XSD files, that inherit other XSDs themselfs
19+
* This also works for complex imports of many XSD files that inherit other XSDs themselves
2020
* The generated JAX-B Classfiles will be added to your projects classpath - ready to map & transform into whatever you want
2121
* Scanning your resource-Folder for the WSDL and configuring the jaxws-maven-plugin, so that non-absolute paths will be generated into @WebServiceClient-Class
22-
* non-absolute paths will be generated into @WebService and @WebServiceClient-Classes (so that one can initialize the Apache CXF endpoint 100% contract-first)
23-
* Extract the targetNamespace from the WSDL, generate the SEI and WebServiceClient annotated classes´ package names from it & write it together with the project´s package name into a cxf-spring-boot-maven.properties to enable Complete automation of Endpoint initialization in the [cxf-spring-boot-starter](https://github.com/codecentric/cxf-spring-boot-starter) ([documentation here](https://github.com/codecentric/cxf-spring-boot-starter#complete-automation-of-endpoint-initialization))
24-
* plugin is Eclipse m2e compatible (see [stackoverflow:eclipse-m2e-lifecycle] and [https://wiki.eclipse.org/M2E_compatible_maven_plugins](https://wiki.eclipse.org/M2E_compatible_maven_plugins), so no Plugin execution not covered by lifecycle configuration”-Error should accur
22+
* Non-absolute paths will be generated into @WebService and @WebServiceClient-Classes (so that one can initialize the Apache CXF endpoint 100% contract-first)
23+
* Extract the targetNamespace from the WSDL, generate the SEI and WebServiceClient annotated classes package names from it & write it together with the project´s package name into a cxf-spring-boot-maven.properties to enable Complete automation of Endpoint initialization in the [cxf-spring-boot-starter](https://github.com/codecentric/cxf-spring-boot-starter) ([documentation here](https://github.com/codecentric/cxf-spring-boot-starter#complete-automation-of-endpoint-initialization))
24+
* Plugin is Eclipse m2e compatible (see [stackoverflow:eclipse-m2e-lifecycle] and [https://wiki.eclipse.org/M2E_compatible_maven_plugins](https://wiki.eclipse.org/M2E_compatible_maven_plugins), so no Plugin execution not covered by lifecycle configuration”-Error should accur
2525

2626
### HowTo
2727

2828
* Put your WSDL into some folder under __/src/main/resources/__ OR __/src/test/resources/__ - and add your XSDs, so they could be imported correct (relatively)
2929
* If you want to tweak your Namespace-Names, put a binding.xml into the same folder, where your WSDL resides
30-
* add this plugin to your pom´s build-section:
30+
* Add this plugin to your pom´s build-section:
3131

3232
```
3333
<build>
@@ -538,4 +538,4 @@ public class CxfSpringBootStarterMavenPluginIntegrationTest {
538538
[jaxws-maven-plugin]:https://github.com/eclipse-ee4j/metro-jax-ws/tree/master/jaxws-ri/extras/jaxws-maven-plugin
539539
[mojo-executor]:https://github.com/TimMoore/mojo-executor
540540
[stackoverflow:eclipse-m2e-lifecycle]:http://stackoverflow.com/a/26447353/4964553
541-
[bipro.net]:https://www.bipro.net/
541+
[bipro.net]:https://www.bipro.net/

0 commit comments

Comments
 (0)