Multi-Module Library Best Practices (configuration & deployment)

2018-12-18 Thread Nikki Novak
https://github.com/BattlePlugins/BattleArena Got a report on Discord that one of the users could not build one of our open source projects: BattleArena. Examples of his error reproduced by me (with an empty local-repo): [INFO] -

RE: How to force a change in a child pom

2018-12-18 Thread Samuli Saarinen
You could try including true in the fileSet to see if the pattern actually matches anything. Running with mvn -X might also give some insight of what is actually happening during assembly. br, Samuli From: Arnold Morein Sent: 18. joulukuutata 2018 23:58 To: Maven Users List Subject: Re: How t

Re: How to force a change in a child pom

2018-12-18 Thread Arnold Morein
Thanks for that. I now have the dbutility project getting all the required components exported into the executable jar but for one tiny thing. The META-INF/persistence.xml from the EJB project is a context for use in an EAR; it references a JNDI connection pool. The one in the dbutility pr

[ANN] Apache Maven Common Artifact Filters 3.1.0 Released

2018-12-18 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Common Artifact Filters, version 3.1.0 This library contains a collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution. https://maven.apache.org/shared/maven-common

Re: windows 10 scm git authentication

2018-12-18 Thread Matthew Broadhead
this one seems better and more current https://github.com/aleksandr-m/gitflow-maven-plugin switching to this solved my particular problem as it doesn't use JGit but instead runs the executable at command line On 18/12/2018 14:46, domi wrote: Actually, it has been forked to here: https://gitlab

Re: windows 10 scm git authentication

2018-12-18 Thread domi
Actually, it has been forked to here: https://gitlab.com/ultreiaio/jgit-flow /Domi > On 18 Dec 2018, at 13:39, Olivier Lamy wrote: > > Hi > The jgitflow plugin is not maintained here. > You should ask here > https://bitbucket.org/atlassian/jgit-flow > >

Re: windows 10 scm git authentication

2018-12-18 Thread Olivier Lamy
Hi The jgitflow plugin is not maintained here. You should ask here https://bitbucket.org/atlassian/jgit-flow HTH Olivier On Tue, 18 Dec 2018 at 8:35 pm, Matthew Broadhead wrote: > i have recently switched from ubuntu to windows 10 and i am having > problems authenticating the scm from either a

Re: Plugins are not getting inherited

2018-12-18 Thread Peter Lamby
Solved it, the flatten-maven-plugin was removing the build section. On 2018/12/18 10:56:11, Peter Lamby wrote: > Hi everyone,> > > I have the following parent pom:> > https://github.com/Serranya/de.serra.parent/tree/wtf (notice the wtf branch)> > > And the following child pom:> > https:

Plugins are not getting inherited

2018-12-18 Thread Peter Lamby
Hi everyone, I have the following parent pom: https://github.com/Serranya/de.serra.parent/tree/wtf (notice the wtf branch) And the following child pom: https://github.com/Serranya/de.serra.rocker-for-takes-maven-plugin/tree/wtf (again wtf branch) When I execute `mvn verify` on the parent pom the

windows 10 scm git authentication

2018-12-18 Thread Matthew Broadhead
i have recently switched from ubuntu to windows 10 and i am having problems authenticating the scm from either a command prompt or git shell. mvn jgitflow:release-start it fails with [ERROR] Failed to execute goal external.atlassian.jgitflow:jgitflow-maven-plugin:1.0-m5.1:release-start (defaul