You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2011/03/13 00:54:15 UTC

[Commons Wiki] Update of "UsingNexus" by KonstantinKolinko

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The "UsingNexus" page has been changed by KonstantinKolinko.
The comment on this change is: Revert r21, add a comment.
http://wiki.apache.org/commons/UsingNexus?action=diff&rev1=22&rev2=23

--------------------------------------------------

  
  For example, on Windows (requires perl):
  
+ '''Note:''' The snippet below assumes that you are running it as a bat file. If you are just typing these commands at the command prompt, replace "%%i" with "%i". For reference, see the help displayed by "help for" or the following Microsoft's [[http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/for.mspx|online documentation]].
+ 
  {{{
  cd <component>-m.n.o-RC1
- FOR /F "usebackq delims==" %i IN (`dir pom.xml/s/b`) DO ^
+ FOR /F "usebackq delims==" %%i IN (`dir pom.xml/s/b`) DO ^
-     perl -pi.bak -e "s!-SNAPSHOT</version!</version!" %i
+     perl -pi.bak -e "s!-SNAPSHOT</version!</version!" %%i
- del pom.xml.bak/S
+ del /S pom.xml.bak
  }}}
  Or using Maven:
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org