Skip to content

Commit

Permalink
don't deploy these modules
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Sep 6, 2023
1 parent 8dcefdc commit 3c35122
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<artifactId>build-plugins</artifactId>
<packaging>maven-plugin</packaging>

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

<build>
<plugins>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<artifactId>examples</artifactId>

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

<dependencies>
<dependency>
<groupId>dev.morphia.morphia</groupId>
Expand Down

0 comments on commit 3c35122

Please sign in to comment.