Maven artifact for lucene-test-framework is identical to lucene-core artifact
-----------------------------------------------------------------------------

                 Key: LUCENE-3329
                 URL: https://issues.apache.org/jira/browse/LUCENE-3329
             Project: Lucene - Java
          Issue Type: Bug
          Components: general/build
    Affects Versions: 3.4, 4.0
            Reporter: Steven Rowe


No released version of the lucene-test-framework jar is affected.

This bug was introduced by SOLR-2452.  In the {{m2-deploy}} macro in 
{{lucene/common-build.xml}}, the names of jar files to deploy were previously 
drawn from the supplied POM, but since Solr's non-Maven jars don't follow the 
Maven naming scheme ({{apache-}} is prepended), the jar file name now defaults 
to {{$\{final.name\}.jar}}.  Since lucene-test-framework artifacts are built by 
the base lucene module, {{$\{final.name\}}} is {{lucene-core-$\{version\}}}, so 
when {{ant generate-maven-artifacts}} goes to copy the lucene-test-framework 
binary jar, it grabs the lucene-core binary jar instead.



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to