Add previous versions to maven-metadata.xml files generated by 'ant 
generate-maven-artifacts'
---------------------------------------------------------------------------------------------

                 Key: LUCENE-3543
                 URL: https://issues.apache.org/jira/browse/LUCENE-3543
             Project: Lucene - Java
          Issue Type: Bug
          Components: general/build
    Affects Versions: 3.4, 4.0
            Reporter: Steven Rowe
            Assignee: Steven Rowe


The {{generate-maven-artifacts}} target generates one {{maven-metadata.xml}} 
file per artifact.  In a repository, these files should contain a list of all 
previous releases along with the current release, but because Maven Ant Tasks 
doesn't have access to these versions, it does not include them in the files it 
produces.

Two possible solutions: 

# download Maven central's versions of the files prior to running 
{{generate-maven-artifacts}} and pre-populate the target local repository; or
# post-process the files to include the previous versions - this would require 
some form of access to the previously released versions for each artifact being 
published

--
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