Added pluginManagement for Surefire plugin
This commit is contained in:
parent
5b281e2795
commit
05a613ef5d
19
pom.xml
19
pom.xml
@ -136,6 +136,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -338,6 +343,12 @@
|
||||
<version>4.0.1</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
@ -374,6 +385,12 @@
|
||||
<modules>
|
||||
<module>jOOQ</module>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<module>jOOQ-checker</module>
|
||||
|
||||
<module>jOOQ-meta</module>
|
||||
@ -403,6 +420,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user