Hi all,

I'm noticing that M2 is constantly checking for POM's from the repositories. It seems like I can control how often we check via:
  <repositories>
    <repository>
      <release>
        <enabled>true</enabled>
        <updatePolicy>daily</updatePolicy>
        <checksumPolicy>warn</checksumPolicy>
      </release>
      <id>central</id>
      <name>Maven Repo</name>
      <url>http://repo1.maven.org/maven2</url>
      <layout>default</layout>
    </repository>
  </repositories>


However, the <release> tag causes an XML parsing error:

Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException: Unrecognised tag: 'release' (position: START_TAG seen ...<repository> \n <release>... @125:16) at org.apache.maven.model.io.xpp3.MavenXpp3Reader.parseRepository (MavenXpp3Reader.java:3656)

Most of my "build" time is filled with attempting to download POM's that don't exist. Should I create them in my local corporate instead?

Eric




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to