We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74aa2b2 commit 0387023Copy full SHA for 0387023
1 file changed
pom.xml
@@ -286,6 +286,26 @@
286
</testResource>
287
</testResources>
288
<plugins>
289
+ <plugin>
290
+ <groupId>org.apache.maven.plugins</groupId>
291
+ <artifactId>maven-enforcer-plugin</artifactId>
292
+ <version>1.4.1</version>
293
+ <executions>
294
+ <execution>
295
+ <id>enforce-maven</id>
296
+ <goals>
297
+ <goal>enforce</goal>
298
+ </goals>
299
+ <configuration>
300
+ <rules>
301
+ <requireMavenVersion>
302
+ <version>[3.0.5,)</version>
303
+ </requireMavenVersion>
304
+ </rules>
305
+ </configuration>
306
+ </execution>
307
+ </executions>
308
+ </plugin>
309
<plugin>
310
<groupId>com.amashchenko.maven.plugin</groupId>
311
<artifactId>gitflow-maven-plugin</artifactId>
0 commit comments