You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -136,12 +137,87 @@ User properties override system properties overrides plugin configuration, overr
136
137
| 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. |
137
138
138
139
139
-
## Use Cases
140
+
## Getting Started
140
141
142
+
Let's illustrate the working principle of the plugin with a simple use case.
143
+
Here we have a simple multi-module project, versioned in Git :
141
144
145
+
* reactor
146
+
* child1
147
+
* child2
148
+
* grandchild1
149
+
* grandchild2
150
+
* child3
151
+
* child4
152
+
153
+
If we build this project on reactor root we would see the following.
0 commit comments