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/08/24 15:04:31 UTC

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

aheritier    2004/08/24 06:04:31

  Added:       javadoc/src/plugin-test/test07 .cvsignore maven.xml
                        project.xml
  Log:
  test case for MPJAVADOC-40
  
  Revision  Changes    Path
  1.1                  maven-plugins/javadoc/src/plugin-test/test07/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  target
  
  
  
  1.1                  maven-plugins/javadoc/src/plugin-test/test07/maven.xml
  
  Index: maven.xml
  ===================================================================
  <!-- 
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *      http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
   -->
  <project xmlns:util="jelly:util"
           xmlns:maven="jelly:maven"
           xmlns:j="jelly:core"
           xmlns:assert="assert"
           xmlns:ant="jelly:ant">
           
    <goal name="testPlugin">
      <delete dir="${maven.build.dir}" failonerror="false"/>
      <attainGoal name="javadoc:jar"/>
    </goal>
  
  </project>
  
  
  1.1                  maven-plugins/javadoc/src/plugin-test/test07/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!-- 
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *      http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
   -->
  
  
  <project>
    <pomVersion>3</pomVersion>
    <id>test-maven-javadoc-plugin-07</id>
    <name>MPJAVADOC-40</name>
    <groupId>maven</groupId>
    <currentVersion>1.0</currentVersion>
    <organization>
      <name>Apache Software Foundation</name>
      <url>http://www.apache.org/</url>
      <logo>http://maven.apache.org/images/apache-maven-project.png</logo>
    </organization>
    <inceptionYear>2001</inceptionYear>
    <logo>http://maven.apache.org/images/maven.jpg</logo>
    <description>MPJAVADOC-40</description>
    <shortDescription>MPJAVADOC-40</shortDescription>
    <url>http://maven.apache.org/reference/plugins/javadoc/index.html</url>
    <siteDirectory>/www/maven.apache.org/reference/plugins/javadoc/</siteDirectory>
    <repository>
      <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/javadoc/</connection>
      <url>http://cvs.apache.org/viewcvs/maven-plugins/javadoc/</url>
    </repository>
  </project>
  
  

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