Jörn Kottmann wrote: > Jörn Kottmann (JIRA) wrote: >> Lucas PearPackagingMavenPlugin PEAR classpath is incorrect >> ---------------------------------------------------------- >> >> Key: UIMA-1551 >> URL: https://issues.apache.org/jira/browse/UIMA-1551 >> Project: UIMA >> Issue Type: Bug >> Components: Sandbox-Lucas >> Reporter: Jörn Kottmann >> Assignee: Rico Landefeld >> Fix For: 2.3S >> >> >> The classpath entry says currently: >> <classpath> >> <!-- PEAR file component classpath settings --> >> $main_root/lib/cglib-nodep-2.1_3.jar;$main_root/lib/google-collect-snapshot-20080530.jar;$main_root/lib/log4j-1.2.14.jar;$main_root/lib/lucene-core-2.4.0.jar;$main_root/lib/lucene-snowball-2.4.0.jar >> >> </classpath> >> >> Which is incorrect because, Lucas does not depend anymore on the >> google-collections snapshot and lucene 2.4.0. >> >> > Maybe we should consider opening a jira issue to improve the > PearPackagingMavenPlugin > to automatically create the classpath. > > Jörn
+1, that would be great. The dual maintenance of classpaths in pear projects is a constant source of errors. --Thilo