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

Maven Plugin on a Target project #29

Closed
ssk1216 opened this issue May 26, 2020 · 2 comments
Closed

Maven Plugin on a Target project #29

ssk1216 opened this issue May 26, 2020 · 2 comments

Comments

@ssk1216
Copy link

ssk1216 commented May 26, 2020

I created a new Maven project(target project) and edited the POM to include the plugins as listed in the link https://github.com/GZoltar/gzoltar/tree/master/com.gzoltar.maven
The issue is :
The target folder does not contain a site/gzoltar/sfl/txt/

This is what I did

mvn test
target/surfire-reports/AppTest.txt file content is as follows


Test set: AppTest

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.168 s <<< FAILURE! - in AppTest
testexact(AppTest) Time elapsed: 0.008 s <<< FAILURE!
java.lang.AssertionError
at AppTest.testexact(AppTest.java:19)

The test which fails is picked up corrrectly as the reason for the failure is a code related error. So the output of the test execution is correct. But the folder where we get the details related to sfl is not present in the target directory

@jose
Copy link
Member

jose commented May 28, 2020

Hi @ssk1216,

Any chance you can share that project or at least your pom.xml file with me so that I can have a look. Meanwhile, can you please try the following mvn clean test gzoltar:fl-report?

--
Best,
Jose

@jose
Copy link
Member

jose commented Mar 21, 2023

@ssk1216, I'm closing this issues for now, please re-open it if GZoltar doesn't work as expected on your end.

@jose jose closed this as completed Mar 21, 2023
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

2 participants