We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f764857 commit 67df4f0Copy full SHA for 67df4f0
stackable-bcrypt/pom.xml
@@ -17,6 +17,13 @@
17
<target>11</target>
18
</properties>
19
20
+ <distributionManagement>
21
+ <snapshotRepository>
22
+ <id>nexus</id>
23
+ <url>https://repo.stackable.tech/repository/m2</url>
24
+ </snapshotRepository>
25
+ </distributionManagement>
26
+
27
<dependencies>
28
<dependency>
29
<groupId>at.favre.lib</groupId>
@@ -73,6 +80,11 @@
73
80
<artifactId>maven-project-info-reports-plugin</artifactId>
74
81
<version>3.5.0</version>
75
82
</plugin>
83
+ <plugin>
84
+ <artifactId>maven-deploy-plugin</artifactId>
85
+ <version>3.1.2</version>
86
+ </plugin>
87
76
88
</plugins>
77
89
</pluginManagement>
78
90
<plugins>
0 commit comments