Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E271310BA1 for ; Fri, 4 Oct 2013 10:42:31 +0000 (UTC) Received: (qmail 29727 invoked by uid 500); 4 Oct 2013 10:42:30 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 29318 invoked by uid 500); 4 Oct 2013 10:42:21 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 29308 invoked by uid 99); 4 Oct 2013 10:42:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Oct 2013 10:42:17 +0000 X-ASF-Spam-Status: No, hits=3.0 required=5.0 tests=FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Oct 2013 10:42:10 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VS2pP-0008S6-NV for user@uima.apache.org; Fri, 04 Oct 2013 12:41:47 +0200 Received: from 84.88.76.136 ([84.88.76.136]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Oct 2013 12:41:47 +0200 Received: from j+asf by 84.88.76.136 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Oct 2013 12:41:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: Jens Grivolla Subject: uimafit maven plugin: type system imports? Date: Fri, 04 Oct 2013 12:41:37 +0200 Lines: 11 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 84.88.76.136 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I tried using the uimafit maven plugin, in particular the "generate" goal (trying to make it play nice with the pear packaging plugin). However, the generated descriptor does not include the type system imports, even though they are specified through types.txt. Is there some way to get those imports in the descriptor? Thanks, Jens