File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
dspot-diff-test-selection Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 117
117
</execution >
118
118
</executions >
119
119
</plugin >
120
+
121
+ <plugin >
122
+ <artifactId >maven-clean-plugin</artifactId >
123
+ <version >3.0.0</version >
124
+ <configuration >
125
+ <filesets >
126
+ <fileset >
127
+ <directory >src/test/resources/</directory >
128
+ <includes >
129
+ <include >tavern/target/</include >
130
+ <include >tavern-refactor/target/</include >
131
+ </includes >
132
+ <followSymlinks >false</followSymlinks >
133
+ </fileset >
134
+ </filesets >
135
+ </configuration >
136
+ </plugin >
137
+
120
138
</plugins >
121
139
</build >
122
140
Original file line number Diff line number Diff line change 191
191
<version >3.0.0</version >
192
192
<configuration >
193
193
<filesets >
194
- <fileset >
195
- <directory >tmpDir/</directory >
196
- </fileset >
197
194
<fileset >
198
195
<directory >src/test/resources/</directory >
199
196
<includes >
You can’t perform that action at this time.
0 commit comments