1

I'm trying to make a Stash (Bitbucket Server) hook following this tutorial.

I installed the Atlassian SDK and ran both atlas-create-stash-plugin and atlas-create-stash-plugin-module.

However, Maven is unable to find any dependencies, despite them being in my local repository. I mean, look at this screenshot:

enter image description here

As you can see, the dependencies have successfully been installed to my local Maven repo, but IntelliJ (and Maven when I try to compile the plugin) are unable to locate the dependencies. Why?

Kenny Worden
  • 4,335
  • 11
  • 35
  • 62

2 Answers2

0

It can be cache issue. So please try to do following in Intellij Idea:

File -> Invalidate Caches / Restart.

Also, you can try to reimport your project: enter image description here

Yaroslav Boichuk
  • 1,763
  • 20
  • 31
0

Try point to the repository and maven of Atlassian SDK installation:

enter image description here

Renzo Robles
  • 684
  • 6
  • 10