czw., 21 mar 2024 o 20:54 Tamás Cservenák <ta...@cservenak.net> napisał(a):

> Howdy,
>
> What is the use case of "go offline"?
>

For me - I use go-offline to prefetch local repo.
I have a simple project which have a common dependencies like spring-boot
and some home made other commons dependencies in company,
On this project I execute go-offline from time to time on git-lab

Next other projects use prefeched repo as maven.repo.local.tail, each
project uses its own cached local repo, repositories not used by some time
are removed.
All cached repositories are mounted by nfs on git-lub runners - so I
minimize  using the same repo by many build to avoid locks problems

I know that go offline has many bugs ... but it is accepted in my scenario



> That is yet another goal coming from "Maven2 era" and messes up your local
> repository (wrt back tracing dependencies,
> https://issues.apache.org/jira/browse/MNG-7619)
> I mean, if you do a build (w/o tests, or skipping most time stealing
> steps), like "dry build", why is that not an option?
>
> T
>
>
> On Thu, Mar 21, 2024 at 8:45 PM Scott Kurz <scottk...@gmail.com> wrote:
>
> > +1 to this list from Slawomir:
> >
> > - dependency:analyze /  dependency:analyze-only
> > - dependency:copy
> > - dependency:copy-dependencies
> > - dependency:go-offline
> > - dependency:list
> > - dependency:tree
> > - dependency:unpack
> > - dependency:unpack-dependencies
> >
> > On Thu, Mar 21, 2024 at 2:56 PM Slawomir Jaranowski <
> > s.jaranow...@gmail.com>
> > wrote:
> >
> > > Hi
> > > I use:
> > >
> > > - dependency:analyze /  dependency:analyze-only
> > > - dependency:copy
> > > - dependency:copy-dependencies
> > > - dependency:go-offline
> > > - dependency:list
> > > - dependency:tree
> > > - dependency:unpack
> > > - dependency:unpack-dependencies
> > >
> > >
> > >
> > > czw., 21 mar 2024 o 17:06 Tamás Cservenák <ta...@cservenak.net>
> > > napisał(a):
> > >
> > > > Howdy,
> > > >
> > > > I'd would be interested in how users and devs are using
> > > > maven-dependency-plugin:
> > > > https://maven.apache.org/plugins/maven-dependency-plugin/
> > > >
> > > > I collected some basic questions I'd like to have answered (but feel
> > free
> > > > to add more info!):
> > > > - which goals are "must have" for you
> > > > - which goals are "I never touched" for you (or, "I really don't
> need"
> > or
> > > > "never used" or "shrug")
> > > > - what is missing?
> > > >
> > > > Thanks
> > > > T
> > > >
> > >
> > >
> > > --
> > > Sławomir Jaranowski
> > >
> >
>


-- 
Sławomir Jaranowski

Reply via email to