Wendy, I think this repo info in our myfaces master is redundant:
        <repository>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <id>apache.snapshots</id>
            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
        </repository>

since it is already defined in the asf master:
    <repository>
      <id>apache.snapshots</id>
      <name>Apache Snapshot Repository</name>
      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
      <releases>
        <enabled>false</enabled>
      </releases>
    </repository>

BUT. I wonder why there is no "<snapshots><enabled>true" in it. Is
"true" the default anyway? Could not find anything in the maven docs.

Thanks,
--Manfred

Reply via email to