Hi, when running the build from the annotator source package on a clean machine I get the following error:
$ mvn install + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] PearPackagingMavenPlugin [INFO] Apache UIMA PEAR packaging ANT task [INFO] Apache UIMA Java Annotator - RegularExpressionAnnotator [INFO] Apache UIMA Java Annotator - DictionaryAnnotator [INFO] Apache UIMA Java Annotator - WhitespaceTokenizer [INFO] Apache UIMA Sandbox -- HMM Tagger [INFO] Apache UIMA Simple Server [INFO] Apache UIMA Java SDK Add-Ons [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.uima:PearPackagingMavenPlugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] Trace [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Wed Apr 02 16:55:11 GMT+01:00 2008 [INFO] Final Memory: 4M/256M [INFO] ------------------------------------------------------------------------ after running the mvn install inside the PearPackageMavenPlugin all works fine. For the other projects in this build I don't have to do anything manually. Does anyone know why this happens? -- Michael
