File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <parent >
2020 <groupId >org.apache.commons</groupId >
2121 <artifactId >commons-parent</artifactId >
22- <version >28-SNAPSHOT </version >
22+ <version >28</version >
2323 </parent >
2424 <modelVersion >4.0.0</modelVersion >
2525 <groupId >commons-cli</groupId >
275275 </site >
276276 </distributionManagement >
277277 </profile >
278- <!-- profile>
278+ <profile >
279279 <id >setup-checkout</id >
280280 <activation >
281281 <file >
298298 <configuration >
299299 <tasks >
300300 <exec executable =" svn" >
301- <arg line="checkout - -depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
301+ <arg line =" checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
302302 </exec >
303303
304304 <exec executable =" svn" >
305- <arg line="update - -set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
305+ <arg line =" update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
306306 </exec >
307307
308308 <pathconvert pathsep =" " property =" dirs" >
309309 <dirset dir =" ${commons.scmPubCheckoutDirectory}" includes =" *" />
310310 </pathconvert >
311311 <exec executable =" svn" >
312- <arg line="update - -set-depth infinity ${dirs}" />
312+ <arg line =" update --set-depth infinity ${dirs}" />
313313 </exec >
314314 </tasks >
315315 </configuration >
318318 </plugin >
319319 </plugins >
320320 </build >
321- </profile-- >
321+ </profile >
322322 </profiles >
323323
324324</project >
You can’t perform that action at this time.
0 commit comments