Error build Maven - Non-resolvable parent POM for com.novayre.jidoka.robot.test

Certified Associate Developer

Hi,

I'm studing the Appian RPA console and I'm using the free license.

I downloaded the robot code and I tried to build it with maven, but obtain this error

[INFO] Downloading from jidoka: nqiz.appian.community/.../jidoka-robot-parent-7.11.0.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.novayre.jidoka.robot.test:POC_HelloWorld:0.0.1: Could not transfer artifact com.novayre.jidoka.robot:jidoka-robot-parent:pom:7.11.0 from/to jidoka (nqiz.appian.community/.../): Authentication failed for nqiz.appian.community/.../jidoka-robot-parent-7.11.0.pom 401 Unauthorized and 'parent.relativePath' points at wrong local POM @ line 5, column 11

I don't understand where I find the username/password or the mode to create it.

pom.xml

<?xml version="1.0"?>
<project
xsi:schemaLocation="maven.apache.org/.../4.0.0 ">maven.apache.org/.../maven-4.0.0.xsd"
xmlns="">maven.apache.org/.../4.0.0"
xmlns:xsi="">www.w3.org/.../XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.novayre.jidoka.robot</groupId>
<artifactId>jidoka-robot-parent</artifactId>
<version>7.11.0</version>
</parent>
<groupId>com.novayre.jidoka.robot.test</groupId>
<artifactId>POC_HelloWorld</artifactId>
<version>0.0.1</version>
<name>HelloWorld Jidoka Robot</name>
<url>www.novayre.es</url>
<properties>
<jidoka.serverId>jidoka</jidoka.serverId>
</properties>
<profiles>
<profile>
<id>jidoka-repo</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<distributionManagement>
<repository>
<id>jidoka</id>
<name>jidoka</name>
<url>nqiz.appian.community/.../url>
</repository>
</distributionManagement>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>jidoka</id>
<url>nqiz.appian.community/.../url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>jidoka</id>
<url>nqiz.appian.community/.../url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
</project>


Can someone help me?

Thanks for your support.
Alessandro

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data