This commit is contained in:
parent
5f8b0026f8
commit
843cf5aa1a
@ -1,16 +1,13 @@
|
|||||||
--- maven-plugin-tools-3.5.1/maven-plugin-plugin/src/main/resources/META-INF/maven/org.apache.maven.plugins/maven-plugin-plugin/plugin-help.xml 1970-01-01 01:00:00.000000000 +0100
|
--- maven-plugin-tools-3.5.1/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-tools-3.5.1/maven-plugin-plugin/src/main/resources/META-INF/maven/org.apache.maven.plugins/maven-plugin-plugin/plugin-help.xml 2019-03-29 17:23:08.867945695 +0100
|
+++ maven-plugin-tools-3.5.1/maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-plugin-plugin/plugin-help.xml 2019-03-29 17:23:08.867945695 +0100
|
||||||
@@ -0,0 +1,422 @@
|
@@ -0,0 +1,419 @@
|
||||||
+<?xml version="1.0" encoding="UTF-8"?>
|
+<?xml version="1.0" encoding="UTF-8"?>
|
||||||
+
|
|
||||||
+<!-- Generated by maven-plugin-tools 3.5 -->
|
|
||||||
+
|
|
||||||
+<plugin>
|
+<plugin>
|
||||||
+ <name>Maven Plugin Plugin</name>
|
+ <name>${project.name}</name>
|
||||||
+ <description>The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the plugin registry, the artifact metadata and a generic help goal.</description>
|
+ <description>${project.description}</description>
|
||||||
+ <groupId>org.apache.maven.plugins</groupId>
|
+ <groupId>${project.groupId}</groupId>
|
||||||
+ <artifactId>maven-plugin-plugin</artifactId>
|
+ <artifactId>${project.artifactId}</artifactId>
|
||||||
+ <version>3.5.1</version>
|
+ <version>${project.version}</version>
|
||||||
+ <goalPrefix>plugin</goalPrefix>
|
+ <goalPrefix>plugin</goalPrefix>
|
||||||
+ <mojos>
|
+ <mojos>
|
||||||
+ <mojo>
|
+ <mojo>
|
||||||
@ -424,21 +421,16 @@
|
|||||||
+ </mojos>
|
+ </mojos>
|
||||||
+</plugin>
|
+</plugin>
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
--- maven-plugin-tools-3.5.1/maven-plugin-plugin/src/main/resources/META-INF/maven/plugin.xml 1970-01-01 01:00:00.000000000 +0100
|
--- maven-plugin-tools-3.5.1/maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/plugin.xml 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ maven-plugin-tools-3.5.1.new/maven-plugin-plugin/src/main/resources/META-INF/maven/plugin.xml 2019-03-29 17:23:25.308026267 +0100
|
+++ maven-plugin-tools-3.5.1/maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/plugin.xml 2019-03-29 17:23:25.308026267 +0100
|
||||||
@@ -0,0 +1,1190 @@
|
@@ -0,0 +1,1185 @@
|
||||||
+<?xml version="1.0" encoding="UTF-8"?>
|
+<?xml version="1.0" encoding="UTF-8"?>
|
||||||
+
|
|
||||||
+<!-- Generated by maven-plugin-tools 3.5 -->
|
|
||||||
+
|
|
||||||
+<plugin>
|
+<plugin>
|
||||||
+ <name>Maven Plugin Plugin</name>
|
+ <name>${project.name}</name>
|
||||||
+ <description>The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree,
|
+ <description>${project.description}</description>
|
||||||
+ to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the
|
+ <groupId>${project.groupId}</groupId>
|
||||||
+ plugin registry, the artifact metadata and a generic help goal.</description>
|
+ <artifactId>${project.artifactId}</artifactId>
|
||||||
+ <groupId>org.apache.maven.plugins</groupId>
|
+ <version>${project.version}</version>
|
||||||
+ <artifactId>maven-plugin-plugin</artifactId>
|
|
||||||
+ <version>3.5.1</version>
|
|
||||||
+ <goalPrefix>plugin</goalPrefix>
|
+ <goalPrefix>plugin</goalPrefix>
|
||||||
+ <isolatedRealm>false</isolatedRealm>
|
+ <isolatedRealm>false</isolatedRealm>
|
||||||
+ <inheritedByDefault>true</inheritedByDefault>
|
+ <inheritedByDefault>true</inheritedByDefault>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9013362df03bb32e651909599554afb107c1cd6f4023185807280786ac0d53c0
|
oid sha256:403db339b5c010420ad3fda6420f9dde2529cc11ba3cd62750c172a3f704967c
|
||||||
size 4580
|
size 4692
|
||||||
|
Loading…
Reference in New Issue
Block a user