Skip to content

Commit fb49f58

Browse files
committed
Add solution
1 parent 4cec3aa commit fb49f58

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,32 @@
6363
</configuration>
6464
</plugin>
6565
</plugins>
66+
<pluginManagement>
67+
<plugins>
68+
<plugin>
69+
<groupId>com.gradle</groupId>
70+
<artifactId>develocity-maven-extension</artifactId>
71+
<configuration>
72+
<develocity>
73+
<plugins>
74+
<plugin>
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+
</plugin>
91+
</plugins>
92+
</pluginManagement>
6693
</build>
6794
</project>

0 commit comments

Comments
 (0)