Skip to content

Commit

Permalink
Document buildAnyways option
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Jul 10, 2018
1 parent d88b237 commit 5608acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ User properties override system properties overrides plugin configuration, overr
| outputFile | No | ${project.basedir}/changed.properties | Path of the file to write the changed projects output |
| writeChanged | No | TRUE | Whether to write or not the changed projects output |
| ignoreChanged | No | empty | Comma separated pattern of project Id's to ignore from changed project calculation. Ex. com.acme:* ignores changes from all projects with group Id com.acme. These projects are included in the build if they are considered in the default maven build. |
| buildAnyways | No | empty | Comma separated pattern of project Id's to add to build, whether these projects are changed or not. Difference from `ignoreChanged` is that these projects are used to calculate impacted project calculation. |
| buildSnapshotDependencies | No | FALSE | Builds all dependencies that are in SNAPSHOT versions. This is necessary if you are using partial build on a reactor where multiple SNAPSHOT projects depend on each other. |
| ignoreAllReactorProjects | No | FALSE | Ignore reactor projects (pom packaging with modules). Reactor projects are included in the build whether they are changed or not. |
| impacted | No | TRUE | Disables whether the partial build includes also projects impacted by changed projects. |
Expand Down

0 comments on commit 5608acd

Please sign in to comment.