vmassol     2004/06/20 13:35:26

  Modified:    abbot/src/plugin-test maven.xml
  Log:
  Fixes MPABBOT-2. Added testPlugin goal with explanation that this plugins requires 
manual testing.
  
  Revision  Changes    Path
  1.2       +5 -1      maven-plugins/abbot/src/plugin-test/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/abbot/src/plugin-test/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml 12 Jun 2004 14:10:25 -0000      1.1
  +++ maven.xml 20 Jun 2004 20:35:26 -0000      1.2
  @@ -2,11 +2,15 @@
   
   <project xmlns:j="jelly:core">
   
  +  <goal name="testPlugin">
  +    <echo>This plugin must be tested manually (with the testPlugin-manual goal) as 
it requires defining a build.properties containing environment-dependent 
configuration.</echo>
  +  </goal>
  +
     <!-- Note: We're not naming this goal testPlugin voluntarily. The 
          reason is that in order for the test to run fine, the user must
          create a build.properties file in sample-webstart. The test also
          runs only on windows for now, WebStart must be installed and some
  -       environment varibale must be set. -->
  +       environment variable must be set. -->
   
     <goal name="testPlugin-manual">
        <j:set var="goal" value="dist"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to