Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to download lcf-schema:jar:1.2.0 from nexus. #287

Closed
JglNut opened this issue Oct 19, 2021 · 3 comments
Closed

Failing to download lcf-schema:jar:1.2.0 from nexus. #287

JglNut opened this issue Oct 19, 2021 · 3 comments

Comments

@JglNut
Copy link

JglNut commented Oct 19, 2021

I'm trying to build the lcfserver (https://github.com/ceridwen-com/lcfserver) per the instructions.
I'm getting the following error:
[ERROR] Failed to execute goal on project lcfserver-model: Could not resolve dependencies for project com.ceridwen.lcf:lcfserver-model:jar:lcf_1.2.0_server_2.1: Could not find artifact org.bic.ns.lcf:lcf-schema:jar:1.2.0 in nexus (http://nexus/repository/public) -> [Help 1]
[
I'm using JAVA 11 as the compiler source and target. That's the only change I made to the project so far.
I'm using maven 3.8.1.

Thanks in advance

@mdovey
Copy link
Collaborator

mdovey commented Oct 21, 2021

I'll check that - however as a workaround try adding the following to the maven file to pull the required jar from my repository:

  <repositories>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <name>libs-release</name>
      <url>https://artifactory.ceridwen.com/artifactory/libs-release</url>
    </repository>
    <repository>
      <snapshots />
      <id>snapshots</id>
      <name>libs-snapshot</name>
      <url>https://artifactory.ceridwen.com/artifactory/libs-snapshot</url>
    </repository>
  </repositories>

@JglNut
Copy link
Author

JglNut commented Oct 28, 2021 via email

@mdovey
Copy link
Collaborator

mdovey commented Feb 22, 2023

Transfered issue to ceridwen-com/lcfserver#6 (comment)

@mdovey mdovey closed this as completed Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants