I just checked out and tried to build UIMA following instructions on the "Building UIMA <http://uima.apache.org/building-uima.html>" page. After doing a checkout of the source I changed to the uima-as directory and ran "mvn install". The build failed. Maven generated the following output:
... [WARNING] The POM for org.apache.uima:uimaj-core:jar:2.4.0-SNAPSHOT is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache UIMA-AS: uima-as-parent .................... SUCCESS [3.842s] [INFO] Apache UIMA-AS: uimaj-as-core ..................... FAILURE [0.778s] [INFO] Apache UIMA-AS: uimaj-as-jms ...................... SKIPPED [INFO] Apache UIMA-AS: uimaj-as-activemq ................. SKIPPED [INFO] Apache UIMA-AS Eclipse Plugin: uimaj-ep-runtime-deployeditor SKIPPED [INFO] Apache UIMA-AS Eclipse Plugin: uimaj-ep-deployeditor SKIPPED [INFO] Apache UIMA AS: uimaj-as-osgi-runtime ............. SKIPPED [INFO] Apache UIMA-AS: uimaj-as-camel .................... SKIPPED [INFO] Apache UIMA Eclipse: uimaj-eclipse-feature-deployeditor SKIPPED [INFO] Apache UIMA-AS Aggregate: aggregate-uima-as-eclipse-plugins SKIPPED [INFO] Apache UIMA-AS: uima-as-docbooks .................. SKIPPED [INFO] Apache UIMA-AS Aggregate: aggregate-uima-as ....... SKIPPED [INFO] Apache UIMA-AS: uima-as ........................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.924s [INFO] Finished at: Sat Jan 28 12:26:48 PST 2012 [INFO] Final Memory: 9M/81M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project uimaj-as-core: Could not resolve dependencies for project org.apache.uima:uimaj-as-core:jar:2.4.0-SNAPSHOT: Failure to find org.apache.uima:uimaj-core:jar:2.4.0-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1] ... Prompted by the warning I verified that my ~/.m2/repository/org/apache/uima/uimaj-core/2.4.0-SNAPSHOT Maven repository directory does not contain a POM file. I tried the following workarounds. 1. Running "mvn -U install". 2. Deleting the ~/.m2/repository/org/apache/uima repository directory and rerunning "mvn install" in uima-as. Both had the same effect. I am running OS X 10.7.2 and Maven 3.0.4. The last subversion revision for the UIMA source is 1237097. I have not done anything with UIMA other than check it out and try to build it with Maven on the command line. Any suggestions as to how to get this working? I'd like to evaluate UIMA for use in my organization, but if I can't do a clean build I'm stuck. Thanks.
