Re:  Can I sell my Java library on Maven Central?

2024-12-05 Thread Ed Dowgiallo
I would suggest putting your initial effort on Kickstarter. If your kickstarter is encouraging enough, try opening a store on eBay or Gumroad that will deal with all the international taxation issues for you. Gumroad is used to hosting vendors of downloadable things. Ed On Thu, Dec 5, 2024 at 12

Re: Eclipse support for Maven modules

2021-12-27 Thread Ed Dowgiallo
Gary > > On Mon, Dec 27, 2021 at 10:30 AM Ed Dowgiallo > wrote: > > > Slawomir, > > > > Yes, all works fine at command line. All 31 modules work for mvn clean, > and > > I currently get a package not found in module 25 which is my bug. > > > &g

Re: Eclipse support for Maven modules

2021-12-27 Thread Ed Dowgiallo
Mon, Dec 27, 2021 at 10:17 AM Slawomir Jaranowski wrote: > Hi, > > Does your fresh project after git checkout build correctly with all modules > by standard Maven command, like > mvn clean verify > from command line? > > Is your project accessible publicly? > >

Eclipse support for Maven modules

2021-12-27 Thread Ed Dowgiallo
Hi, First time poster. I like the Maven approach to modules and am using it for my projects with the Eclipse IDE. Not quite getting something right though. After I have committed a project to git and do a fresh checkout of it on a different computer, it appears to forget all the module structure.