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/03/19 18:23:05 UTC

cvs commit: maven-components/maven-project/src/test/java/org/apache/maven/project DefaultProjectBuilderTest.xml

jvanzyl     2004/03/19 09:23:05

  Modified:    maven-project/src/test/java/org/apache/maven/project
                        DefaultProjectBuilderTest.xml
  Log:
  o set logging threshold to fatal, we are capturing exceptions intentionally
    for testing.
  
  Revision  Changes    Path
  1.2       +12 -1     maven-components/maven-project/src/test/java/org/apache/maven/project/DefaultProjectBuilderTest.xml
  
  Index: DefaultProjectBuilderTest.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-project/src/test/java/org/apache/maven/project/DefaultProjectBuilderTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultProjectBuilderTest.xml	19 Mar 2004 17:11:04 -0000	1.1
  +++ DefaultProjectBuilderTest.xml	19 Mar 2004 17:23:04 -0000	1.2
  @@ -1 +1,12 @@
  -<configuration/>
  +<plexus>
  +  <components>
  +    <component>
  +      <role>org.codehaus.plexus.logging.LoggerManager</role>
  +      <implementation>org.codehaus.plexus.logging.console.ConsoleLoggerManager</implementation>
  +      <lifecycle-handler>basic</lifecycle-handler>
  +      <configuration>
  +        <threshold>fatal</threshold>
  +      </configuration>
  +    </component>
  +  </components>
  +</plexus>
  \ No newline at end of file
  
  
  

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