Skip to content

Commit e0ddd11

Browse files
committed
skip deploying standalone module
1 parent c6112fc commit e0ddd11

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

standalone/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<artifactId>mc-server-updater-standalone</artifactId>
1313
<name>MCServerUpdater Standalone</name>
1414

15+
<properties>
16+
<maven.deploy.skip>true</maven.deploy.skip>
17+
<maven.install.skip>true</maven.install.skip>
18+
</properties>
19+
1520
<build>
1621
<finalName>${project.parent.name}</finalName>
1722
<plugins>

0 commit comments

Comments
 (0)