Uploaded image for project: 'Tamaya'
  1. Tamaya
  2. TAMAYA-377

Add Snapshot Repository Reference

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Website
    • None

    Description

      For using prereleases of Tamaya, or snapshot repository projects, the Apache Snapshot Repository must be configured with Maven:

      <repository>
        <id>apache.snapshots</id>
        <name>Apache Development Snapshot Repository</name>
        <url>https://repository.apache.org/content/repositories/snapshots/</url>
        <releases>
          <enabled>false</enabled>
        </releases>
        <snapshots>
          <enabled>true</enabled>
        </snapshots>
      </repository>

       

      The corresponding links should be added

      • to the Community parts along the Github Repos URLs etc.
      • to the main extension documentation page
      • to all sandbox documentations, so people do not search in maven central.

      Attachments

        Activity

          People

            Unassigned Unassigned
            anatole Anatole Tresch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: