Skip to content

Quick build profile #63

@jonathanaustin

Description

@jonathanaustin

To have the option for a quick build of the project, add a profile with all QA and tests turned off.

<profiles>
  <!-- Quick build profile with testing and QA turned off -->
  <profile>
    <id>quick-build</id>
      <properties>
        <skipTests>true</skipTests>
        <bt.qa.skip>true</bt.qa.skip>
        <dependency-check.skip>true</dependency-check.skip>
        <enforcer.skip>true</enforcer.skip>
      </properties>
    </profile>
</profiles>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions