Skip to content

Commit

Permalink
skip deploy for parent module
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jan 18, 2022
1 parent 82cf8e8 commit 60ce2a9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jfuse-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<description>The main API of jFUSE</description>
<url>https://github.com/cryptomator/jfuse/tree/develop/jfuse-api</url>

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

<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down
1 change: 1 addition & 0 deletions jfuse-linux-amd64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<url>https://github.com/cryptomator/jfuse/tree/develop/jfuse-linux-amd64</url>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<linux.headerSearchPath>/usr/x86_64-linux-gnu/include/</linux.headerSearchPath> <!-- debian package libc6-dev-amd64-cross -->
</properties>

Expand Down
1 change: 1 addition & 0 deletions jfuse-mac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<url>https://github.com/cryptomator/jfuse/tree/develop/jfuse-mac</url>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<mac.headerSearchPath>/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/</mac.headerSearchPath>
</properties>

Expand Down
1 change: 1 addition & 0 deletions jfuse-win-amd64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<url>https://github.com/cryptomator/jfuse/tree/develop/jfuse-win-amd64</url>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<win.ucrtHeaderPath>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt</win.ucrtHeaderPath>
</properties>

Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
</scm>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<jextract.path>${java.home}/bin/jextract</jextract.path>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -114,6 +115,11 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M2</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 60ce2a9

Please sign in to comment.