2016-04-08 10 views
1

Ich verwende einige Testfälle, die info.magnolia.test.RepositoryTestCase erweitern und nur mit Maven 2 und der neuesten Version 5.4.5 Tests fehlschlagen:Maven 2 & 5.4.5: info.magnolia.test.RepositoryTestCase funktioniert nicht mehr

java.lang.IllegalStateException: Resource not found: target/repositories.xml 
at info.magnolia.test.RepositoryTestCase.getRepositoryConfigFileStream(RepositoryTestCase.java:167) 
at info.magnolia.test.RepositoryTestCase.extractConfigFilesForTests(RepositoryTestCase.java:150) 
at info.magnolia.test.RepositoryTestCase.startRepository(RepositoryTestCase.java:136) 
at info.magnolia.test.RepositoryTestCase.setUp(RepositoryTestCase.java:99) 
.... 

Alles ist in Ordnung, entweder mit Maven 3 oder Magnolia 5.4.4

Sie haben keine Ahnung, wie dieses Problem zu lösen?

Maven Info:

Apache Maven 2.2.1 (rdebian-14) 
Java version: 1.8.0_74 
Java home: /usr/lib/jvm/java-8-oracle/jre 
Default locale: en_US, platform encoding: UTF-8 
OS name: "linux" version: "3.13.0-55-generic" arch: "amd64" Family: "unix" 

Antwort