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'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
The text was updated successfully, but these errors were encountered:
Thanks for the input.
I added the code to my pom which didn't help and later moved it to the settings file my .m2 directory. Neither made a difference.
However I was able to determine that this project is quite different from the way we are writing our other web services. I'm a bit perplexed as to why the generated sources are jarred and not generated at install time. My basic problem has been that I'm unable to get the maven jaxb2-maven-plug correctly configured to generate the files locally because of the xjb bindings. Do you have any suggestions for accomplishing that?
FYI I'm a senior software engineer at SirsDynix investigaing the feasibility of implementing LCF into our products in the near future.
Linked from bic-org-uk/bic-lcf#287 (comment)
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
The text was updated successfully, but these errors were encountered: