From b5d13218fb3967acf1fe3b520a16c4dec1b7f54c Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Thu, 23 Jun 2016 17:54:57 +0800 Subject: [PATCH 1/2] README colorize code snippet --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2862b39..01cb974 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The supported goals are Here is an example of a configuration +```xml com.mysema.maven apt-maven-plugin @@ -27,6 +28,7 @@ Here is an example of a configuration +``` Here is an example for usage with the m2e plugin https://github.com/querydsl/apt-maven-plugin/wiki/m2e-usage From c96d6f2d73282a1962cd4aee3e8fcce00804c0f1 Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Fri, 24 Jun 2016 09:04:09 +0800 Subject: [PATCH 2/2] READMEremove the initial indent ref #51 --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 01cb974..01260f5 100644 --- a/README.md +++ b/README.md @@ -12,22 +12,22 @@ The supported goals are Here is an example of a configuration ```xml - - com.mysema.maven - apt-maven-plugin - 1.1.3 - - - - process - - - target/generated-sources/java - com.mysema.query.apt.jpa.JPAAnnotationProcessor - - - - + + com.mysema.maven + apt-maven-plugin + 1.1.3 + + + + process + + + target/generated-sources/java + com.mysema.query.apt.jpa.JPAAnnotationProcessor + + + + ``` Here is an example for usage with the m2e plugin https://github.com/querydsl/apt-maven-plugin/wiki/m2e-usage