This commit is contained in:
parent
7516e6a60f
commit
fa476c3dd0
@ -1,5 +1,5 @@
|
|||||||
--- maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-plugin-plugin/plugin-help.xml 1970-01-01 01:00:00.000000000 +0100
|
--- maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-plugin-plugin/plugin-help.xml 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-plugin-plugin/plugin-help.xml 2023-09-22 11:45:44.683625545 +0200
|
+++ maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-plugin-plugin/plugin-help.xml 2023-09-22 17:01:23.758467077 +0200
|
||||||
@@ -0,0 +1,345 @@
|
@@ -0,0 +1,345 @@
|
||||||
+<?xml version="1.0" encoding="UTF-8"?>
|
+<?xml version="1.0" encoding="UTF-8"?>
|
||||||
+<plugin>
|
+<plugin>
|
||||||
@ -347,8 +347,8 @@
|
|||||||
+ </mojos>
|
+ </mojos>
|
||||||
+</plugin>
|
+</plugin>
|
||||||
--- maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/plugin.xml 1970-01-01 01:00:00.000000000 +0100
|
--- maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/plugin.xml 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/plugin.xml 2023-09-22 11:47:11.690874190 +0200
|
+++ maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/plugin.xml 2023-09-22 17:02:25.238892040 +0200
|
||||||
@@ -0,0 +1,648 @@
|
@@ -0,0 +1,618 @@
|
||||||
+<?xml version="1.0" encoding="UTF-8"?>
|
+<?xml version="1.0" encoding="UTF-8"?>
|
||||||
+<plugin>
|
+<plugin>
|
||||||
+ <name>${project.name}</name>
|
+ <name>${project.name}</name>
|
||||||
@ -780,6 +780,18 @@
|
|||||||
+ <version>3.9.0</version>
|
+ <version>3.9.0</version>
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
|
+ <groupId>org.apache.maven.wagon</groupId>
|
||||||
|
+ <artifactId>wagon-provider-api</artifactId>
|
||||||
|
+ <type>jar</type>
|
||||||
|
+ <version>2.4</version>
|
||||||
|
+ </dependency>
|
||||||
|
+ <dependency>
|
||||||
|
+ <groupId>org.codehaus.plexus</groupId>
|
||||||
|
+ <artifactId>plexus-java</artifactId>
|
||||||
|
+ <type>jar</type>
|
||||||
|
+ <version>1.1.2</version>
|
||||||
|
+ </dependency>
|
||||||
|
+ <dependency>
|
||||||
+ <groupId>org.apache.httpcomponents</groupId>
|
+ <groupId>org.apache.httpcomponents</groupId>
|
||||||
+ <artifactId>httpclient</artifactId>
|
+ <artifactId>httpclient</artifactId>
|
||||||
+ <type>jar</type>
|
+ <type>jar</type>
|
||||||
@ -804,24 +816,36 @@
|
|||||||
+ <version>4.4.16</version>
|
+ <version>4.4.16</version>
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>org.apache.maven.wagon</groupId>
|
|
||||||
+ <artifactId>wagon-provider-api</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>2.4</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.codehaus.plexus</groupId>
|
|
||||||
+ <artifactId>plexus-java</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>1.1.2</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.apache.maven.plugin-tools</groupId>
|
+ <groupId>org.apache.maven.plugin-tools</groupId>
|
||||||
+ <artifactId>maven-plugin-tools-generators</artifactId>
|
+ <artifactId>maven-plugin-tools-generators</artifactId>
|
||||||
+ <type>jar</type>
|
+ <type>jar</type>
|
||||||
+ <version>3.9.0</version>
|
+ <version>3.9.0</version>
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
|
+ <groupId>org.ow2.asm</groupId>
|
||||||
|
+ <artifactId>asm</artifactId>
|
||||||
|
+ <type>jar</type>
|
||||||
|
+ <version>9.5</version>
|
||||||
|
+ </dependency>
|
||||||
|
+ <dependency>
|
||||||
|
+ <groupId>org.ow2.asm</groupId>
|
||||||
|
+ <artifactId>asm-commons</artifactId>
|
||||||
|
+ <type>jar</type>
|
||||||
|
+ <version>9.5</version>
|
||||||
|
+ </dependency>
|
||||||
|
+ <dependency>
|
||||||
|
+ <groupId>org.ow2.asm</groupId>
|
||||||
|
+ <artifactId>asm-tree</artifactId>
|
||||||
|
+ <type>jar</type>
|
||||||
|
+ <version>9.5</version>
|
||||||
|
+ </dependency>
|
||||||
|
+ <dependency>
|
||||||
|
+ <groupId>org.jsoup</groupId>
|
||||||
|
+ <artifactId>jsoup</artifactId>
|
||||||
|
+ <type>jar</type>
|
||||||
|
+ <version>1.16.1</version>
|
||||||
|
+ </dependency>
|
||||||
|
+ <dependency>
|
||||||
+ <groupId>org.apache.maven.reporting</groupId>
|
+ <groupId>org.apache.maven.reporting</groupId>
|
||||||
+ <artifactId>maven-reporting-api</artifactId>
|
+ <artifactId>maven-reporting-api</artifactId>
|
||||||
+ <type>jar</type>
|
+ <type>jar</type>
|
||||||
@ -852,36 +876,6 @@
|
|||||||
+ <version>2.4</version>
|
+ <version>2.4</version>
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>org.ow2.asm</groupId>
|
|
||||||
+ <artifactId>asm</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>9.5</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.ow2.asm</groupId>
|
|
||||||
+ <artifactId>asm-commons</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>9.5</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.ow2.asm</groupId>
|
|
||||||
+ <artifactId>asm-tree</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>9.5</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.jsoup</groupId>
|
|
||||||
+ <artifactId>jsoup</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>1.16.1</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>net.sf.jtidy</groupId>
|
|
||||||
+ <artifactId>jtidy</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>r938</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.apache.maven.plugin-tools</groupId>
|
+ <groupId>org.apache.maven.plugin-tools</groupId>
|
||||||
+ <artifactId>maven-plugin-tools-java</artifactId>
|
+ <artifactId>maven-plugin-tools-java</artifactId>
|
||||||
+ <type>jar</type>
|
+ <type>jar</type>
|
||||||
@ -900,6 +894,18 @@
|
|||||||
+ <version>3.9.0</version>
|
+ <version>3.9.0</version>
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
|
+ <groupId>org.ow2.asm</groupId>
|
||||||
|
+ <artifactId>asm-util</artifactId>
|
||||||
|
+ <type>jar</type>
|
||||||
|
+ <version>9.5</version>
|
||||||
|
+ </dependency>
|
||||||
|
+ <dependency>
|
||||||
|
+ <groupId>org.ow2.asm</groupId>
|
||||||
|
+ <artifactId>asm-analysis</artifactId>
|
||||||
|
+ <type>jar</type>
|
||||||
|
+ <version>9.5</version>
|
||||||
|
+ </dependency>
|
||||||
|
+ <dependency>
|
||||||
+ <groupId>org.codehaus.plexus</groupId>
|
+ <groupId>org.codehaus.plexus</groupId>
|
||||||
+ <artifactId>plexus-archiver</artifactId>
|
+ <artifactId>plexus-archiver</artifactId>
|
||||||
+ <type>jar</type>
|
+ <type>jar</type>
|
||||||
@ -930,48 +936,12 @@
|
|||||||
+ <version>1.23.0</version>
|
+ <version>1.23.0</version>
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>org.ow2.asm</groupId>
|
|
||||||
+ <artifactId>asm-util</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>9.5</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.ow2.asm</groupId>
|
|
||||||
+ <artifactId>asm-analysis</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>9.5</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.apache.maven.plugin-tools</groupId>
|
+ <groupId>org.apache.maven.plugin-tools</groupId>
|
||||||
+ <artifactId>maven-plugin-annotations</artifactId>
|
+ <artifactId>maven-plugin-annotations</artifactId>
|
||||||
+ <type>jar</type>
|
+ <type>jar</type>
|
||||||
+ <version>3.9.0</version>
|
+ <version>3.9.0</version>
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>org.apache.maven.plugin-tools</groupId>
|
|
||||||
+ <artifactId>maven-plugin-tools-ant</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>3.9.0</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.apache.maven.plugin-tools</groupId>
|
|
||||||
+ <artifactId>maven-plugin-tools-model</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>3.9.0</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.apache.maven.plugin-tools</groupId>
|
|
||||||
+ <artifactId>maven-plugin-tools-beanshell</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>3.9.0</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.apache-extras.beanshell</groupId>
|
|
||||||
+ <artifactId>bsh</artifactId>
|
|
||||||
+ <type>jar</type>
|
|
||||||
+ <version>2.0b6</version>
|
|
||||||
+ </dependency>
|
|
||||||
+ <dependency>
|
|
||||||
+ <groupId>org.codehaus.plexus</groupId>
|
+ <groupId>org.codehaus.plexus</groupId>
|
||||||
+ <artifactId>plexus-utils</artifactId>
|
+ <artifactId>plexus-utils</artifactId>
|
||||||
+ <type>jar</type>
|
+ <type>jar</type>
|
||||||
@ -998,8 +968,8 @@
|
|||||||
+ </dependencies>
|
+ </dependencies>
|
||||||
+</plugin>
|
+</plugin>
|
||||||
--- maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/HelpMojo.java 1970-01-01 01:00:00.000000000 +0100
|
--- maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/HelpMojo.java 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/HelpMojo.java 2023-09-22 11:43:46.469501488 +0200
|
+++ maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/HelpMojo.java 2023-09-22 16:49:32.513552812 +0200
|
||||||
@@ -0,0 +1,446 @@
|
@@ -0,0 +1,448 @@
|
||||||
+package org.apache.maven.plugins.maven_plugin_plugin;
|
+package org.apache.maven.plugins.maven_plugin_plugin;
|
||||||
+
|
+
|
||||||
+import org.apache.maven.plugin.AbstractMojo;
|
+import org.apache.maven.plugin.AbstractMojo;
|
||||||
@ -1282,7 +1252,9 @@
|
|||||||
+ append( sb, "Deprecated. " + deprecated.getTextContent(), 3 );
|
+ append( sb, "Deprecated. " + deprecated.getTextContent(), 3 );
|
||||||
+ append( sb, "", 0 );
|
+ append( sb, "", 0 );
|
||||||
+ }
|
+ }
|
||||||
+ append( sb, parameterDescription, 3 );
|
+ if ( isNotEmpty( parameterDescription ) ) {
|
||||||
|
+ append( sb, parameterDescription, 3 );
|
||||||
|
+ }
|
||||||
+ if ( "true".equals( getValue( parameter, "required" ) ) )
|
+ if ( "true".equals( getValue( parameter, "required" ) ) )
|
||||||
+ {
|
+ {
|
||||||
+ append( sb, "Required: Yes", 3 );
|
+ append( sb, "Required: Yes", 3 );
|
||||||
|
Loading…
Reference in New Issue
Block a user