From f78c12b1624ca4aa290fb2b168d05fea51191174 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 7 Aug 2022 15:19:10 +0200 Subject: [PATCH] Cleanup - use project configuration from parent --- README.md | 1 - pom.xml | 28 +++++----------------------- src/site/site.xml | 25 ++++++++----------------- 3 files changed, 13 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 93141d76..f1387156 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ This is the [flatten-maven-plugin](http://www.mojohaus.org/flatten-maven-plugin/ [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/mojohaus/versions-maven-plugin.svg?label=License)](http://www.apache.org/licenses/) [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/flatten-maven-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.mojo/flatten-maven-plugin) [![GitHub CI](https://github.com/mojohaus/flatten-maven-plugin/actions/workflows/maven.yml/badge.svg)](https://github.com/mojohaus/flatten-maven-plugin/actions/workflows/maven.yml) -1.0.x branch: [![GitHub CI](https://github.com/mojohaus/flatten-maven-plugin/actions/workflows/maven.yml/badge.svg?branch=1.0.x)](https://github.com/mojohaus/flatten-maven-plugin/actions/workflows/maven.yml) ## Quickstart This plugin generates a flattened version of your pom.xml and makes maven to install and deploy this one instead of the original pom.xml. diff --git a/pom.xml b/pom.xml index ba602b4a..56fab4a1 100644 --- a/pom.xml +++ b/pom.xml @@ -225,27 +225,6 @@ test - - - - - - org.apache.maven.plugins - maven-invoker-plugin - 3.3.0 - - - - - - org.apache.maven.plugins - maven-plugin-plugin - - flatten - - - - @@ -254,8 +233,8 @@ maven-javadoc-plugin - http://junit.org/junit4/javadoc/latest - http://maven.apache.org/ref/${mavenVersion}/apidocs/ + https://junit.org/junit4/javadoc/latest + https://maven.apache.org/ref/${mavenVersion}/apidocs/ @@ -323,6 +302,9 @@ src/it/mrm/repository + + ${project.build.directory}/local-repo + diff --git a/src/site/site.xml b/src/site/site.xml index 39efdeba..84873517 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,28 +1,19 @@ - - - - - www.mojohaus.org - - - 5211 - thin-badge - - - mojohaus/${project.artifactId} - right - gray - - - + + + + + + +