[ 
https://issues.apache.org/jira/browse/LUCENE-3536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13135437#comment-13135437
 ] 

Steven Rowe commented on LUCENE-3536:
-------------------------------------

The source of the problem is the definition of the property {{maven.dist.dir}}. 
 In {{lucene/contrib/contrib-build.xml}} (included in most modules' 
{{build.xml}} files), it is defined as {{../../dist/maven}}.  Modules that are 
only one level up from where {{dist/}} should go, e.g. all non-analysis modules 
under {{modules/}}, have to define {{maven.dist.dir}} to be {{../dist/maven}} 
before importing {{lucene/contrib/contrib-build.xml}}, so that the local 
property definition takes precedence.  This is not done in either 
{{modules/join/build.xml}} or {{modules/facet/build.xml}}.
                
> lucene-join and lucene-facet artifacts are missing from 'ant 
> generate-maven-artifacts' output
> ---------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-3536
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3536
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/build
>    Affects Versions: 4.0
>            Reporter: Steven Rowe
>            Priority: Minor
>
> David Smiley reported [on #lucene-dev 
> IRC|http://colabti.org/irclogger/irclogger_log/lucene-dev?date=2011-10-25#l243]
>  that lucene-facet module was missing from the maven artifacts produced by 
> the nightly Jenkins Maven trunk build 
> [https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/org/apache/lucene/].
>   It turns out that the lucene-join module is also missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to