aem-project-archetype icon indicating copy to clipboard operation
aem-project-archetype copied to clipboard

mvn clean test not working due to ui.frontend and ui.apps.structure module

Open kishore94kumar opened this issue 11 months ago • 1 comments

Expected Behaviour

mvn clean test should run successfully

Actual Behaviour

Failed to execute goal on project project-aem.ui.apps: Could not resolve dependencies for project com.project.cms:project-aem.ui.apps:content-package:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.project.cms:project-aem.ui.frontend:zip:0.0.1-SNAPSHOT, com.project.cms:project-aem.ui.apps.structure:zip:0.0.1-SNAPSHOT: Could not find artifact com.project.cms:project-aem.ui.frontend:zip:0.0.1-SNAPSHOT

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Generate a project using new maven archetype and then run mvn clean test

Platform and Version

AEM 6.5.15 JDK 1.8

Sample Code that illustrates the problem

Logs taken while reproducing problem

kishore94kumar avatar Aug 01 '23 08:08 kishore94kumar