Michael Duffy wrote: > I got the latest Qi4J code out of SVN yesterday. I was very happy to > see an IntelliJ project. I'm running version 7.0.4, so I double clicked > on the project file to open it up. However, IntelliJ complained, asking > me to configure a path variable named M2_REPO. When I open the .ipr > file, it's the last entry before the closing tag: > > <UsedPathMacros> > <macro name="M2_REPO" /> > </UsedPathMacros> > > Can you advise me on what to do with this? What value should M2_REPO > have? Thank you. - %
You set it to the local Maven repository on your own hard drive. Usually it's located under <home directory>/.m2. /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

