This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f6ae75  [MPOM-223] Extension must be a component, so always generate 
metadata
0f6ae75 is described below

commit 0f6ae7590b8173e4b6d90a35bdf1921fef6dadb3
Author: rfscholte <[email protected]>
AuthorDate: Mon Oct 14 18:34:24 2019 +0200

    [MPOM-223] Extension must be a component, so always generate metadata
---
 maven-extensions/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index 0fdb7e7..42f8afd 100644
--- a/maven-extensions/pom.xml
+++ b/maven-extensions/pom.xml
@@ -140,6 +140,17 @@ under the License.
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-component-metadata</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>generate-metadata</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 

Reply via email to