You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by br...@apache.org on 2005/03/07 21:56:23 UTC

cvs commit: maven-components/maven-reporting-api .cvsignore pom.xml

brett       2005/03/07 12:56:23

  Modified:    maven-reporting-api pom.xml
  Added:       maven-reporting-api .cvsignore
  Log:
  refactor source roots to be lists
  
  Revision  Changes    Path
  1.5       +5 -6      maven-components/maven-reporting-api/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-reporting-api/pom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pom.xml	1 Mar 2005 04:35:54 -0000	1.4
  +++ pom.xml	7 Mar 2005 20:56:23 -0000	1.5
  @@ -30,10 +30,9 @@
         <version>3.8.1</version>
       </dependency>
     </dependencies>
  -  <preGoals>
  -    <preGoal>
  -      <name>compiler:compile</name>
  -      <attain>plexus:descriptor</attain>
  -    </preGoal>
  -  </preGoals>
  +  <plugins>
  +    <plugin>
  +      <id>plexus</id>
  +    </plugin>
  +  </plugins>
   </project>
  
  
  
  1.1                  maven-components/maven-reporting-api/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  maven-reporting-api.iml