Skip to content

Commit 162a6ed

Browse files
authored
Automatically request a publishing of the deployed jar
1 parent a180b5f commit 162a6ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# java-watch
22
[![Maven Central Version](https://img.shields.io/maven-central/v/engineering.swat/java-watch?style=flat-square&label=maven)](https://central.sonatype.com/artifact/engineering.swat/java-watch)
3-
[![javadoc](https://javadoc.io/badge2/engineering.swat/java-watch/docs.svg?style=flat-square)](https://javadoc.io/doc/engineering.swat/java-watch)
3+
[![javadoc](https://javadoc.io/badge2/engineering.swat/java-watch/docs.svg?style=flat-square)](https://javadoc.io/doc/engineering.swat/java-watch)
44
[![Codecov](https://img.shields.io/codecov/c/github/SWAT-engineering/java-watch?style=flat-square)](https://codecov.io/gh/SWAT-engineering/java-watch)
55

66
a java file watcher that works across platforms and supports recursion, single file watches, and tries to make sure no events are missed. Where possible it uses Java's NIO WatchService.

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@
236236
<extensions>true</extensions>
237237
<configuration>
238238
<publishingServerId>central</publishingServerId>
239+
<autoPublish>true</autoPublish>
239240
</configuration>
240241
</plugin>
241242
<plugin> <!-- sign jar for maven central-->

0 commit comments

Comments
 (0)