File: 0001-plexus-component-metadata.patch

package info (click to toggle)
plexus-build-api 0.0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 140 kB
  • sloc: java: 351; xml: 90; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Generate the component descriptor with plexus-component-metadata instead of plexus-maven-plugin
Origin: backport, https://github.com/codehaus-plexus/plexus-pom/commit/3c5f784f
--- a/pom.xml
+++ b/pom.xml
@@ -83,6 +83,18 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-component-metadata</artifactId>
+        <executions>
+          <execution>
+            <id>process-classes</id>
+            <goals>
+              <goal>generate-metadata</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>