how to deploy connector

1
0
-1

Hi,
when i try to develop a connector for bonitasoft , i follow this example " https://documentation.bonitasoft.com/bonita/2022.1/process/connector-arc... "
when i attend the deployment step using the "mvn deploy" i found this error :

####################################################################################################
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.317 s
[INFO] Finished at: 2023-08-10T11:06:26+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project connector-starwars: Failed to deploy artifacts: Could not find artifact com.company.connector:connector-starwars:jar:1.0.0 in github (https://maven.pkg.github.com/ElloumiYassine/starWars-connector-bonita.git) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
###########################################################################################################

can i find some help

No answers yet.
Notifications