Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Fixed markdown api docs generated dependency in parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Mar 13, 2019
1 parent 3b0c3a1 commit e2b7d11
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,22 @@
</pluginManagement>
</build>

<pluginRepositories>
<pluginRepository>
<id>jcenter-snapshots</id>
<name>jcenter</name>
<url>http://oss.jfrog.org/artifactory/oss-snapshot-local/</url>
</pluginRepository>
<pluginRepository>
<id>jcenter-releases</id>
<name>jcenter</name>
<url>http://jcenter.bintray.com</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<repositories>
<repository>
<id>camunda-bpm-nexus</id>
Expand Down

0 comments on commit e2b7d11

Please sign in to comment.