We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f8bb9 commit a242a8aCopy full SHA for a242a8a
1 file changed
pom.xml
@@ -362,6 +362,15 @@
362
<url>https://maven.pkg.github.com/cryptomator/integrations-mac</url>
363
</repository>
364
</distributionManagement>
365
+ <build>
366
+ <plugins>
367
+ <plugin>
368
+ <groupId>org.apache.maven.plugins</groupId>
369
+ <artifactId>maven-deploy-plugin</artifactId>
370
+ <version>3.1.0</version>
371
+ </plugin>
372
+ </plugins>
373
+ </build>
374
</profile>
375
</profiles>
376
</project>
0 commit comments