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 161559 - Not all tags displayed in POM Model
Summary: Not all tags displayed in POM Model
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL: http://wiki.netbeans.org/MavenSupport...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-31 10:22 UTC by Jaroslav Pospisil
Modified: 2009-04-02 07:27 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 Jaroslav Pospisil 2009-03-31 10:23:03 UTC
Build 200903291205,Win Vista SP1, JDK1.6.0_13

If I open Bookstore example from Mule (see link in attached wiki page) and its pom.xml,there's parent tag Properties
(with plus), however when I click on it,it unrolls to...nothing. Problem is there's tags under it:

 <properties>
        <muleVersion>2.2.0</muleVersion>
        <cxfVersion>2.1.2</cxfVersion>
        <geronimoSpecsWsMetadataVersion>1.1.2</geronimoSpecsWsMetadataVersion>
        <jettyVersion>6.1.11</jettyVersion>
        <xalanVersion>2.7.1</xalanVersion>
    </properties>

These tags aren't anywhere else in POM model and this is just example,there's more missing second level tags.I have to
ask - what is really displayed in POM Model and is this behaviour correct?
Comment 1 Milos Kleint 2009-04-01 07:46:00 UTC
a followup issue to the one reported earlier where the complete project representation was missing.
http://hg.netbeans.org/main/rev/f67ba75f8e90
Comment 2 Quality Engineering 2009-04-02 07:27:49 UTC
Integrated into 'main-golden', will be available in build *200904020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f67ba75f8e90
User: Milos Kleint <mkleint@netbeans.org>
Log: #161559 follow up to the disappering pom model issue. before the complete pom model was missing due reload, now it was just parts. fixed by checking only at root of the model and syncing the model with document when creating the root content.