Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "quick" mode #4

Open
gunnarmorling opened this issue Nov 28, 2021 · 1 comment
Open

Add "quick" mode #4

gunnarmorling opened this issue Nov 28, 2021 · 1 comment

Comments

@gunnarmorling
Copy link
Member

Should skip all the QE related plug-ins like formatting check, etc. See here.

@aalmiray
Copy link
Collaborator

We have a nochecks profile already setup

moditect-org-parent/pom.xml

Lines 563 to 571 in dcc7c49

<profile>
<id>nochecks</id>
<properties>
<formatter.skip>true</formatter.skip>
<impsort.skip>true</impsort.skip>
<license.skip>true</license.skip>
<skipTests>true</skipTests>
</properties>
</profile>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants