Skip to content

Commit

Permalink
#39 plugin-plugin up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 25, 2024
1 parent ee6a4f0 commit df4b5ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/it/simple/pom.xml
Expand Up @@ -106,14 +106,17 @@ SOFTWARE.
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.10.2</version>
<version>3.12.0</version>
<executions>
<execution>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
</executions>
<configuration>
<goalPrefix>foo</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit df4b5ad

Please sign in to comment.