I was referring to
Downloaded:
http://localhost:8081/nexus/content/groups/public/net/kolotyluk/windows/elevate/elevate-common/0.0.21-SNAPSHOT/elevate-common-0.0.21-20140407.175953-1.pom
(10 KB at 237.8 KB/sec)
which I assumed was downloaded.
What you pointed out was that my parent POM was no
> the artifact there. If I delete the artifact from my local repository, Maven
> has no trouble downloading the metadata and pom, but for some reason it
> cannot see the dll artifact.
Are you sure it finds the pom? The error below indicates it does not.
> Downloading:
> http://localhost:8081/nexu
OK, I found a solution. Instead of
net.kolotyluk.windows.elevate
elevate-common
0.0.21-SNAPSHOT
dotnet-library
I need to do
net.kolotyluk.windows.elevate
elevate-common
0.0.21-SNAPSHOT
dotnet-library
system
C:\Users\Eric\.m2\repository\net\kolotyluk\windows\elevate\elevate-common\0.0.21-SNAP
I cannot seem to get Maven to see my dll artifact.
I have read
https://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
I can see it in my local repository, but Maven seems to be ignoring my
local repository, even though there is no
LocalRepositoryNotAccessibleExcept