Re: Same snapshot deploy number for entire build - possible

2019-09-13 Thread Dejan Stojadinovic
@Dan Tran use 'deployAtEnd': org.apache.maven.plugins maven-deploy-plugin someVersion true https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html

Re: Same snapshot deploy number for entire build - possible

2019-09-13 Thread Thomas Broyer
Maybe you'd want to deployAtEnd? https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd On Fri, Sep 13, 2019 at 12:03 PM Dan Tran wrote: > Looks like I need to clear thing a little bit > > Assume I have a reactor of few hundreds of maven modules and my CI > build

Re: Same snapshot deploy number for entire build - possible

2019-09-13 Thread Dan Tran
Looks like I need to clear thing a little bit Assume I have a reactor of few hundreds of maven modules and my CI build deploys snapshots, first few good builds, each module deployed to maven repository have same snapshot number Once we encounter a build failure at a module, the snapshot number

Re: Same snapshot deploy number for entire build - possible

2019-09-13 Thread Enrico Olivelli
Dan, Are you running a single 'mvn deploy' or do you have multiple runs? I have never seen weird behaviours in multi module projects Cheers Enrico Il ven 13 set 2019, 08:19 Dan Tran ha scritto: > Hello, Maven dev > > any suggestion/thoughts on this issue are very much appreciated > > Regards >

Re: Same snapshot deploy number for entire build - possible

2019-09-13 Thread Dan Tran
Hello, Maven dev any suggestion/thoughts on this issue are very much appreciated Regards -D On Wed, Sep 11, 2019 at 7:06 PM Dan Tran wrote: > Hello Maven Users and Development Team > > Currently, artifact deployed as snapshot at Maven repository has the > following format > >