The first thing what you need to do is to check that your local Maven ENV is working normally. Way:
1. Check you have read-write permission on the DIR C:\Users\Administrator\.m2\repository. 2. Run In a command line: mvn dependency:tree or mvn help:effective-pom 3. If the steps above are ok, please paste your pom.xml here. By the way, like this issue on a local machine, it's better not to build a Nexus ENV, for you will not learn anything behind it. Diego Lord Jesus Christ LOVE us, everyone, forever. -----Original Message----- From: Barrie Treloar [mailto:[email protected]] Sent: Tuesday, 19 June 2012 05:55 To: Maven Users List Subject: Re: How to develop Maven plugin in eclipse with m2e? On Mon, Jun 18, 2012 at 11:15 PM, hujirong <[email protected]> wrote: > in local (C:\Users\Administrator\.m2\repository) Are you logged in as the user "Administrator". I suspect you are not and you need to configure things to point to your local users setup correctly. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
