Anders Hammar created MJAR-154:
----------------------------------

             Summary: Clean apache-snapshots repo from IT settings.xml
                 Key: MJAR-154
                 URL: https://jira.codehaus.org/browse/MJAR-154
             Project: Maven 2.x JAR Plugin
          Issue Type: Task
         Environment: n/a
            Reporter: Anders Hammar
            Priority: Minor


In src/it/settings.xml I found the following comment:

{code}
        <!-- remove when maven-archiver 2.5 released -->
        <repository>
          <id>apache.snapshots</id>
          
<url>https://repository.apache.org/content/groups/snapshots-group/</url>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>
{code}

maven-archiver v2.5 has been released and the dependency of the plugin is 
already updated. I haven't tested, but I assume this can now be cleaned up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to