brett       2005/03/22 05:52:24

  Modified:    maven-mboot2/src/main/java MBoot.java
  Removed:     maven-plugins/maven-pom-plugin .cvsignore pom.xml
               
maven-plugins/maven-pom-plugin/src/main/java/org/apache/maven/plugin/pom
                        PomDeployMojo.java PomInstallMojo.java
  Log:
  remove pom plugin
  
  Revision  Changes    Path
  1.74      +2 -2      maven-components/maven-mboot2/src/main/java/MBoot.java
  
  Index: MBoot.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-mboot2/src/main/java/MBoot.java,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- MBoot.java        21 Mar 2005 05:26:32 -0000      1.73
  +++ MBoot.java        22 Mar 2005 13:52:24 -0000      1.74
  @@ -83,8 +83,8 @@
                                            
"maven-plugins/maven-compiler-plugin", "maven-plugins/maven-deploy-plugin",
                                            "maven-plugins/maven-ejb-plugin", 
"maven-plugins/maven-install-plugin",
                                            "maven-plugins/maven-jar-plugin", 
"maven-plugins/maven-plugin-plugin",
  -                                         "maven-plugins/maven-pom-plugin", 
"maven-plugins/maven-resources-plugin",
  -                                         
"maven-plugins/maven-surefire-plugin", "maven-plugins/maven-war-plugin"};
  +                                         
"maven-plugins/maven-resources-plugin", "maven-plugins/maven-surefire-plugin",
  +                                         "maven-plugins/maven-war-plugin"};
   
       private static final Map MODELLO_TARGET_VERSIONS;
   
  
  
  

Reply via email to