Skip to content

Commit 41f8d75

Browse files
authored
Update package.json
add pom file to deploy
1 parent d23e1d2 commit 41f8d75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"files":
2727
[
2828
{"includePattern": "target/(.*).jar","uploadPattern": "$1.jar"},
29-
{"includePattern": "target/(.*).jar.md5","uploadPattern": "$1.jar.md5"}
29+
{"includePattern": "target/(.*).jar.md5","uploadPattern": "$1.jar.md5"},
30+
{"includePattern": "target/(.*).pom","uploadPattern": "$1.pom"}
3031
],
3132
"publish": true
3233
}

0 commit comments

Comments
 (0)