How to handle release date?
---------------------------

                 Key: MDOAP-11
                 URL: http://jira.codehaus.org/browse/MDOAP-11
             Project: Maven 2.x DOAP Plugin
          Issue Type: Improvement
    Affects Versions: 1.0
            Reporter: Vincent Siveton


Actually, the mojo generates:
{code:xml} 
...
    <release>
      <Version>
        <name>PROJECT NAME - VERSION</name>
        <revision>VERSION</revision>
        
<file-release>http://repo1.maven.org/maven2/org/apache/maven/...</file-release>
      </Version>
    </release>
...
{code} 

It should be nice to add the release created tag, ie

{code:xml} 
...
      <Version>
...
        <created>2008-06-27</created>
      </Version>
...
{code} 

Actually, the RepositoryMetadata doesn't have any notions of release date for a 
given version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to