Skip to content

Commit 60ce2a9

Browse files
1 parent 82cf8e8 commit 60ce2a9

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

jfuse-api/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<description>The main API of jFUSE</description>
1414
<url>https://github.com/cryptomator/jfuse/tree/develop/jfuse-api</url>
1515

16+
<properties>
17+
<maven.deploy.skip>false</maven.deploy.skip>
18+
</properties>
19+
1620
<dependencies>
1721
<dependency>
1822
<groupId>org.jetbrains</groupId>

jfuse-linux-amd64/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<url>https://github.com/cryptomator/jfuse/tree/develop/jfuse-linux-amd64</url>
1515

1616
<properties>
17+
<maven.deploy.skip>false</maven.deploy.skip>
1718
<linux.headerSearchPath>/usr/x86_64-linux-gnu/include/</linux.headerSearchPath> <!-- debian package libc6-dev-amd64-cross -->
1819
</properties>
1920

jfuse-mac/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<url>https://github.com/cryptomator/jfuse/tree/develop/jfuse-mac</url>
1515

1616
<properties>
17+
<maven.deploy.skip>false</maven.deploy.skip>
1718
<mac.headerSearchPath>/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/</mac.headerSearchPath>
1819
</properties>
1920

jfuse-win-amd64/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<url>https://github.com/cryptomator/jfuse/tree/develop/jfuse-win-amd64</url>
1515

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

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
</scm>
3737

3838
<properties>
39+
<maven.deploy.skip>true</maven.deploy.skip>
3940
<jextract.path>${java.home}/bin/jextract</jextract.path>
4041
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4142
</properties>
@@ -114,6 +115,11 @@
114115
<artifactId>nexus-staging-maven-plugin</artifactId>
115116
<version>1.6.8</version>
116117
</plugin>
118+
<plugin>
119+
<groupId>org.apache.maven.plugins</groupId>
120+
<artifactId>maven-deploy-plugin</artifactId>
121+
<version>3.0.0-M2</version>
122+
</plugin>
117123
</plugins>
118124
</pluginManagement>
119125
<plugins>

0 commit comments

Comments
 (0)