Permalink
Browse files
add sonatype repository to pom.xml
- Loading branch information...
Showing
with
6 additions
and
0 deletions.
-
+6
−0
pom.xml
|
|
@@ -107,6 +107,12 @@ |
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
+ <distributionManagement>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>ossrh</id>
|
|
|
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
</profile>
|
|
|
</profiles>
|
|
|
</project>
|
0 comments on commit
28b8a57