We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0b3a6 commit f4e5676Copy full SHA for f4e5676
flow-plugins/flow-maven-plugin/pom.xml
@@ -91,9 +91,12 @@
91
<plugin>
92
<groupId>org.apache.maven.plugins</groupId>
93
<artifactId>maven-plugin-plugin</artifactId>
94
- <version>3.7.0</version>
+ <version>3.15.2</version>
95
<configuration>
96
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
97
+ <goalPrefix>flow</goalPrefix>
98
+ <requiredJavaVersion>${maven.compiler.release}</requiredJavaVersion>
99
+ <requiredMavenVersion>3.5</requiredMavenVersion>
100
</configuration>
101
<executions>
102
<execution>
0 commit comments