Skip to content

Commit

Permalink
Add distributionManagement tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Thomson committed Feb 3, 2020
1 parent 4329711 commit ec9890c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,20 @@
</dependency>
</dependencies>
</dependencyManagement>
<distributionManagement>
<snapshotRepository>
<id>snapshots</id>
<url>${snapshots.repository.url}</url>
</snapshotRepository>
<repository>
<id>releases</id>
<url>${releases.repository.url}</url>
</repository>
<site>
<id>reports</id>
<url>${reports.repository.url}</url>
</site>
</distributionManagement>
<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit ec9890c

Please sign in to comment.