[ 
https://issues.apache.org/jira/browse/UIMA-6235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17156021#comment-17156021
 ] 

Marshall Schor commented on UIMA-6235:
--------------------------------------

The background for this is described on our website here: 
[https://uima.apache.org/dev-docbook.html] under the section "Cross Referencing 
among UIMA Docbooks".

 

> 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
>            Priority: Major
>
> 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)

Reply via email to