Hi, You're not doing anything wrong; rather, there is a minor update that needs to be done to let the uima-add-ons build from trunk.
I've fixed it and checked in the changes to the uima-addons-parent. If you update your copy to the new SVN head level, it should compile. Sorry for the trouble. -Marshall On 6/22/2012 3:43 AM, [email protected] wrote: > 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/"<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 >
