Clarify Java 11 profile

This commit is contained in:
Dave Syer
2020-01-06 13:45:58 +00:00
parent fc3658ad64
commit c56f8e9cbd

View File

@@ -92,7 +92,7 @@ include::complete/pom.xml[tags=dependency]
----
====
The following listing shows the profile you need to add in Maven:
The following listing shows the profile you need to add in Maven if you want it to work with Java 11:
====
[source,xml,indent=0]
@@ -101,8 +101,6 @@ include::complete/pom.xml[tags=profile]
----
====
Note that the profile also lets this guide work with Java 11.
The <<initial>> section describes the WSDL generation plugin.
The following listing shows the final `pom.xml` file: