You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2004/07/09 20:38:05 UTC

cvs commit: maven-plugins/javadoc/src/plugin-test project.xml

aheritier    2004/07/09 11:38:05

  Modified:    javadoc/src/plugin-test project.xml
  Log:
  Test javadoc plugin with sourceModifications in the project
  
  Revision  Changes    Path
  1.5       +8 -0      maven-plugins/javadoc/src/plugin-test/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/javadoc/src/plugin-test/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	7 Jul 2004 21:21:45 -0000	1.4
  +++ project.xml	9 Jul 2004 18:38:05 -0000	1.5
  @@ -54,5 +54,13 @@
   
     <build>
       <sourceDirectory>src/main</sourceDirectory>
  +    <sourceModifications>
  +      <sourceModification>
  +        <className>org.apache.maven.Dummy</className>
  +        <excludes>
  +          <exclude>**/Dummy4.*</exclude>
  +        </excludes>
  +      </sourceModification>
  +    </sourceModifications>
     </build>
   </project>
  
  
  

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