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