We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cec3aa commit fb49f58Copy full SHA for fb49f58
pom.xml
@@ -63,5 +63,32 @@
63
</configuration>
64
</plugin>
65
</plugins>
66
+ <pluginManagement>
67
+ <plugins>
68
+ <plugin>
69
+ <groupId>com.gradle</groupId>
70
+ <artifactId>develocity-maven-extension</artifactId>
71
+ <configuration>
72
+ <develocity>
73
74
75
+ <artifactId>maven-surefire-plugin</artifactId>
76
+ <inputs>
77
+ <fileSets>
78
+ <fileSet>
79
+ <name>test-data</name>
80
+ <paths>
81
+ <path>src/integration-test-samples</path>
82
+ </paths>
83
+ </fileSet>
84
+ </fileSets>
85
+ </inputs>
86
+ </plugin>
87
+ </plugins>
88
+ </develocity>
89
+ </configuration>
90
91
92
+ </pluginManagement>
93
</build>
94
</project>
0 commit comments