Skip to content

Commit

Permalink
specified distributionManagement to perform deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
d.bogatko authored and d.bogatko committed Mar 31, 2020
1 parent 5dec36b commit 9c2384c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
<groupId>com.github.aquality-automation</groupId>
<artifactId>aquality-appium-mobile</artifactId>
<version>1.0.0</version>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 9c2384c

Please sign in to comment.