You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/05/19 03:35:12 UTC

cvs commit: maven-components/maven-project/src/main/resources/META-INF/plexus components.xml

jvanzyl     2004/05/18 18:35:12

  Modified:    maven-project/src/main/resources/META-INF/plexus
                        components.xml
  Log:
  o adding snapshot resolver requirement to artifact resolver, the
    snapshot resolver is null otherwise.
  
  Revision  Changes    Path
  1.13      +3 -2      maven-components/maven-project/src/main/resources/META-INF/plexus/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-project/src/main/resources/META-INF/plexus/components.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- components.xml	17 May 2004 21:11:34 -0000	1.12
  +++ components.xml	19 May 2004 01:35:12 -0000	1.13
  @@ -7,7 +7,6 @@
           <requirement>
             <role>org.apache.maven.project.ModelInheritanceAssembler</role>
           </requirement>
  -                
           <requirement>
             <role>org.apache.maven.artifact.collector.ArtifactCollector</role>
           </requirement>        
  @@ -42,6 +41,9 @@
           <requirement>
             <role>org.apache.maven.artifact.downloader.ArtifactDownloader</role>
           </requirement>
  +        <requirement>
  +          <role>org.apache.maven.artifact.snapshot.SnapshotResolver</role>
  +        </requirement>
         </requirements>
       </component>    
       <component>
  @@ -69,6 +71,5 @@
           </requirement>
         </requirements>
       </component>
  -    
     </components>
   </component-set>
  
  
  

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