You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create Java application(not Android), which will use incubed, but I have issues with loading it via maven(actually with building it locally as well, but it is whole other story).
[ERROR] Failed to execute goal on project IncubedClient: Could not resolve dependencies for project org.example:IncubedClient:jar:1.0-SNAPSHOT: Failure to find it.slock:in3:jar:2.21 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
Another way of doing this is hosting your own instance of Nexus, upload the artifact manually and referencing it on your pom.xml. For more information on Nexus, please check the following: https://www.sonatype.com/nexus-repository-oss.
Except for those, you could always add the dependency manually to classpath (this is different from command line to IDE environment) but you may have to use a plugin to copy the jar to the final output folder depending on what you are trying to develop/archetype.
Steps to reproduce
I am trying to create Java application(not Android), which will use incubed, but I have issues with loading it via maven(actually with building it locally as well, but it is whole other story).
I've followed the steps, written in the manual:
https://in3.readthedocs.io/en/develop/getting_started.html#java
and added the dependency to the pom.xml file, but it failed to work.
To check if such dependency exists I've opened to the https://repo.maven.apache.org/maven2/, but there is no such thing as it.slock.
Expected behavior
Incubed is loaded with help of maven.
Actual behavior
Here is result of mvn install:
System configuration
LinuxMint 19.3 (tricia). Kernel 5.3.0-62.
Java: 11, Maven: 3.6.0
Incubed version
none
Request
none
Incubed Configuration
none
Chain
none
The text was updated successfully, but these errors were encountered: