With Maven 3.0.4 it worked because Maven 3 is able to resolve inter-module dependencies inside the reactor. Maven 2 needs all artifacts to be installed so a plain "mvn test" without "mvn install" before does not work:
http://ahoehma.wordpress.com/2010/12/22/intermodule-dependencies-now-better-working-with-maven-3/ But I found a problem: TIKA does not work with IBM J9 - the ForkParserTest fails horrible with class not found and so on: http://jenkins.thetaphi.de/job/Tika-1.4RC2-Linux/12/consoleFull Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Uwe Schindler [mailto:[email protected]] > Sent: Sunday, June 16, 2013 11:11 PM > To: [email protected] > Subject: RE: [VOTE] Apache TIka 1.4 Release Candidate #2 > > Hi, > > I tried a Random JVM Jenkins build on Linux from the repository (with a clean > ~/.mvn folder, so no Maven config at all), but it fails with the given error: > http://jenkins.thetaphi.de/job/Tika-1.4RC2-Linux/5/consoleFull > > It tries to download Tika from Maven Central although it's not yet there. > Looks like a circular dependency to itself... > The same happens in trunk, but thare it works because it downloads the > previous snapshot from Apache Snapshots repo. > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > > > -----Original Message----- > > From: Chris Mattmann [mailto:[email protected]] > > Sent: Sunday, June 16, 2013 8:07 PM > > To: [email protected] > > Cc: [email protected] > > Subject: [VOTE] Apache TIka 1.4 Release Candidate #2 > > > > Hi Guys, > > > > A second candidate for the Tika 1.4 release is available at: > > > > http://people.apache.org/~mattmann/apache-tika-1.4/rc2/ > > > > The release candidate is a zip archive of the sources in: > > > > http://svn.apache.org/repos/asf/tika/tags/1.4-rc2/ > > > > The SHA1 checksum of the archive is > > 84ce9ebc104ca348a3cd8e95ec31a96169548c13 > > > > A staged M2 repository can also be found on repository.apache.org here: > > > > https://repository.apache.org/content/repositories/orgapachetika-022/ > > > > > > Please vote on releasing this package as Apache Tika 1.4. > > The vote is open for the next 72 hours and passes if a majority of at > > least three +1 Tika PMC votes are cast. > > > > [ ] +1 Release this package as Apache Tika 1.4 > > [ ] -1 Do not release this package because... > > > > Here is my +1 for the release. > > > > Cheers, > > Chris > > > > > > > > > > > > > > > > > >
