We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b1160 commit 78ee9d2Copy full SHA for 78ee9d2
1 file changed
pom.xml
@@ -286,6 +286,15 @@
286
<url>https://maven.pkg.github.com/cryptomator/integrations-linux</url>
287
</repository>
288
</distributionManagement>
289
+ <build>
290
+ <plugins>
291
+ <plugin>
292
+ <groupId>org.apache.maven.plugins</groupId>
293
+ <artifactId>maven-deploy-plugin</artifactId>
294
+ <version>3.1.0</version>
295
+ </plugin>
296
+ </plugins>
297
+ </build>
298
</profile>
299
</profiles>
300
</project>
0 commit comments