Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Fix run qulice twice #83

Open
baudoliver7 opened this issue Dec 6, 2021 · 0 comments
Open

Fix run qulice twice #83

baudoliver7 opened this issue Dec 6, 2021 · 0 comments

Comments

@baudoliver7
Copy link
Member

When we execute mvn clean install -Pqulice on a child project, it runs Qulice twice (one by default and another one by qulice profile) as we show in the log below :

[INFO] --- qulice-maven-plugin:0.18.19:check (default) @ asto ---
déc. 06, 2021 10:21:54 AM net.sourceforge.pmd.lang.ast.xpath.Attribute getValue
AVERTISSEMENT: Use of deprecated attribute 'FieldDeclaration/@VariableName' in XPath query
[INFO] Starting FindBugs validator
[INFO] Finishing FindBugs validator
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] This is not an SVN project
[INFO] No dependency analysis in this project
[INFO] Qulice quality check completed in 24s
[INFO] 
[INFO] --- qulice-maven-plugin:0.18.19:check (jcabi-qulice-check) @ asto ---
[INFO] Starting FindBugs validator
[INFO] Finishing FindBugs validator
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] This is not an SVN project
[INFO] No dependency analysis in this project
[INFO] Qulice quality check completed in 16s
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant