Fridrich Strba 2024-05-16 13:54:14 +00:00 committed by Git OBS Bridge
parent 3e39bcf986
commit 52041828ee

View File

@ -100,18 +100,10 @@ cp %{SOURCE2} .
</build>" plexus-component-annotations
# Fix build with maven-plugin-plugin >= 3.11.0
%pom_xpath_inject "pom:project" "
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<goalPrefix>plexus-component-metadata</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>" plexus-component-metadata
%pom_add_plugin org.apache.maven.plugins:maven-plugin-plugin plexus-component-metadata "
<configuration>
<goalPrefix>plexus-component-metadata</goalPrefix>
</configuration>"
# to prevent ant from failing
mkdir -p plexus-component-annotations/src/test/java