You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jd...@apache.org on 2005/04/19 01:15:25 UTC

cvs commit: maven-components/maven-core/src/site/apt offline-mode.apt

jdcasey     2005/04/18 16:15:25

  Modified:    maven-core/src/site/apt offline-mode.apt
  Log:
  posting an update that represents changes in the design for offline mode, back to being more similar to m1's concept of it.
  
  Revision  Changes    Path
  1.5       +15 -0     maven-components/maven-core/src/site/apt/offline-mode.apt
  
  Index: offline-mode.apt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/src/site/apt/offline-mode.apt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- offline-mode.apt	18 Apr 2005 21:50:55 -0000	1.4
  +++ offline-mode.apt	18 Apr 2005 23:15:25 -0000	1.5
  @@ -8,6 +8,21 @@
     
   Offline Mode Design
   
  +* UPDATE: 18-April-2005
  +
  +  We cannot take the approach outlined below of detecting which remote 
  +  repositories are "really" offline, since offline mode is more of a behavior, 
  +  and this will lead to counter-intuitive results. A different feature may exist
  +  unimplemented, which is to detect when the network is down and provide better
  +  feedback for that case. However, when offline mode is declared, nothing 
  +  earmarked as remote should be accessed, regardless of whether it is actually
  +  a physically local resource.
  +  
  +  NOTE: One side-effect of this design change is that all offline-mode code can
  +  be isolated to maven-core, maven-plugin-descriptor, and [possibly] 
  +  maven-artifact. Usage of maven-wagon will be determined by an offline-aware
  +  manager.
  +
   * Assumptions: What is Offline?
   
     For the purposes of determining the areas sensitive to offline status,
  
  
  

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