Skip to content

Commit

Permalink
web service see #109
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitris Kontokostas committed Jun 13, 2021
1 parent b29e8d5 commit 1973d4e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rdfunit-shacl-ws/pom.xml
Expand Up @@ -34,6 +34,20 @@
</configuration>
</plugin>

<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.3.29.v20201019</version>
<configuration>
<scanIntervalSeconds>5</scanIntervalSeconds>
<httpConnector>
<port>8787</port>
</httpConnector>
<stopKey />
<stopPort />
</configuration>
</plugin>

</plugins>
</build>
</project>

0 comments on commit 1973d4e

Please sign in to comment.