Skip to content

Commit 9c2384c

Browse files
d.bogatkod.bogatko
authored andcommitted
specified distributionManagement to perform deploys
1 parent 5dec36b commit 9c2384c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
<groupId>com.github.aquality-automation</groupId>
88
<artifactId>aquality-appium-mobile</artifactId>
99
<version>1.0.0</version>
10+
11+
<distributionManagement>
12+
<snapshotRepository>
13+
<id>ossrh</id>
14+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
15+
</snapshotRepository>
16+
<repository>
17+
<id>ossrh</id>
18+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
19+
</repository>
20+
</distributionManagement>
21+
1022
<build>
1123
<plugins>
1224
<plugin>

0 commit comments

Comments
 (0)