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

Fix run qulice twice #83

Description

@baudoliver7

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions