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 has been archived by the owner on Dec 27, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :The text was updated successfully, but these errors were encountered: