I ve imported a multi module maven project into my workspace but STS wont show the parent pom in the top level directory - i.e. it just shows the child modules (which equate to sub folders on the file system)

how can I get it to show the parent pom which is at the same level as the sub folders


parent dir (pointed sts at this dir when importing maven proj, it then discovered sub modules)
-----------
pom.xml (this is not displayed in workspace. How can I have it displayed ?????)
moduleA (in sub dir)
moduleB (in sub dir)
moduleC (in sub dir)

thanks