Maven 2.x DOAP Plugin

How to handle release date?

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 1.0
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    1

Description

Actually, the mojo generates:

...
    <release>
      <Version>
        <name>PROJECT NAME - VERSION</name>
        <revision>VERSION</revision>
        <file-release>http://repo1.maven.org/maven2/org/apache/maven/...</file-release>
      </Version>
    </release>
...

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

...
      <Version>
...
        <created>2008-06-27</created>
      </Version>
...

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

Activity

Hide
Vincent Siveton added a comment -

This patch is a workaround to handle created release date:

Show
Vincent Siveton added a comment - This patch is a workaround to handle created release date:

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: