Skip to content

Commit

Permalink
[KYUUBI #4101] Skip maven enforcer plugin execution in profile fast
Browse files Browse the repository at this point in the history
### _Why are the changes needed?_

- set `enforcer.skip` to true in the profile `fast`, (https://maven.apache.org/enforcer/maven-enforcer-plugin/enforce-mojo.html#skip)

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4101 from bowenliang123/maven-skip-enforcer.

Closes #4101

2194734 [liangbowen] set `enforcer.skip` to true in profile `fast`

Authored-by: liangbowen <liangbowen@gf.com.cn>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
bowenliang123 authored and pan3793 committed Jan 6, 2023
1 parent e90b4f8 commit 15742ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2321,6 +2321,7 @@
<profile>
<id>fast</id>
<properties>
<enforcer.skip>true</enforcer.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.scaladoc.skip>true</maven.scaladoc.skip>
<maven.scalastyle.skip>true</maven.scalastyle.skip>
Expand Down

0 comments on commit 15742ad

Please sign in to comment.