This repository was archived by the owner on Dec 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Fix run qulice twice #83
Copy link
Copy link
Open
Description
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 16sReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels