Skip to content

Commit 9b5266d

Browse files
author
Yoshito Umaoka
committed
Fixed closing <exclude> tag in maven plug-in README
1 parent efa124e commit 9b5266d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gp-maven-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ pom.xml
537537
<include>**/*.properties</include>
538538
</includes>
539539
<excludes>
540-
<exclude>**/*_*.properties<exclude>
540+
<exclude>**/*_*.properties</exclude>
541541
</excludes>
542542
</sourceFiles>
543543
<type>JAVA</type>

0 commit comments

Comments
 (0)