From e81eb263e81d1aa5bd0a27802db3c398ca1330cc Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Thu, 30 May 2013 00:10:16 +0200 Subject: [PATCH] #28 Several POM improvements --- parent/pom.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 3ab7766f1..5f7a3af98 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -38,11 +38,13 @@ MapStruct Parent An annotation processor for generating type-safe bean mappers - http://http://www.mapstruct.org/ + http://mapstruct.org/ + 2012 UTF-8 1.0.0 + 1.2 @@ -68,6 +70,27 @@ https://github.com/mapstruct/mapstruct/ + + GitHub Issues + https://github.com/mapstruct/mapstruct/issues + + + + Jenkins + https://mapstruct.ci.cloudbees.com/ + + + + + mapstruct-users + https://groups.google.com/forum/?fromgroups#!forum/mapstruct-users + + + + + 3.0.3 + + @@ -141,6 +164,24 @@ maven-deploy-plugin 2.7 + + org.apache.maven.plugins + maven-enforcer-plugin + ${org.apache.maven.plugins.enforcer.version} + + + + [1.6,) + + + + + [3.0.3,) + + + + + org.apache.maven.plugins maven-install-plugin @@ -259,6 +300,21 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + ${org.apache.maven.plugins.enforcer.version} + + + enforce-mapstruct-rules + validate + + enforce + + + +