Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-6235

UIMA Java SDK uses SNAPSHOT artifact during build

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None

    Description

      The build is using a SNAPSHOT artifact here:

                <execution>
                  <id>getOlink</id>
                  <phase>prepare-package</phase>
                  <goals>
                    <goal>unpack</goal>
                  </goals>
                  <configuration>
                    <overWriteIfNewer>true</overWriteIfNewer>
                    <markersDirectory>${settings.localRepository}/org/apache/uima/uima-docbook-olink/1-SNAPSHOT/dependency-maven-plugin-markers</markersDirectory>
                    <artifactItems>
                      <artifactItem>
                        <groupId>org.apache.uima</groupId>
                        <artifactId>uima-docbook-olink</artifactId>
                        <version>1-SNAPSHOT</version>
                        <type>zip</type>
                        <classifier>olink</classifier>
                        <outputDirectory>${settings.localRepository}/org/apache/uima/uima-docbook-olink/1-SNAPSHOT/docbook-olink</outputDirectory>
                      </artifactItem>
                    </artifactItems>
                  </configuration>
                </execution>
      

      This artifact is only available in the Apache SNAPSHOT repository. I am pretty sure that if we need that artifact, it should really be released to Maven Central...

      Attachments

        Activity

          People

            Unassigned Unassigned
            rec Richard Eckart de Castilho
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: