-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui-selenium-webdriver: The packaging plugin for this project did not assign a main file to the project but it has attachments. Change packaging to 'pom' #89
Comments
@kwin , thanks, I can replicate that locally. I will have a check when I have time to adjust it |
For me the packaging with
|
@kwin: this is needed to build the actual UI test image within the Cloud Service Pipeline. Details are in the UI testing documentation: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/test-results/functional-testing/ui-testing.html?lang=en#generate-docker-build-context |
I would strongly suggest then to put something which is only necessary for Cloud Manager in a dedicated profile only activated on Cloud Manager then. Otherwise every local build takes longer than necessary (due to building this unused archive). |
Addressed in #92 I went the "easy" way and used |
When executing the first step from https://github.com/adobe/aem-test-samples/blob/aem-cloud/ui-selenium-webdriver/README.md#all-in-one with Maven 3.9.6 you run into the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:3.1.1:install (default-install) on project com.adobe.cq.cloud.testing.ui.java.ui.tests: The packaging plugin for this project did not assign a main file to the project but it has attachments. Change packaging to 'pom'. -> [Help 1]
This is a new error in introduced with
maven-install-plugin 3.0
(https://issues.apache.org/jira/browse/MINSTALL-118). The fix is to convert thepackaging
topom
.In addition it is probably never useful to deploy anything for this project to a Maven repository therefore it would be useful to disable it with
The text was updated successfully, but these errors were encountered: