I did a build from sources - using the source-release zip, and the command mvn install -Papache-release
and it failed when trying to get info from Jira for the "issues". messages: [INFO] Building UIMA Aggregate: uima-addons 2.3.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-project-version) @ uima-addons --- [INFO] [INFO] --- uima-build-helper-maven-plugin:2:parse-date-time (set buildYear and buildMonth) @ uima-addons --- [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ uima-addons --- [INFO] [INFO] --- maven-changes-plugin:2.3:jira-report (default-cli) @ uima-addons --- Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (javax.net.ssl.SSLKeyException) caught when processing request: RSA premaster secret error Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (javax.net.ssl.SSLKeyException) caught when processing request: RSA premaster secret error Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (javax.net.ssl.SSLKeyException) caught when processing request: RSA premaster secret error Jul 12, 2011 1:32:25 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request [ERROR] Unable to reach the JIRA project page. Cause is: RSA premaster secret error [ERROR] The issue management URL in the POM does not include a pid, and it was not possible to extract it from the page at that URL. [INFO] [INFO] --- maven-assembly-plugin:2.2:single (source-release-assembly) @ uima-addons --- [INFO] Reading assembly descriptor: src/main/assembly/src.xml [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources-nf) @ uima-addons --- [INFO] [INFO] --- maven-gpg-plugin:1.1:sign (default) @ uima-addons --- [INFO] [INFO] --- apache-rat-plugin:0.6:check (default-cli) @ uima-addons --- [INFO] Exclude: release.properties [INFO] Exclude: README* [INFO] Exclude: RELEASE_NOTES* [INFO] Exclude: issuesFixed/** [INFO] Exclude: src/main/resources/docbook-shared/titlepage/*.xsl [INFO] Exclude: marker-file-identifying-* [INFO] Exclude: DEPENDENCIES [INFO] [INFO] --- maven-antrun-plugin:1.6:run (generate checksums for binary artifacts) @ uima-addons --- [INFO] Executing tasks main: [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] UIMA-AddOns: uima-addons-parent ................... SUCCESS [19.420s] [INFO] UIMA Annotator: AlchemyAPIAnnotator ............... SUCCESS [38.464s] [INFO] UIMA Annotator: BSFAnnotator ...................... SUCCESS [8.339s] [INFO] UIMA Annotator: ConceptMapper ..................... SUCCESS [8.389s] [INFO] UIMA Annotator: ConfigurableFeatureExtractor ...... SUCCESS [39.146s] [INFO] UIMA Annotator: DictionaryAnnotator ............... SUCCESS [20.332s] [INFO] UIMA Addon: FsVariables ........................... SUCCESS [5.975s] [INFO] UIMA Annotator: Lucas ............................. SUCCESS [16.131s] [INFO] UIMA Annotator: OpenCalaisAnnotator ............... SUCCESS [9.259s] [INFO] UIMA Addon: PearPackagingAntTask .................. SUCCESS [7.552s] [INFO] UIMA Annotator: RegularExpressionAnnotator ........ SUCCESS [35.997s] [INFO] UIMA Addon: SimpleServer .......................... SUCCESS [33.856s] [INFO] UIMA Annotator: SnowballAnnotator ................. SUCCESS [7.827s] [INFO] UIMA Annotator: Solrcas ........................... SUCCESS [8.051s] [INFO] UIMA Annotator: WhitespaceTokenizer ............... SUCCESS [6.542s] [INFO] UIMA Annotator: Tagger ............................ SUCCESS [17.763s] [INFO] UIMA Annotator: TikaAnnotator ..................... SUCCESS [9.471s] [INFO] OSGi version of Apache UIMA Addons ................ SUCCESS [41.839s] [INFO] OpenCalaisAnnotator bundle ........................ SUCCESS [19.688s] [INFO] AlchemyAPIAnnotator bundle ........................ SUCCESS [24.075s] [INFO] BSFAnnotator bundle ............................... SUCCESS [37.715s] [INFO] ConfigurableFeatureExtractor bundle ............... SUCCESS [1:11.762s] [INFO] ConceptMapper bundle .............................. SUCCESS [15.026s] [INFO] DictionaryAnnotator bundle ........................ SUCCESS [33.308s] [INFO] HmmTagger bundle .................................. SUCCESS [30.835s] [INFO] Lucas bundle ...................................... SUCCESS [47.896s] [INFO] RegularExpressionAnnotator bundle ................. SUCCESS [38.755s] [INFO] SnowballAnnotator bundle .......................... SUCCESS [16.168s] [INFO] TikaAnnotator bundle .............................. SUCCESS [2:27.948s] [INFO] WhitespaceTokenizer bundle ........................ SUCCESS [14.702s] [INFO] Solrcas bundle .................................... SUCCESS [42.158s] [INFO] UIMA Aggregate: uima-addons ....................... FAILURE [40.849s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE I haven't had time to analyze this, myself, yet. -Marshall On 7/12/2011 1:16 PM, Marshall Schor wrote: > I've been swampped with other work. I'll try and take a look soon... > -Marshall > > On 7/6/2011 4:54 AM, Tommaso Teofili wrote: >> Hi all, >> the UIMA Addons 2.3.1 release candidate #3 is ready for testing, you can >> checkout the SVN tag [1] or get the created artifacts (source and binary) at >> [2] soon (now uploading). >> I've issued the release:prepare command so that small issues can be >> rollbacked easily. >> Regards, >> Tommaso >> >> [1] : >> http://svn.apache.org/repos/asf/uima/addons/tags/uima-addons-2.3.1-rc3/ >> [2] : http://people.apache.org/~tommaso/uima-addons-2.3.1-rc3 >>
