I committed a fix; this was caused by SOLR-5920, which added solr-analysis-extras as a solr-core test dependency.
Unfortunately, the released 4.7.1 solr-core-tests POM refers to the wrong artifact (solr-analyzers-extras rather than solr-analysis-extras), and so building 4.7.1 from source via Maven fails as a result, with the same error as Jenkins, shown below. I committed the fix to the lucene_solr_4_7 branch, so if we make a 4.7.2 release, it will be included. Steve On Mar 31, 2014, at 7:30 PM, Steve Rowe <[email protected]> wrote: > I’ll dig - likely this is a misconversion from analysis-extras to > solr-analyzers-extras when constructing the test dependencies for solr-core > (analysis/analyzer conversions are done elsewhere since we apparently like > having this duality...): > > ----- > -run-maven-build > : > [mvn] [INFO] Scanning for projects... > [mvn] [INFO] > ------------------------------------------------------------------------ > [mvn] [ERROR] FATAL ERROR > [mvn] [INFO] > ------------------------------------------------------------------------ > [mvn] [INFO] Error building POM (may not be this project's POM). > [mvn] > [mvn] > [mvn] Project ID: org.apache.solr:solr-core-tests > [mvn] POM Location: > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/maven-build/solr/core/src/test/pom.xml > [mvn] Validation Messages: > [mvn] > [mvn] [0] 'dependencies.dependency.version' is missing for > org.apache.solr:solr-analyzers-extras:jar > [mvn] > [mvn] > [mvn] Reason: Failed to validate POM for project > org.apache.solr:solr-core-tests at > /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/maven-build/solr/core/src/test/pom.xml > ----- > > On Mar 31, 2014, at 7:11 PM, Apache Jenkins Server > <[email protected]> wrote: > >> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1136/ >> >> No tests ran. >> >> Build Log: >> [...truncated 39919 lines...] >> BUILD FAILED >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:490: >> The following error occurred while executing this line: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:182: >> The following error occurred while executing this line: >> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/extra-targets.xml:77: >> Java returned: 1 >> >> Total time: 31 minutes 4 seconds >> Build step 'Invoke Ant' marked build as failure >> Recording test results >> Email was triggered for: Failure >> Sending email for trigger: Failure >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
