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/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 @@
|
||||
--- 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/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,419 @@
|
||||
+<?xml version="1.0" encoding="UTF-8"?>
|
||||
+
|
||||
+<!-- Generated by maven-plugin-tools 3.5 -->
|
||||
+
|
||||
+<plugin>
|
||||
+ <name>Maven Plugin Plugin</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>
|
||||
+ <groupId>org.apache.maven.plugins</groupId>
|
||||
+ <artifactId>maven-plugin-plugin</artifactId>
|
||||
+ <version>3.5.1</version>
|
||||
+ <name>${project.name}</name>
|
||||
+ <description>${project.description}</description>
|
||||
+ <groupId>${project.groupId}</groupId>
|
||||
+ <artifactId>${project.artifactId}</artifactId>
|
||||
+ <version>${project.version}</version>
|
||||
+ <goalPrefix>plugin</goalPrefix>
|
||||
+ <mojos>
|
||||
+ <mojo>
|
||||
@ -424,21 +421,16 @@
|
||||
+ </mojos>
|
||||
+</plugin>
|
||||
\ 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.new/maven-plugin-plugin/src/main/resources/META-INF/maven/plugin.xml 2019-03-29 17:23:25.308026267 +0100
|
||||
@@ -0,0 +1,1190 @@
|
||||
--- 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/maven-plugin-plugin/src/main/filtered-resources/META-INF/maven/plugin.xml 2019-03-29 17:23:25.308026267 +0100
|
||||
@@ -0,0 +1,1185 @@
|
||||
+<?xml version="1.0" encoding="UTF-8"?>
|
||||
+
|
||||
+<!-- Generated by maven-plugin-tools 3.5 -->
|
||||
+
|
||||
+<plugin>
|
||||
+ <name>Maven Plugin Plugin</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>
|
||||
+ <groupId>org.apache.maven.plugins</groupId>
|
||||
+ <artifactId>maven-plugin-plugin</artifactId>
|
||||
+ <version>3.5.1</version>
|
||||
+ <name>${project.name}</name>
|
||||
+ <description>${project.description}</description>
|
||||
+ <groupId>${project.groupId}</groupId>
|
||||
+ <artifactId>${project.artifactId}</artifactId>
|
||||
+ <version>${project.version}</version>
|
||||
+ <goalPrefix>plugin</goalPrefix>
|
||||
+ <isolatedRealm>false</isolatedRealm>
|
||||
+ <inheritedByDefault>true</inheritedByDefault>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9013362df03bb32e651909599554afb107c1cd6f4023185807280786ac0d53c0
|
||||
size 4580
|
||||
oid sha256:403db339b5c010420ad3fda6420f9dde2529cc11ba3cd62750c172a3f704967c
|
||||
size 4692
|
||||
|
Loading…
Reference in New Issue
Block a user