|
42 | 42 |
|
43 | 43 | <build> |
44 | 44 | <plugins> |
45 | | - <plugin> |
46 | | - <artifactId>maven-jar-plugin</artifactId> |
47 | | - <version>${maven-jar-plugin.version}</version> |
48 | | - </plugin> |
| 45 | + <plugin> |
| 46 | + <artifactId>maven-jar-plugin</artifactId> |
| 47 | + <version>${maven-jar-plugin.version}</version> |
| 48 | + </plugin> |
49 | 49 | <plugin> |
50 | 50 | <groupId>org.apache.maven.plugins</groupId> |
51 | 51 | <artifactId>maven-failsafe-plugin</artifactId> |
|
88 | 88 | <plugin> |
89 | 89 | <groupId>org.codehaus.mojo</groupId> |
90 | 90 | <artifactId>exec-maven-plugin</artifactId> |
91 | | - <configuration><skip>${skipExec}</skip></configuration> |
| 91 | + <configuration> |
| 92 | + <skip>${skipExec}</skip> |
| 93 | + </configuration> |
92 | 94 | <executions> |
93 | 95 | <execution> |
94 | 96 | <id>app</id> |
|
153 | 155 | <phase>process-test-resources</phase> |
154 | 156 | <configuration> |
155 | 157 | <workingDirectory>${basedir}/../simple</workingDirectory> |
156 | | - <executable>${basedir}/../simple/${gradle.exec}</executable> |
| 158 | + <executable>${basedir}/../simple/${gradle.exec}</executable> |
157 | 159 | <arguments> |
158 | 160 | <argument>build</argument> |
159 | 161 | <argument>thinResolve</argument> |
|
168 | 170 | <phase>process-test-resources</phase> |
169 | 171 | <configuration> |
170 | 172 | <workingDirectory>${basedir}/../multi</workingDirectory> |
171 | | - <executable>${basedir}/../multi/${gradle.exec}</executable> |
| 173 | + <executable>${basedir}/../multi/${gradle.exec}</executable> |
172 | 174 | <arguments> |
173 | 175 | <argument>build</argument> |
174 | 176 | <argument>:application:thinResolve</argument> |
|
183 | 185 | </plugins> |
184 | 186 | <pluginManagement> |
185 | 187 | <plugins> |
186 | | - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
| 188 | + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> |
187 | 189 | <plugin> |
188 | 190 | <groupId>org.eclipse.m2e</groupId> |
189 | 191 | <artifactId>lifecycle-mapping</artifactId> |
|
193 | 195 | <pluginExecutions> |
194 | 196 | <pluginExecution> |
195 | 197 | <pluginExecutionFilter> |
196 | | - <groupId> |
197 | | - org.codehaus.mojo |
198 | | - </groupId> |
199 | | - <artifactId> |
200 | | - exec-maven-plugin |
201 | | - </artifactId> |
202 | | - <versionRange> |
203 | | - [1.5.0,) |
204 | | - </versionRange> |
| 198 | + <groupId>org.codehaus.mojo</groupId> |
| 199 | + <artifactId>exec-maven-plugin</artifactId> |
| 200 | + <versionRange>[1.5.0,)</versionRange> |
205 | 201 | <goals> |
206 | 202 | <goal>exec</goal> |
207 | 203 | </goals> |
|
0 commit comments