This commit is contained in:
parent
928aeeed5d
commit
5c0f8fe6eb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 13:38:06 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Fix build with maven-plugin-plugin >= 3.11.0: define goalPrefix
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 17:33:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -110,6 +110,18 @@ rm -rf plexus-container-default/src/test/java/org/codehaus/plexus/hierarchy
|
||||
</plugins>
|
||||
</build>" plexus-component-annotations
|
||||
|
||||
# Fix build with maven-plugin-plugin >= 3.11.0
|
||||
%pom_xpath_inject "pom:project/pom:build" "
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
<configuration>
|
||||
<goalPrefix>plexus-component-metadata</goalPrefix>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>" plexus-component-metadata
|
||||
|
||||
# to prevent ant from failing
|
||||
mkdir -p plexus-component-annotations/src/test/java
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user