Richard Eckart de Castilho created UIMA-6235:
------------------------------------------------
Summary: UIMA Java SDK uses SNAPSHOT artifact during build
Key: UIMA-6235
URL: https://issues.apache.org/jira/browse/UIMA-6235
Project: UIMA
Issue Type: Bug
Components: Build, Packaging and Test
Reporter: Richard Eckart de Castilho
The build is using a SNAPSHOT artifact here:
{code}
<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>
{code}
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...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)