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

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b311cd  javadoc is in reporting section not build section
7b311cd is described below

commit 7b311cd336ad58a0db2f39a5285aaef9909298f7
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Feb 23 11:24:54 2021 +0100

    javadoc is in reporting section not build section
---
 pom.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0796959..c1f397d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,7 @@ under the License.
     <profiles>
         <profile>
             <activation>
-               <jdk>[9,)</jdk>
+                <jdk>[9,)</jdk>
             </activation>
             <build>
                 <plugins>
@@ -315,15 +315,20 @@ under the License.
                         <configuration>
                             <release>8</release>                    
                         </configuration>
-                    </plugin>
+                    </plugin>                   
+                </plugins>
+            </build>
+            <reporting>
+                <plugins>
                     <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>            
    
                         <artifactId>maven-javadoc-plugin</artifactId>
                         <configuration>
                             <release>8</release>                               
 
                         </configuration>
                     </plugin>
                 </plugins>
-            </build>
+            </reporting>
         </profile>
         <profile>
             <id>tools.jar</id>


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to