Hi Boris, That's weird, I can see the dependency in the snapshot repository [1] but the build does not fetch that. As an intermediate solution you could clone and build Apache Isis locally [2].
Unfortunately that leads to integration tests failures caused by the refactoring currently taking place in 1.13.-SNAPSHOT. By running mvn clean install -DskipTests you can bypass the tests. Please have a little more patience to allow these disruptions to be solved. Cheers, Jeroen [1] http://repository-estatio.forge.cloudbees.com/snapshot/org/apache/isis/tool/isis-maven-plugin/1.13.0-SNAPSHOT/ [2] https://github.com/apache/isis On 31 May 2016 at 11:40, Boris Toninski <boris.tonin...@orangedot.bg> wrote: > Hi, > > I noticed that there are some fixes in the ToDo app, but the build is > still failing, it gives me: > > [ERROR] Plugin org.apache.isis.tool:isis-maven-plugin:1.13.0-SNAPSHOT or > one of its dependencies could not be resolved: Failed to read artifact > descriptor for org.apache.isis.tool:isis-maven-plugin:jar:1.13.0-SNAPSHOT: > Could not find artifact > org.apache.isis.tool:isis-maven-plugin:pom:1.13.0-SNAPSHOT -> [Help 1] > > > I tried to set the version of this artifact to 1.12.1 but then it gave me > another error: > > [ERROR] Failed to execute goal > org.apache.isis.tool:isis-maven-plugin:1.12.1:xsd (default) on project > todoapp-xsd: Execution default of goal > org.apache.isis.tool:isis-maven-plugin:1.12.1:xsd failed: A required class > was missing while executing > org.apache.isis.tool:isis-maven-plugin:1.12.1:xsd: > org/apache/isis/core/metamodel/services/ServicesInjectorAware > > Thanks, > Boris >