Project

General

Profile

Actions

Task #701

closed

Dependencies missing while building from source

Added by Jan Helbich over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
High
Assignee:
Radek Tomiška
Category:
Infrastructure
Target version:
Start date:
09/14/2017
Due date:
% Done:

100%

Estimated time:
Owner:

Description

Building from source without already downloaded maven dependencies fails on missing jar:

nl.jworks.markdown_to_asciidoc:markdown_to_asciidoc:jar:1.0

The solution is to add bintray repository to classic repositories, not only the ones for plugins. Diff:

diff --git a/Realization/backend/parent/pom.xml b/Realization/backend/parent/pom.xml
index e893cd0..06e1ab0 100644
--- a/Realization/backend/parent/pom.xml
+++ b/Realization/backend/parent/pom.xml
@@ -103,6 +103,11 @@
                      <enabled>false</enabled>
                    </snapshots>
                </repository>
+               <repository>
+                       <id>jcenter-releases</id>
+                       <name>jcenter</name>
+                       <url>http://jcenter.bintray.com</url>
+               </repository>
        </repositories>

        <pluginRepositories>

Actions

Also available in: Atom PDF