How can I debug nexus?

2012-07-13 Thread Marc Girod
Hi, I debugged a problem from the client side of maven, using mvnDebug and jdb -attach 8000. Now, I'd like to do the same from the nexus server side. I cloned the nexus.git repo, and checkedout the nexus-2.0.4 tag. I expect I ought to start nexus under jdb using an alternative port... The issue I

Re: Fail to build snapshot

2012-07-11 Thread Marc Girod
Wayne Fay wrote > > If you have problems running tests, then just skip them [1]. > Thanks. Skipping the tests, the build works. Wayne Fay wrote > > As an aside, I pulled down wagon-2.2 from the tag and had no issues > building > it and running tests. > Right. I did that too, with no change w

Fail to build snapshot

2012-07-10 Thread Marc Girod
This is not exactly a question, as I'll move on not wainting for an answer. Rather a log of an unsolved issue. So, I'd be glad if somebody can explain. Writing this down may even help me to find the explanation myself. I decided to build some understanding of maven by debugging it with jdb. This l