Re: Maven-Indexer 6.0 Release

2017-11-26 Thread Tamás Cservenák
More fixes made by Hervé and me. Are we ready for 6.0.0? On Sun, Nov 26, 2017, 01:10 Olivier Lamy wrote: > sounds good! (thanks to make Hervé happy :P ) > > On 25 November 2017 at 01:54, Tamás Cservenák wrote: > > > Hi, > > > > All merged, but there is

Re: Is it poor practice to use Maven repo (ie: Nexus) to store non maven artifacts?

2017-11-26 Thread Robert Scholte
If you consider an artifact repository as a dependency repository, does it make sense now? In a Maven project you can add dependencies required for that project. If that means a dependency with static resources, IMHO that's fine. thanks, Robert On Sun, 26 Nov 2017 20:36:07 +0100, Eric B

Is it poor practice to use Maven repo (ie: Nexus) to store non maven artifacts?

2017-11-26 Thread Eric B
I have a need to store some binary objects (ex: zip files) in a central repository that can be easily accessed by a build or deployment system. Both Chef and/or Docker need access to these binary objects in order to build out the environment needed for my application. The binary objects are not

Re: Is it poor practice to use Maven repo (ie: Nexus) to store non maven artifacts?

2017-11-26 Thread Manfred Moser
I think it is a common and good practice. Specifically if you take advantage of using a good structure in terms of the use GAV coordinates and release versioning. And also with regards to potentially restricting access based on that.. manfred Eric B wrote on 2017-11-26 11:36: > I have a

Re: Maven-Indexer 6.0 Release

2017-11-26 Thread Olivier Lamy
Hi, Sounds good. Sorry I haven't tested that but can we still read Central index? On 27 November 2017 at 08:23, Tamás Cservenák wrote: > More fixes made by Hervé and me. > > Are we ready for 6.0.0? > > On Sun, Nov 26, 2017, 01:10 Olivier Lamy wrote: > >

Commit message for release plugin

2017-11-26 Thread Sander Verhagen
Hi group, I'm working on a legacy application that uses Maven for build, but not for release. For that it has a shell script that, among other things, does a single commit (representing the release) which includes a mix of manual and automated information in the commit message. I'm trying to