Skip to content

Commit

Permalink
[improve][offload] Skip tiered-storage deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <[email protected]>
  • Loading branch information
nodece committed Feb 6, 2025
1 parent 8a40b30 commit 2dbe71a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tiered-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,16 @@
<module>jcloud</module>
<module>file-system</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 2dbe71a

Please sign in to comment.