jvanzyl     2004/05/26 08:36:07

  Modified:    maven-core bootstrap.sh
               maven-core/src/test/java/org/apache/maven/lifecycle/phase
                        GoalDecorationPhaseTest.java
  Log:
  o add jelly harness generation to plugin build
  
  Revision  Changes    Path
  1.9       +3 -0      maven-components/maven-core/bootstrap.sh
  
  Index: bootstrap.sh
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/bootstrap.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- bootstrap.sh      20 May 2004 17:09:30 -0000      1.8
  +++ bootstrap.sh      26 May 2004 15:36:07 -0000      1.9
  @@ -68,6 +68,9 @@
       echo "Generating plugin descriptor for ${plugin} ..."
       pluggy --mode=descriptor --source=src/main/java 
--destination=src/main/resources/META-INF/maven
   
  +    echo "Generating Jelly harness for ${plugin} ..."
  +    pluggy --mode=jelly --source=src/main/java 
--destination=src/main/resources/plugin-resources
  +    
       mboot    
     )
   
  
  
  
  1.3       +1 -1      
maven-components/maven-core/src/test/java/org/apache/maven/lifecycle/phase/GoalDecorationPhaseTest.java
  
  Index: GoalDecorationPhaseTest.java
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-core/src/test/java/org/apache/maven/lifecycle/phase/GoalDecorationPhaseTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- GoalDecorationPhaseTest.java      21 May 2004 03:43:28 -0000      1.2
  +++ GoalDecorationPhaseTest.java      26 May 2004 15:36:07 -0000      1.3
  @@ -14,7 +14,7 @@
   /**
    * @author jdcasey
    */
  -public class GoalDecorationPhaseTest
  +public class GoalDecorationPhaseTest 
       extends MavenPlexusComponentTestBase
   {
       public GoalDecorationPhaseTest( String name )
  
  
  

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

Reply via email to