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 2D039CF26 for ; Fri, 22 Jun 2012 07:43:37 +0000 (UTC) Received: (qmail 79549 invoked by uid 500); 22 Jun 2012 07:43:36 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 79528 invoked by uid 500); 22 Jun 2012 07:43:36 -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 79500 invoked by uid 99); 22 Jun 2012 07:43:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 07:43:35 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bp.untn@gmail.com designates 209.85.213.175 as permitted sender) Received: from [209.85.213.175] (HELO mail-yx0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 07:43:27 +0000 Received: by yenl13 with SMTP id l13so1232998yen.6 for ; Fri, 22 Jun 2012 00:43:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IzlUb4Zwdrxg3aR6eB4ckD+EiYPvonS47mGg2YeCzrA=; b=o58oCuVPwsFgHcMNLCLH0rEwAGDioHUre9O8SC3Kan7bzs47+SGkmdR8okky1Eh40U 9FowuXDDEhA262Py2mzMH6lgdbOhbMjUW3MDuHmp2qyyR10+46GwRxhWVmNbxJOkh2ox mi6HFP37hUyKVGyc5TkK7U7rQGdT6Nc89ht26Xr/b5XO09XDUSbi9/vWf8iILf9MgNOl +8d6c+wQOdXjuWIkdRJACkLbUeg7uVpxTlkt3Z3HoggCHCQNdwXQ1kPzuILmdQHIyBxk t9WGIdEpS6Qy7KGZfHYskLU/na3KwyCx/zPywjjs+y0EVXShBpVGPMR5t4YeQ3RDl3PV S19g== MIME-Version: 1.0 Received: by 10.50.140.70 with SMTP id re6mr671347igb.23.1340350986469; Fri, 22 Jun 2012 00:43:06 -0700 (PDT) Received: by 10.50.110.36 with HTTP; Fri, 22 Jun 2012 00:43:06 -0700 (PDT) Date: Fri, 22 Jun 2012 09:43:06 +0200 Message-ID: Subject: installing uima addons problem with parent From: "bp.untn@gmail.com" To: user@uima.apache.org Content-Type: multipart/alternative; boundary=e89a8f923b9c6c417d04c30ac8da --e89a8f923b9c6c417d04c30ac8da Content-Type: text/plain; charset=ISO-8859-1 Hi, I simply don't get what I'm doing wrong. I wanted to install the SimpleServer addon, downloaded it from the svn and did 'mvn install'. but I got an error that the parent-pom is missing. Then, I downloaded the entire addons trunk from svn: "You can access the UIMA Addons in the SVN repository at http://svn.apache.org/repos/asf/uima/addons/trunk/" m which contains the folder "uima-addons-parent" with the pom.xml file and tried to call mvn install (and mvn clean install) from that directory. But still, the same error. What am I doing wrong? Here the steps to reproduce: mkdir uima-addons-svn cd uima-addons-svn svn checkout http://svn.apache.org/repos/asf/uima/addons/trunk/ cd trunk/ cd uima-addons-parent/ mvn clean install [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.uima:uima-addons-parent:2.3.2-SNAPSHOT (/home/bplank/tools/uima-addons-svn/trunk/uima-addons-parent/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not find artifact org.apache.uima:parent-pom:pom:3-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 31, column 11 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException mvn version: mvn -version Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) Maven home: /home/user/tools/apache-maven-3.0.4 Java version: 1.7.0_03, vendor: Oracle Corporation Java home: /home/user/jdk1.7.0_03/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.2.0-25-generic", arch: "amd64", family: "unix" Thanks, BP --e89a8f923b9c6c417d04c30ac8da--