Description
The CMS and Site modules use a import scope as part of the defined dependencies. This is not allowed as the import scope. Import scope is only defined for the dependencyManagement section. Latest Maven versions validate this
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.onehippo.gogreen:hippogogreen-enterprise-cms:war:3.09.03-SNAPSHOT
[WARNING] 'dependencies.dependency.scope' for com.onehippo.gogreen:hippogogreen-cms:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 30, column 14
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.onehippo.gogreen:hippogogreen-enterprise-site:war:3.09.03-SNAPSHOT
[WARNING] 'dependencies.dependency.scope' for com.onehippo.gogreen:hippogogreen-site:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 49, column 14
Attachments
Issue Links
- causes
-
HGGE-237 [mergeto-targeting-datatrack-2.26.xx] - Incorrect import tags in cms Maven module
- Closed