Skip to content

Commit

Permalink
Do not deploy the server zip
Browse files Browse the repository at this point in the history
  • Loading branch information
gaol committed Nov 13, 2024
1 parent 01e485b commit e139caf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
<id>distro</id>
<formats>
<format>zip</format>
<format>tar.gz</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>target</directory>
<outputDirectory/>
<includes>
<include>${server.name}/**</include>
</includes>
</fileSet>
</fileSets>
</assembly>
5 changes: 5 additions & 0 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@

<packaging>pom</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<server.name>${project.artifactId}-${project.version}</server.name>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit e139caf

Please sign in to comment.