You could make the original profile a parent of the small one. Use the relativepath attribute so it looks on the filesystem first before checking the repository.
<parent>
<groupId>com.mygroup</groupId>
<artifactId>myparent</artifactId>
<relativePath>parent-pom.xml</relativePath>
<version>1.0</version>
</parent>
-Ron
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
