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
{{ message }}
This repository was archived by the owner on Jun 26, 2021. It is now read-only.
When running mvn unleash:perform on a system with only the default settings.xml in /usr/share/maven/confand no settings.xml in ~/.m2 I get the following error:
[ERROR] Error executing Maven. [ERROR] The specified user settings file does not exist: /pathto/userhome/.m2/settings.xml [ERROR] An exception was caught while processing the workflow step with id 'buildReleaseArtifacts'. org.apache.maven.plugin.MojoFailureException: Error during project build: 1 at com.itemis.maven.plugins.unleash.steps.actions.BuildProject.execute(BuildProject.java:81) at com.itemis.maven.plugins.cdi.internal.util.workflow.WorkflowExecutor.executeSequentialWorkflowStep(WorkflowExecutor.java:157) at com.itemis.maven.plugins.cdi.internal.util.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:119)
I was expecting unleash to fallback to using the default settings.xml
When running
mvn unleash:performon a system with only the default settings.xml in/usr/share/maven/confand no settings.xml in ~/.m2 I get the following error:[ERROR] Error executing Maven. [ERROR] The specified user settings file does not exist: /pathto/userhome/.m2/settings.xml [ERROR] An exception was caught while processing the workflow step with id 'buildReleaseArtifacts'. org.apache.maven.plugin.MojoFailureException: Error during project build: 1 at com.itemis.maven.plugins.unleash.steps.actions.BuildProject.execute(BuildProject.java:81) at com.itemis.maven.plugins.cdi.internal.util.workflow.WorkflowExecutor.executeSequentialWorkflowStep(WorkflowExecutor.java:157) at com.itemis.maven.plugins.cdi.internal.util.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:119)I was expecting unleash to fallback to using the default settings.xml