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 </build>" plexus-component-annotations
# Fix build with maven-plugin-plugin >= 3.11.0 # Fix build with maven-plugin-plugin >= 3.11.0
%pom_xpath_inject "pom:project" " %pom_add_plugin org.apache.maven.plugins:maven-plugin-plugin plexus-component-metadata "
<build> <configuration>
<plugins> <goalPrefix>plexus-component-metadata</goalPrefix>
<plugin> </configuration>"
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<goalPrefix>plexus-component-metadata</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>" plexus-component-metadata
# to prevent ant from failing # to prevent ant from failing
mkdir -p plexus-component-annotations/src/test/java mkdir -p plexus-component-annotations/src/test/java