On Thu, Apr 5, 2012 at 9:51 AM, NunoM <nunowas...@hotmail.com> wrote: > Hello everyone, > > I'm a new user to Apache Maven and Apache Shiro. > > I'm doing a tutorial, but before starting it, I need to add > https://repository.apache.org/content/groups/snapshots-group/ to my > settings.xml. (I need shiro core 1.2.0 snapshot.jar) > > Can anyone tell me how to that correctly? > > I've never used maven before, and even with the documentation, I feel lost. > > Thanks in advance, > Nuno.
I'd recommend spending 30 minutes or so skim reading the freely available books http://maven.apache.org/articles.html You'll want to spend more time in there later but that will give you an appreciation of what Maven is doing. You especially want to avoid fighting with Maven, you will lose. Anything we tell you here is just going to be a quick fix and is not going to improve your understanding. Alternatively, http://maven.apache.org/settings.html has the details on how to add a repository, you can plug in your url from the examples. But I urge you not to take this shortcut. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org