Skip to content

Commit

Permalink
Use xml styling for blocks of XML
Browse files Browse the repository at this point in the history
  • Loading branch information
JnRouvignac authored Jul 5, 2019
1 parent fef85da commit ee5877b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Note that if you don't specify the destination directories for generated code an
## schemagen
The `schemagen` goal has a special configuration option to allow you to specify all java source files in a directory as input. For example:

```java
```xml
<plugin>
<groupId>com.github.davidmoten</groupId>
<artifactId>jax-maven-plugin</artifactId>
Expand Down Expand Up @@ -224,7 +224,7 @@ A big thank you to @Glebcher601 for contributing extension support!
## Update the JAXB/JAXWS version used
For project maintainers, JAXB and JAXWS versions are controlled by these system properties in the parent [pom.xml](pom.xml):

```
```xml
<!-- e.g. jaxb-ri -->
<com.sun.xml.bind.version>2.3.0.1</com.sun.xml.bind.version>

Expand Down

0 comments on commit ee5877b

Please sign in to comment.