Hi, I'm using maven archetype for creating a new alfresco amp project, accordig to this <a href="http://docs.alfresco.com/community/tasks/alfresco-sdk-tutorials-amp-archetype.html">article</a> When I try to run tests on the project, it fails with errors. I do not change anything in the generated code instead version of alfresco (5.0.b). When I return alfresco.version and alfresco.client.war.version variables inside pom.xml to 5.0.a, all tests pass. Is it possible to run test on 5.0.b env?
Thanks for your reply. In which repository can I find working version of 2.0.0-SNAPSHOT? I'm using 2.0.0-beta-4 version of the parent project. It is working pretty good excluding Integration-Test part. Even I use 5.0.a alfresco version, it can not run tests with message "Could not start JUnit remoteServer".