You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Daniel Collins (JIRA)" <ji...@apache.org> on 2019/04/29 08:14:00 UTC

[jira] [Created] (LUCENE-8782) Maven build has a typo when building Backwards Codecs

Daniel Collins created LUCENE-8782:
--------------------------------------

             Summary: Maven build has a typo when building Backwards Codecs
                 Key: LUCENE-8782
                 URL: https://issues.apache.org/jira/browse/LUCENE-8782
             Project: Lucene - Core
          Issue Type: Bug
          Components: core/codecs, general/build
    Affects Versions: master (9.0)
            Reporter: Daniel Collins


Noticed a trivial naming issue in the maven build, it builds "Lucene memory" twice!

[INFO] Reactor Build Order:
[INFO]
[INFO] Grandparent POM for Apache Lucene Core and Apache Solr [pom]
[INFO] Lucene parent POM [pom]
[INFO] Lucene Core [jar]
[INFO] Lucene codecs [jar]
[INFO] Lucene Test Framework [jar]
[INFO] Lucene Core tests [jar]
[INFO] Lucene Core aggregator POM [pom]
[INFO] Lucene Memory [jar]
[INFO] Lucene codecs tests [jar]
...
[INFO] Lucene QueryParsers [jar]
[INFO] Lucene Memory [jar]
[INFO] Lucene Highlighter [jar]

 

Turned out that backwards codecs has a typo in its pom.xml.template.  Attached a trivial patch to fix that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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