You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Steven A Rowe <sa...@syr.edu> on 2010/11/24 00:12:21 UTC

'ant generate-maven-artifacts' oddities

In getting 'ant generate-maven-artifacts' to work for me (LUCENE-2774), I noticed two oddities:

1. On both trunk and branch_3x, Solr's maven artifacts are named without the embedded timestamp that everybody else (Lucene core/contrib/modules) gets, e.g.:

  dist/maven/org/apache/solr/solr-solrj/3.1-SNAPSHOT/solr-solrj-3.1-SNAPSHOT.jar

  dist/maven/org/apache/lucene/lucene-core/3.1-SNAPSHOT/lucene-core-3.1-20101123.223203-1.jar

2. On trunk, after running 'ant generate-maven-artifacts' in the modules/ directory, the ICU and Phonetic analysis artifacts end up under:

   modules/dist/maven/

while the other modules are all generated under:

   modules/analysis/dist/maven/


I think #2 should be fixed (people should be able to find the generated artifacts all in one place), but I'm not sure whether #1 is a problem or not.

Steve