Re: m2: install-snapshot

2006-02-14 Thread Marcin Maciukiewicz
On 2/14/06, Brett Porter [EMAIL PROTECTED] wrote: if the version includes SNAPSHOT, it will be published as a snapshot, if the version does not, it won't. Thanks! This is what I was missing:))) - To unsubscribe, e-mail: [EMAIL

m2: install-snapshot

2006-02-13 Thread Marcin Maciukiewicz
Hi all! I'm wondering how to get snapshot installed in m2. In m1 there was nice install-snapshot goal and I could get artifactId-MMDD.ext artifact file installed (same with deploy-snapshot). I need to publish artifacts with such pattern for artifact's name. How to get this in m2? Should I

RE: m2: install-snapshot

2006-02-13 Thread Fredy
Hi, i think it's an automatismus! Try to add a snapshot rep to your distributionManagement !! distributionManagement snapshotRepository idxcv_snapshot/id name/name urlfile:///v:/mvnSnapshotRepo/url

Re: m2: install-snapshot

2006-02-13 Thread Marcin Maciukiewicz
On 2/13/06, Fredy [EMAIL PROTECTED] wrote: Hi, i think it's an automatismus! Try to add a snapshot rep to your distributionManagement !! distributionManagement snapshotRepository idxcv_snapshot/id name/name

Re: m2: install-snapshot

2006-02-13 Thread Brett Porter
if the version includes SNAPSHOT, it will be published as a snapshot, if the version does not, it won't. Usually the version always includes SNAPSHOT except for the one commit where it is released. - Brett On 2/14/06, Marcin Maciukiewicz [EMAIL PROTECTED] wrote: On 2/13/06, Fredy [EMAIL