File tree Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 13
13
<description >The main API of jFUSE</description >
14
14
<url >https://github.com/cryptomator/jfuse/tree/develop/jfuse-api</url >
15
15
16
+ <properties >
17
+ <maven .deploy.skip>false</maven .deploy.skip>
18
+ </properties >
19
+
16
20
<dependencies >
17
21
<dependency >
18
22
<groupId >org.jetbrains</groupId >
Original file line number Diff line number Diff line change 14
14
<url >https://github.com/cryptomator/jfuse/tree/develop/jfuse-linux-amd64</url >
15
15
16
16
<properties >
17
+ <maven .deploy.skip>false</maven .deploy.skip>
17
18
<linux .headerSearchPath>/usr/x86_64-linux-gnu/include/</linux .headerSearchPath> <!-- debian package libc6-dev-amd64-cross -->
18
19
</properties >
19
20
Original file line number Diff line number Diff line change 14
14
<url >https://github.com/cryptomator/jfuse/tree/develop/jfuse-mac</url >
15
15
16
16
<properties >
17
+ <maven .deploy.skip>false</maven .deploy.skip>
17
18
<mac .headerSearchPath>/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/</mac .headerSearchPath>
18
19
</properties >
19
20
Original file line number Diff line number Diff line change 14
14
<url >https://github.com/cryptomator/jfuse/tree/develop/jfuse-win-amd64</url >
15
15
16
16
<properties >
17
+ <maven .deploy.skip>false</maven .deploy.skip>
17
18
<win .ucrtHeaderPath>C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt</win .ucrtHeaderPath>
18
19
</properties >
19
20
Original file line number Diff line number Diff line change 36
36
</scm >
37
37
38
38
<properties >
39
+ <maven .deploy.skip>true</maven .deploy.skip>
39
40
<jextract .path>${java.home} /bin/jextract</jextract .path>
40
41
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
41
42
</properties >
114
115
<artifactId >nexus-staging-maven-plugin</artifactId >
115
116
<version >1.6.8</version >
116
117
</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 >
117
123
</plugins >
118
124
</pluginManagement >
119
125
<plugins >
You can’t perform that action at this time.
0 commit comments