melloware commented on code in PR #268:
URL: https://github.com/apache/myfaces/pull/268#discussion_r888850793


##########
impl/pom.xml:
##########
@@ -953,8 +953,8 @@
             </activation>
             <build>
                 <plugins>
-
                     <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
                         <configuration>
                             
<excludePackageNames>org.apache.myfaces.ee6</excludePackageNames>

Review Comment:
   I think its redundant but OK I think all plugins if not listed default to 
`org.apache.maven.plugins`.  I also had an issue building wiht Maven 3.8.5 this 
branch because it has a Tomcat Repo in the pom.xml that uses HTTP instead of 
HTTPS.  I removed that repo and the build worked for me.  Not sure if you have 
run into that?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to