Skip to content

Commit

Permalink
Skip install and deploy of sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Dec 30, 2023
1 parent a0d37be commit 4b50e7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<artifactId>sample</artifactId>
<name>Sample</name>

<properties>
<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down

0 comments on commit 4b50e7d

Please sign in to comment.