This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MENFORCER-312 in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
commit 49218a27d01bc2ca3ab80121c2257f5addc35d66 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Tue Aug 7 22:04:30 2018 +0200 [MENFORCER-312] - Upgrade maven-parent to 33 o Make it run on Maven 3.0.X --- maven-enforcer-plugin/pom.xml | 7 +++++++ pom.xml | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml index 42581d0..6729d40 100644 --- a/maven-enforcer-plugin/pom.xml +++ b/maven-enforcer-plugin/pom.xml @@ -112,6 +112,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> + <configuration> + <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> + </configuration> <executions> <execution> <id>descriptor-help</id> @@ -163,6 +166,10 @@ <goals> <goal>validate</goal> </goals> + <properties> + <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central --> + <https.protocols>${https.protocols}</https.protocols> + </properties> </configuration> <executions> <execution> diff --git a/pom.xml b/pom.xml index 54ae012..ce27fe1 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>maven-parent</artifactId> <groupId>org.apache.maven</groupId> - <version>31</version> + <version>33</version> <relativePath>../pom/maven/pom.xml</relativePath> </parent> <groupId>org.apache.maven.enforcer</groupId> @@ -65,7 +65,6 @@ <properties> <maven.version>3.0</maven.version> <maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path> - <surefire.version>2.21.0</surefire.version> </properties> <dependencyManagement>