You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (Jira)" <de...@uima.apache.org> on 2020/05/14 16:45:00 UTC

[jira] [Commented] (UIMA-6235) UIMA Java SDK uses SNAPSHOT artifact during build

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

Richard Eckart de Castilho commented on UIMA-6235:
--------------------------------------------------

I have checked out this `uima-docbook-olink` repo from SVN: https://svn.apache.org/repos/asf/uima/build/trunk/uima-docbook-olink

It seems that this module *also* tries to download itself as a SNAPSHOT from the ASF repo. I.e. the module cannot be built unless the module already has been build before... am I missing something?

> 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)