What I do is extract the parent POM for a given release into
a directory and then from within my POM reference the path
to the parent. For example, the following entry in one of my
project POMs points to the parent pom.xml in a relative
directory.

        <parent>
                <artifactId>xxx-parent-5.3.2</artifactId>
                <groupId>ca.metalogic</groupId>
                <version>1.0-SNAPSHOT</version>
                <relativePath>../parentpoms/532</relativePath> 
        </parent>
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to