If I deploy a SNAPSHOT version of a parent POM, POMs that reference it
do not automatically download (even when running a bootstrap profile).
ie: Is this supported?
<parent>
<artifactId>theid</artifactId>
<groupId>thegroup</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
If the artifact already exists in my local repo, everything is fine.
However, if I deploy a released version of the artifact and change the
parent reference accordingly
<parent>
<artifactId>theid</artifactId>
<groupId>thegroup</groupId>
<version>0.0.1</version>
</parent>
POMs that reference it, automatically download it.
Is it supposed to work this way?
---
Todd Thiessen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]