• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Failure to find com.simontuffs:one-jar:jar:0.96

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Failed to execute goal on project pinnacle-impl: Could not resolve dependencies for project com.pinnacle.impl:pinnacle-impl:jar:1.0: Failure to find com.simontuffsne-jar:jar:0.96 in https://repository.jboss.org/nexus/c.../groups/public was cached in the local repository, resolution will not be reattempted until the update interval of repository.jboss.org has elapsed or updates are forced -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/d...utionException

After correcting the problems, you can resume the build with the command
mvn <goals> -rf :pinnacle-impl

can anybody tell me why i am getting this error.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
com.simontuffsne-jar isn't hosted in that repo. You'll have to find out which repo hosts that artifact.
 
reply
    Bookmark Topic Watch Topic
  • New Topic