Skip to content
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

Vscode-Car-Plugin should fail the build if there are errors #94

Open
tricktron opened this issue Apr 8, 2022 · 0 comments
Open

Vscode-Car-Plugin should fail the build if there are errors #94

tricktron opened this issue Apr 8, 2022 · 0 comments

Comments

@tricktron
Copy link

Description:

Make a simple error, e.g. forget the artifact.xml file, then the maven build should fail.

Affected Product Version:
vscode-car-plugin v.5.2.38

OS, DB, other environment details and versions:
Tested on OSX

Steps to reproduce:
Minimal example:
Create a project with the following structure:

src/main
              registry-resources/
              synapse-config/artifact.xml
pom.xml

Run mvn clean package succeeds with error
echo $? # 0

Expected Behaviour
Run mvn clean package should fail the build, due to the missing artifact.xml in registry-resources.
echo $? # 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant