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

Steven Rowe commented on SOLR-3204:
-----------------------------------

I think we should fix this.

{quote}
We are releasing Maven Artifacts of Solr just for convenience using a special 
ANT script (which is unsupported by our committers). The community wants it, so 
we do it. Maybe that script also published one of the snapshot artifacts (is 
there also a Jetty prerelease artifact?); but that was not our intention. We 
should simply remove it.
{quote}

Because of Solr's dependency on a snapshot of commons-csv, and because Maven 
releases are not allowed to depend on snapshots, we *have* to publish the 
snapshot, renamed not to appear to be a snapshot.  Simply removing it is not an 
option, assuming we will continue to provide Maven artifacts as part of the 
Lucene/Solr release process.
                
> solr-commons-csv must not use the org.apache.commons.csv package
> ----------------------------------------------------------------
>
>                 Key: SOLR-3204
>                 URL: https://issues.apache.org/jira/browse/SOLR-3204
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.5
>            Reporter: Emmanuel Bourg
>            Priority: Blocker
>             Fix For: 3.6
>
>         Attachments: solr-csv.patch
>
>
> The solr-commons-csv artifact reused the code from the Apache Commons CSV 
> project but the package wasn't changed to something else than 
> org.apache.commons.csv in the process. This creates a compatibility issue as 
> the Apache Commons team works toward an official release of Commons CSV. It 
> prevents Commons CSV from using its own org.apache.commons.csv package, or 
> forces the renaming of all the classes to avoid a classpath conflict.

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to