Build of docbooks failing - because plugin repositories don't include the snapshots -----------------------------------------------------------------------------------
Key: UIMA-1827 URL: https://issues.apache.org/jira/browse/UIMA-1827 Project: UIMA Issue Type: Bug Components: Build, Packaging and Test Reporter: Marshall Schor Assignee: Marshall Schor The apache common pom ( http://repo1.maven.org/maven2/org/apache/apache/7/apache-7.pom ) includes a repository for normal artifact resolution which points to the "snapshots" in repository.apache.org - the apache repo for snapshots (which is where UIMA artifact snapshots are deployed). However, the Apache common POM assumes that you're not releasing any maven plugins. The UIMA build tools include one maven plugin, and the uimaj toolkit include the pear-packaging-maven-plugin. Therefore, we need to have a snapshot repo for the plugin repo. Add the needed pluginRepositories element. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.