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 181391 - Please include in the Maven repo also the stable update center modules
Summary: Please include in the Maven repo also the stable update center modules
Status: NEW
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal with 1 vote (vote)
Assignee: nbre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-02 01:07 UTC by fabriziogiudici
Modified: 2010-10-13 07:39 UTC (History)
5 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fabriziogiudici 2010-03-02 01:07:21 UTC
Please include in the Maven repo also the stable update center modules, as some could be needed by developers (e.g. the org-netbeans-modules-modulemanager).
Comment 1 Milos Kleint 2010-03-02 05:28:25 UTC
the challenge: nbm:populate-repository goal is tuned on creating both individual nbm project metadata and also the per-cluster aggregator metadata projects.
the stuff from update center shall be created just the individual nbm project metadata but shall not be included in the cluster metadata (as people assembling the platform applications will generally use the cluster projects as dependencies and shall not by default end up with stuff from stable update center)
this might require some minor tuning in the nbm:populate-repository goal to skip cluster metadata generation.

Then we would invoke the nbm:populate-repository goal twice, once for the standard distribution and once for other modules (in cluster file structure) from stable update center.
Comment 2 Antonin Nebuzelsky 2010-03-02 06:10:42 UTC
How about rather creating an FAQ entry for the users who want to import any NetBeans module to a repository of their choice (a local repo, or a company repo).
Comment 3 Jesse Glick 2010-08-12 13:47:30 UTC
(In reply to comment #2)
> How about rather creating an FAQ entry for the users who want to import any
> NetBeans module to a repository of their choice

This seems better to me. We cannot predict what modules people might want to use from Maven, and I would expect the great majority of people to use only modules from the standard distribution.
Comment 4 Marian Mirilovic 2010-09-23 08:56:40 UTC
(In reply to comment #3)
> This seems better to me. We cannot predict what modules people might want to
> use from Maven, and I would expect the great majority of people to use only
> modules from the standard distribution.

Agree with Jesse, so the question is who is going to create such FAQ ?