> So please, once you sort this out, post back with the root cause and > your solution, for the benefit of others on the ml...
Hmmm going back and looking at a few of those emails, I think the problem is that people are putting the distributionManagement node in the wrong spot in their pom file. It does not go inside <build/> or anywhere else, but rather should simply be directly inside <project/>. What is the xpath to this node in your pom file? It should be simply /project/distributionManagement. Anything else will cause problems. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org