GitHub user ryenus opened a pull request:

    https://github.com/apache/maven-plugins/pull/14

    [MJAVADOC-376] make the javadoc classifier customizable via property 
maven.javadoc.classifier

    This should work just like my other PR #13 for, just there's unrelated test 
failures (might because it relies on certain settings).
    
    ```xml
    <properties>
            <maven.javadoc.classifier>javadoc-jdk6</maven.javadoc.classifier>
    </properties>
    
    <build>
            <plugins>
                    <plugin>
                            <artifactId>maven-javadoc-plugin</artifactId>
                            <version>2.9.2-SNAPSHOT</version> <!-- local 
patched snapshot version -->
                    </plugin>
            </plugins>
    </build>
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ryenus/maven-plugins mjavadoc-376

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-plugins/pull/14.patch

----

----


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

Reply via email to