-
Notifications
You must be signed in to change notification settings - Fork 10
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
Could not find artifact org.terracotta.internal:statistics:jar:1.0.1 in epics (http://epics.sourceforge.net/maven2/) #39
Comments
Can anyone send me the org.terracotta.internal:statistics:jar:1.0.1 by e-mail: wuwei@ipp.ac.cn? |
This morning things seems goimg well. My Jenkins pipeline is no more blocked into the missing org.terracotta.internal:statistics:jar:1.0.1. |
I have tried several times again,there are still the same error. |
Very strange. I have a Jenkins pipeline that clear the local .m2 repository as first step. This morning it run 3 times (automatically after my commits) without any problem. I just run it now on the "community repository" (meaning: getting the code from the community repository, not my forked one) and it was succesful. |
Thank you for your answers.I will continue to try . |
Can you send me the org.terracotta.internal:statistics:jar:1.0.1 by e-mail: wuwei@ipp.ac.cn? |
when I compile the code ,there is an error:how to solve it?
[info] Resolving artifact=[net.sf.ehcache.internal:ehcache-core:2.8.3] transitive=[true] source=[false]
[INFO] Downloading: http://epics.sourceforge.net/maven2/org/terracotta/internal/statistics/1.0.1/statistics-1.0.1.pom
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/terracotta/internal/statistics/1.0.1/statistics-1.0.1.pom
[INFO] Downloading: http://www.terracotta.org/download/reflector/releases/org/terracotta/internal/statistics/1.0.1/statistics-1.0.1.pom
[INFO] Downloading: http://repository.jboss.org/nexus/content/groups/public-jboss/org/terracotta/internal/statistics/1.0.1/statistics-1.0.1.pom
[INFO] Downloading: http://download.java.net/maven/2/org/terracotta/internal/statistics/1.0.1/statistics-1.0.1.pom
[WARNING] The POM for org.terracotta.internal:statistics:jar:1.0.1 is missing, no dependency information available
[INFO] Downloading: http://epics.sourceforge.net/maven2/org/terracotta/internal/statistics/1.0.1/statistics-1.0.1.jar
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/terracotta/internal/statistics/1.0.1/statistics-1.0.1.jar
[INFO] Downloading: http://www.terracotta.org/download/reflector/releases/org/terracotta/internal/statistics/1.0.1/statistics-1.0.1.jar
[INFO] Downloading: http://repository.jboss.org/nexus/content/groups/public-jboss/org/terracotta/internal/statistics/1.0.1/statistics-1.0.1.jar
[INFO] Downloading: http://download.java.net/maven/2/org/terracotta/internal/statistics/1.0.1/statistics-1.0.1.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] maven-osgi-bundles ................................. SUCCESS [ 0.064 s]
[INFO] epics .............................................. SUCCESS [ 0.001 s]
[INFO] epics-plugins ...................................... SUCCESS [ 0.002 s]
[INFO] org.csstudio.platform.libs.epics ................... SUCCESS [ 5.777 s]
[INFO] maven-osgi-repository .............................. FAILURE [ 33.780 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40.395 s
[INFO] Finished at: 2017-02-21T14:22:12+08:00
[INFO] Final Memory: 41M/311M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.reficio:p2-maven-plugin:1.1.1:site (default-cli) on project maven-osgi-repository: Execution default-cli of goal org.reficio:p2-maven-plugin:1.1.1:site failed: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.terracotta.internal:statistics:jar:1.0.1 in epics (http://epics.sourceforge.net/maven2/) -> [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/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :maven-osgi-repository
The text was updated successfully, but these errors were encountered: