Skip to content

Commit 67df4f0

Browse files
authored
Added distribution config (#71)
1 parent f764857 commit 67df4f0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

stackable-bcrypt/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
<target>11</target>
1818
</properties>
1919

20+
<distributionManagement>
21+
<snapshotRepository>
22+
<id>nexus</id>
23+
<url>https://repo.stackable.tech/repository/m2</url>
24+
</snapshotRepository>
25+
</distributionManagement>
26+
2027
<dependencies>
2128
<dependency>
2229
<groupId>at.favre.lib</groupId>
@@ -73,6 +80,11 @@
7380
<artifactId>maven-project-info-reports-plugin</artifactId>
7481
<version>3.5.0</version>
7582
</plugin>
83+
<plugin>
84+
<artifactId>maven-deploy-plugin</artifactId>
85+
<version>3.1.2</version>
86+
</plugin>
87+
7688
</plugins>
7789
</pluginManagement>
7890
<plugins>

0 commit comments

Comments
 (0)