You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project only has one profile to deploy all the project and embed dependencies,
this is the command mvn clean install -Pdeploy-aem-package, but there is no other profile to deploy only the project bundle
Expected behavior
If you want to deploy only the Java code you should deploy only the project bundle
Possible solution
Create a new profile to deploy the Java code only
The text was updated successfully, but these errors were encountered:
Current behavior
The project only has one profile to deploy all the project and embed dependencies,
this is the command
mvn clean install -Pdeploy-aem-package
, but there is no other profile to deploy only the project bundleExpected behavior
If you want to deploy only the Java code you should deploy only the project bundle
Possible solution
Create a new profile to deploy the Java code only
The text was updated successfully, but these errors were encountered: