Eric Yu created MNGSITE-549:
-------------------------------

             Summary: 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


*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