[ 
https://issues.apache.org/jira/browse/MNGSITE-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906251#comment-17906251
 ] 

ASF GitHub Bot commented on MNGSITE-549:
----------------------------------------

yuhaowin opened a new pull request, #596:
URL: https://github.com/apache/maven-site/pull/596

   JIRA issue: 
[MNGSITE-549](https://issues.apache.org/jira/projects/MNGSITE/issues/MNGSITE-549)
   
   fixed automatically check example:
   ```xml
       <pluginRepositories>
           <pluginRepository>
               <id>apache.snapshots</id>
               <url>https://repository.apache.org/snapshots/</url>
               <snapshots>
                   <enabled>true</enabled>
                   <updatePolicy>interval:15</updatePolicy>
               </snapshots>
           </pluginRepository>
       </pluginRepositories>
   ```




> Testing-development-plugins guide: automatically check for missing 
> configurations.
> ----------------------------------------------------------------------------------
>
>                 Key: MNGSITE-549
>                 URL: https://issues.apache.org/jira/browse/MNGSITE-549
>             Project: Maven Project Web Site
>          Issue Type: Improvement
>            Reporter: Eric Yu
>            Priority: Minor
>
> *You can have Maven automatically check for updates on a given interval*
> missing some configurations in here.
> [https://github.com/apache/maven-site/blob/45286fd01fccbbed0dec931d1e62eb73de295ba5/content/apt/guides/development/guide-testing-development-plugins.apt#L76-L81]
> could be this:
> {code:java}
>     <pluginRepositories>
>         <pluginRepository>
>             <id>apache.snapshots</id>
>             <url>https://repository.apache.org/snapshots/</url>
>             <snapshots>
>                 <enabled>true</enabled>
>                 <updatePolicy>interval:15</updatePolicy>
>             </snapshots>
>         </pluginRepository>
>     </pluginRepositories> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to