3 Replies Latest reply on Aug 24, 2015 3:25 AM by swiderski.maciej

    Maven repository authentication

    pstrzelc

      Hi,

       

      In our system, we use our custom logging module.

      The problem is, when we try to deploy workFlow project as a jar, authentication exception occurs:

      HTTP Status 401 - Validation fails.

      This is because in our project pom, there is section:

      <repositories>
        <repository>
        <id>guvnor-m2-repo</id>
        <name>Guvnor M2 Repo</name>
        <url>http://localhost:9080/business-central/maven2/</url>
        </repository>
      </repositories>

      How to configure credentials so we can access this resource?