javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
------------------------------------------------------------------

         Key: MJAVADOC-40
         URL: http://jira.codehaus.org/browse/MJAVADOC-40
     Project: Maven 2.x Javadoc Plugin
        Type: Bug

    Reporter: Brian Fox


The following configuration will cause jar to fail. This is major because it 
stops release:perform from completing on what otherwise should be a valid config
<build>
    <plugins>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <source>1.4</source>
          <destDir>${project.build.directory}/site/javadoc</destDir>
        </configuration>
      </plugin>
    </plugins>
  </build>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to