adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
538 stars 412 forks source link

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

Open kishore94kumar opened 11 months ago

kishore94kumar commented 11 months ago

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 10 months ago

I see this same issue.

Run the weekend project mvn example

run mvn clean

then mvn test

you will see this issue