-
Bug
-
Resolution: Done
-
Major
-
3.0.1.Final
-
None
Building modeshape gives warnings on using integration-scope in scopes e.g.:
[WARNING] Some problems were encountered while building the effective model for org.modeshape:modeshape-web-jcr-rest-war:war:3.1-SNAPSHOT [WARNING] 'dependencies.dependency.scope' for org.modeshape:modeshape-jcr:jar must be one of [provided, compile, runtime, test, system] but is 'integration-test'. @ line 36, column 20 [WARNING]
While integration-test is a valid phase its not a valid scope and should probably be changed to test.