[ 
http://issues.apache.org/jira/browse/LUCENE-551?page=comments#action_12412965 ] 

Martin Cooper commented on LUCENE-551:
--------------------------------------

To your question #1, the Maven people cannot track every release of every 
artifact across all open source organisations, which is basically what is 
maintained in the Maven repository. There used to be a mechanism whereby a PMC 
could request that their artifact be loaded into the repository; I'm not sure 
if that mechanism still exists, given that there is a local ASF repository that 
is automatically synced to the main Maven one.

To your question #2, Maven is a repository-based build system. It automatically 
downloads dependencies for a project based on the dependency information 
provided in the project's POM (Project Object Model). With Maven 2, it also 
automatically downloads transitive dependencies. This is an awesome improvement 
over other build systems such as Ant, which leaves you to manage your own 
dependecies. In order that Maven can locate and download the appropriate jar 
files, those jar files must be deployed to the Maven repository. It wouldn't be 
realistic to expect Maven to be able to locate and extract jar files from 
within a binary distribution, given that there is no standard way that these 
are packages and distributed.

> Make Lucene - Java 1.9.1 Available in Maven2 repository in iBibilio.org
> -----------------------------------------------------------------------
>
>          Key: LUCENE-551
>          URL: http://issues.apache.org/jira/browse/LUCENE-551
>      Project: Lucene - Java
>         Type: Task

>     Versions: 1.9
>     Reporter: Stephen Duncan Jr

>
> Please upload 1.9.1 release to iBiblio so that Maven users can easily use the 
> latest release.  Currently 1.4.3 is the most recently available version: 
> http://www.ibiblio.org/maven2/lucene/lucene/
> Please read the following FAQ for more information: 
> http://maven.apache.org/project-faq.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.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