This commit is contained in:
parent
3e39bcf986
commit
52041828ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user