This commit is contained in:
parent
3e39bcf986
commit
52041828ee
@ -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>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-plugin-plugin</artifactId>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<goalPrefix>plexus-component-metadata</goalPrefix>
|
<goalPrefix>plexus-component-metadata</goalPrefix>
|
||||||
</configuration>
|
</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
|
||||||
|
Loading…
Reference in New Issue
Block a user