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 using mop-1.0-m1 and I think it is wonderful. I am just having a little problems and tough it could be useful to keep track of them.
I have a private nexus repository with authentication and having the following problem.
Reason: java.lang.Exception: The following artifacts could not be downloaded: [some artifact]
java.lang.Exception: The following artifacts could not be downloaded: [some artifact]
at org.fusesource.mop.MOPRepository.resolveArtifacts(MOPRepository.java:445)
at org.fusesource.mop.MOPRepository.resolveArtifacts(MOPRepository.java:371)
at org.fusesource.mop.MOPRepository.resolveFiles(MOPRepository.java:340)
at org.fusesource.mop.MOPRepository.resolveFiles(MOPRepository.java:332)
at org.fusesource.mop.MOP.resolveFiles(MOP.java:666)
at org.fusesource.mop.MOP.access$000(MOP.java:71)
at org.fusesource.mop.MOP$1.createFiles(MOP.java:475)
at org.fusesource.mop.Artifacts.getFiles(Artifacts.java:37)
at org.fusesource.mop.commands.RepoConfig.get(RepoConfig.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.fusesource.mop.support.MethodCommandDefinition.executeCommand(MethodCommandDefinition.java:127)
at org.fusesource.mop.MOP.tryDiscoverCommand(MOP.java:461)
at org.fusesource.mop.MOP.executeCommand(MOP.java:298)
at org.fusesource.mop.MOP.execute(MOP.java:244)
at org.fusesource.mop.MOP.executeAndWait(MOP.java:187)
at org.fusesource.mop.MOP.main(MOP.java:176)
I will try to verify code in roder to figure out why this is happening.
Edu.
The text was updated successfully, but these errors were encountered:
Hello,
I am using mop-1.0-m1 and I think it is wonderful. I am just having a little problems and tough it could be useful to keep track of them.
I have a private nexus repository with authentication and having the following problem.
I will try to verify code in roder to figure out why this is happening.
Edu.
The text was updated successfully, but these errors were encountered: