[
https://issues.apache.org/jira/browse/UIMA-6235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17157800#comment-17157800
]
Marshall Schor commented on UIMA-6235:
--------------------------------------
I agree it's not a great approach, better approaches welcome :) . The docs so
far have lots of hours invested, so a new approach might want to be incremental
(for new docs, say), or include some automated migration.
The current approach produces cross-referable html and pdf forms; the pdf forms
adopt book conventions (e.g. footnotes go at the bottom of pages, links have
auto-footnotes (I think, not sure...), and more. (Docbook put quite a bit of
work into this...). It would be good to keep these things if possible.
> 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)