This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
commit 481a41f311eac9ea7a56e7ff6b9a09889b5cd0a1 Author: P. Ottlinger <[email protected]> AuthorDate: Fri Dec 24 00:19:16 2021 +0100 WHISKER-1: Reformat pom.xml --- apache-whisker-maven-plugin/pom.xml | 46 ++++++++++++++++++------------------- pom.xml | 8 +++---- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/apache-whisker-maven-plugin/pom.xml b/apache-whisker-maven-plugin/pom.xml index d48ece1..45580a9 100644 --- a/apache-whisker-maven-plugin/pom.xml +++ b/apache-whisker-maven-plugin/pom.xml @@ -92,33 +92,33 @@ </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> org.apache.maven.plugins </groupId> - <artifactId> + <artifactId> maven-plugin-plugin </artifactId> - <versionRange>[3.3,)</versionRange> - <goals> - <goal>descriptor</goal> - <goal>helpmojo</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore></ignore> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> + <versionRange>[3.3,)</versionRange> + <goals> + <goal>descriptor</goal> + <goal>helpmojo</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore/> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> </plugin> </plugins> </pluginManagement> diff --git a/pom.xml b/pom.xml index 555ad6d..d085a76 100644 --- a/pom.xml +++ b/pom.xml @@ -142,10 +142,10 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.4</version> - <configuration> - <aggregate>true</aggregate> - <linkJavadoc>true</linkJavadoc> - </configuration> + <configuration> + <aggregate>true</aggregate> + <linkJavadoc>true</linkJavadoc> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
