Skip to content

Commit 8519a40

Browse files
committed
Fix typo in POM. Closes #170.
1 parent 8d8b1cd commit 8519a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xstream/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<source>1.8</source>
268268
<target>1.8</target>
269269
<excludes combine.self="override"/>
270-
<textExcludes combine.self="override"/>
270+
<testExcludes combine.self="override"/>
271271
</configuration>
272272
<goals>
273273
<goal>compile</goal>
@@ -311,7 +311,7 @@
311311
<source>1.8</source>
312312
<target>1.8</target>
313313
<excludes combine.self="override"/>
314-
<textExcludes combine.self="override"/>
314+
<testExcludes combine.self="override"/>
315315
</configuration>
316316
<goals>
317317
<goal>compile</goal>

0 commit comments

Comments
 (0)