This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MJAVADOC-625
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit d6da3138b7780aa93d561b193f33ec814ef2e6ff
Author: Martin Schelldorfer <[email protected]>
AuthorDate: Mon Oct 21 10:03:23 2019 +0200

    Support for multiple stylesheets
    
    (cherry picked from commit e669a49f0c6ea6d3fc966037a6a0bd6f6c82fc57)
---
 src/it/projects/MJAVADOC-625/pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/it/projects/MJAVADOC-625/pom.xml 
b/src/it/projects/MJAVADOC-625/pom.xml
index ecf3b83..4216ad1 100644
--- a/src/it/projects/MJAVADOC-625/pom.xml
+++ b/src/it/projects/MJAVADOC-625/pom.xml
@@ -29,11 +29,9 @@
                                <version>3.8.0</version>
                        </plugin>
                        <plugin>
-                               <!-- 
<groupId>org.apache.maven.plugins</groupId> 
<artifactId>maven-javadoc-plugin</artifactId> 
-                                       <version>@project.version@</version> -->
-                               <groupId>com.github.schelldorfer</groupId>
+                               <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>3.1.2</version>
+                               <version>@project.version@</version>
                                <configuration>
                                        
<addStylesheet>src/main/javadoc/resources/addstylesheet.css</addStylesheet>
                                        <addStylesheets>

Reply via email to