Fix nightly build (hopefully) by providing distributionManagement for archetype
This commit is contained in:
@@ -38,7 +38,7 @@ public class ExampleJobConfigurationTests extends AbstractDependencyInjectionSpr
|
||||
* @see org.springframework.test.AbstractSingleSpringContextTests#getConfigLocations()
|
||||
*/
|
||||
protected String[] getConfigLocations() {
|
||||
return new String[] {"example/simpleJob.xml"};
|
||||
return new String[] {"/META-INF/spring/module-context.xml"};
|
||||
}
|
||||
|
||||
public void testSimpleProperties() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user