Uploaded image for project: 'Shale'
  1. Shale
  2. SHALE-265

Parent-POM has snapshot repository dependency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Won't Fix
    • 1.0.3, 1.0.4-SNAPSHOT
    • None
    • Core
    • None

    Description

      the parent pom 103 defines the maven-snapshot-repository.
      that should not be in there, maybe only inside "distributionManagement" section.

      <repositories>
      <repository>
      <id>apache.snapshots</id>
      <name>Apache Maven Repository (Snapshots and Test Builds)</name>
      <url>http://people.apache.org/maven-snapshot-repository</url>
      <releases><enabled>true</enabled></releases>
      <snapshots><enabled>true</enabled></snapshots>
      </repository>
      <repository>
      <id>java.net</id>
      <name>java.net Maven 1 Repository</name>
      <url>https://maven-repository.dev.java.net/nonav/repository</url>
      <layout>legacy</layout>
      </repository>
      ...

      Attachments

        Activity

          People

            Unassigned Unassigned
            matzew Matthias Wessendorf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: