Hi Michael, > maven remote repository I added to the list of remote repositories: > https://maven-repository.dev.java.net/nonav/repository > > Did you check out the files in the root directory (I mean in trunk)?.
Yep. > I added the following line to trunk/project.properties: > maven.repo.remote = > http://www.ibiblio.org/maven,https://maven-repository.dev.java.net/nonav/re >pository This allows all the subprojects to find the transaction-api jar in > the above remote repository. Well yes, but only if the user doesn't have their own "build.properties" in their home directory (which I do ... since I want to have my own list of repos for what projects I'm working on). Now I know what the repo is I can add it to my list :-) Thanks! -- Andy
