This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229586 - http://bits.netbeans.org/maven2/ metadata give wrong informations
Summary: http://bits.netbeans.org/maven2/ metadata give wrong informations
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 7.3.1
Hardware: PC Other
: P4 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 15:22 UTC by skygo
Modified: 2016-02-17 14:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description skygo 2013-05-10 15:22:24 UTC
Hi,

 I remark that maven-metadata.xml in the http://bits.netbeans.org/nexus/content/groups/netbeans/ (example in [1]) repository are showing wrong versions.

in versionning there is : 
<latest>RELEASE721</latest>
<release>RELEASE721</release>

but at the time I fill this issue it should be RELEASE73

RELEASE73 is present in list of versions.

Regards


[1]http://bits.netbeans.org/nexus/content/groups/netbeans/org/netbeans/api/org-netbeans-api-java/maven-metadata.xml
Comment 1 skygo 2013-06-14 11:06:29 UTC
As current release became RELEASE731 the glitch is masked I guess until RELEASE74
Comment 2 pgebauer 2015-07-28 09:48:45 UTC
It seems to be working so far. Please, reopen if the issue appears again.
Comment 3 skygo 2015-08-25 13:08:52 UTC
Hi after the 81-beta release the issue appears again

<versioning>
  <latest>RELEASE802</latest>
  <release>RELEASE802</release>
<versions>
<version>RELEASE65</version>
...
<version>RELEASE80</version>
<version>RELEASE81-BETA</version>
...
<version>RELEASE801</version>
<version>RELEASE802</version>
</versions>
Comment 4 pgebauer 2016-02-17 14:39:29 UTC
The file maven-metadata.xml is generated automatically by maven inside the Nexus app which is used for managing of the NetBeans repo. Tags "latest" and "release" are not recommended to use.

Please, see https://issues.sonatype.org/browse/NEXUS-6624