mvn clean test not working due to ui.frontend and ui.apps.structure module
kishore94kumar opened this issue · 1 comments
kishore94kumar commented
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
mitchross commented
I see this same issue.
Run the weekend project mvn example
run mvn clean
then mvn test
you will see this issue