File tree 3 files changed +5
-15
lines changed
3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,3 @@ target/
19
19
* .iws
20
20
/out
21
21
dependency-reduced-pom.xml
22
- .flattened-pom.xml
Original file line number Diff line number Diff line change 157
157
<goal >flatten</goal >
158
158
</goals >
159
159
</execution >
160
- <execution >
161
- <id >clean-flattened-revision</id >
162
- <phase >clean</phase >
163
- <goals >
164
- <goal >clean</goal >
165
- </goals >
166
- </execution >
167
160
</executions >
168
161
</plugin >
169
162
Original file line number Diff line number Diff line change 90
90
<groupId >org.codehaus.mojo</groupId >
91
91
<artifactId >flatten-maven-plugin</artifactId >
92
92
<version >${flatten-maven-plugin.version} </version >
93
+ <configuration >
94
+ <!-- Setting `outputDirectory` to `project.build.directory`, which is cleaned by `default-clean` execution of `clean:clean`.
95
+ This makes `flatten:clean` redundant. -->
96
+ <outputDirectory >${project.build.directory} </outputDirectory >
97
+ </configuration >
93
98
</plugin >
94
99
</plugins >
95
100
</pluginManagement >
126
131
</pomElements >
127
132
</configuration >
128
133
</execution >
129
- <execution >
130
- <id >clean-flattened-bom</id >
131
- <phase >clean</phase >
132
- <goals >
133
- <goal >clean</goal >
134
- </goals >
135
- </execution >
136
134
</executions >
137
135
</plugin >
138
136
You can’t perform that action at this time.
0 commit comments