holodeck-b2b / hb2b-as2

An extension for Holodeck B2B to support message exchanges using the AS2 protocol
GNU General Public License v3.0
6 stars 1 forks source link

BUILD FAILURE #6

Closed ign404 closed 5 years ago

ign404 commented 5 years ago

Failed to execute goal on project hb2b-as2: Could not resolve dependencies for project org.holodeckb2b:hb2b-as2:jar:1.1.1: The following artifacts could not be resolved: org.holodeckb2b:holodeckb2b-core:jar:4.1.1, org.holodeckb2b:holodeckb2b-security:jar:4.1.1: Could not find artifact org.holodeckb2b:holodeckb2b-core:jar:4.1.1 in central (https://repo.maven.apache.org/maven2)

sfieten commented 5 years ago

Hi, the Holodeck B2B artifacts indeed are not available on a central Maven repository, so you will need to build the required artifacts and install them in your local repository. Therefore you will indeed experience a build error when trying to build this project without having built the main Holodeck B2B project already.