Skip to content

Commit

Permalink
also deploy parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Aug 30, 2022
1 parent 97b03b8 commit 79d6d38
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 deletions.
5 changes: 0 additions & 5 deletions jfuse-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,4 @@
<name>jFUSE API</name>
<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>

</project>
4 changes: 4 additions & 0 deletions jfuse-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<artifactId>jfuse-examples</artifactId>
<name>jFUSE Examples</name>

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

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

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

Expand Down
1 change: 0 additions & 1 deletion jfuse-linux-amd64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<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: 0 additions & 1 deletion jfuse-mac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<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
4 changes: 4 additions & 0 deletions jfuse-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<name>jFUSE Tests</name>
<description>Benchmark and Integration Tests</description>

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

<dependencies>
<dependency>
<groupId>org.cryptomator</groupId>
Expand Down
1 change: 0 additions & 1 deletion jfuse-win-amd64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<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: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
</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 @@ -206,7 +205,7 @@
<activation>
<os>
<family>unix</family>
<name>Linux</name>
<name>linux</name>
<arch>x86_64</arch>
</os>
</activation>
Expand All @@ -220,7 +219,7 @@
<activation>
<os>
<family>unix</family>
<name>Linux</name>
<name>linux</name>
<arch>aarch64</arch>
</os>
</activation>
Expand Down Expand Up @@ -257,6 +256,7 @@
<goal>sign</goal>
</goals>
<configuration>
<keyname>E6E6A235</keyname>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
Expand Down

0 comments on commit 79d6d38

Please sign in to comment.