Re: [MSHADE-215] Shade plugin fails to handle "exploded" jars

2018-07-21 Thread Johno Crawford
On 2018/07/21 11:05:29, Johno Crawford wrote: > Hey all,> > > When building the Atomix project on GitLab CI [1] we are running into the> > same problem as described here> > https://issues.apache.org/jira/browse/MSHADE-215> > > Essentially the artifacts passed into the shade plugin point to the mod

[MSHADE-215] Shade plugin fails to handle "exploded" jars

2018-07-21 Thread Johno Crawford
Hey all, When building the Atomix project on GitLab CI [1] we are running into the same problem as described here https://issues.apache.org/jira/browse/MSHADE-215 Essentially the artifacts passed into the shade plugin point to the modules classes directory which fails [2] as the plugin expects ja

Re: "scm:git:file:///" + repo.getAbsolutePath()

2018-07-21 Thread Basin Ilya
I've just found that git ignores the ://host/ part. 21.07.2018 13:46, Michael Osipov пишет: > Am 2018-07-21 um 10:05 schrieb Basin Ilya: >> Hi. >> >> I'm looking at the commits c7a9910 & 90089a7 in maven-scm. They create an >> instance of ScmRepository with >> >> "scm:git:file:///" + repo.ge

[MSHADE-215] Shade plugin fails to handle "exploded" jars

2018-07-21 Thread Johno Crawford
Hey all, When building the Atomix project on GitLab CI [1] we are running into the same problem as described here https://issues.apache.org/jira/browse/MSHADE-215 Essentially the artifacts passed into the shade plugin point to the modules classes directory which fails [2] as the plugin expects ja

Re: "scm:git:file:///" + repo.getAbsolutePath()

2018-07-21 Thread Michael Osipov
Am 2018-07-21 um 10:05 schrieb Basin Ilya: Hi. I'm looking at the commits c7a9910 & 90089a7 in maven-scm. They create an instance of ScmRepository with "scm:git:file:///" + repo.getAbsolutePath() Although the resulting string is further processed, before passed to git, it doesn't confor

"scm:git:file:///" + repo.getAbsolutePath()

2018-07-21 Thread Basin Ilya
Hi. I'm looking at the commits c7a9910 & 90089a7 in maven-scm. They create an instance of ScmRepository with "scm:git:file:///" + repo.getAbsolutePath() Although the resulting string is further processed, before passed to git, it doesn't conform with the format documented in https://maven

Re: [jenkins] How is asfMavenTlpStdBuild() defined?

2018-07-21 Thread Stephen Connolly
I did a video series showing how this was developed: Here’s a link to one of the episodes, you should be able to find the others from this: https://youtu.be/vfAzhVDxOOk There are blog posts on cloudbees.com that have the video links and brief summaries of each of the 12 videos. HTH On Fri 20 Ju