Re: Maven cannot see my DLL artifact

2014-04-07 Thread Eric Kolotyluk
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

Re: Maven cannot see my DLL artifact

2014-04-07 Thread Wayne Fay
> 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

Re: Maven cannot see my DLL artifact

2014-04-07 Thread Eric Kolotyluk
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

Maven cannot see my DLL artifact

2014-04-07 Thread Eric Kolotyluk
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