Re: [maven-scm-publish-plugin] Could not copy content to SCM checkout... source... and destination... are the same

2022-01-08 Thread Lewis John McGibbney
et/site or > target/staging > > > see plugin documentation > https://maven.apache.org/plugins/maven-scm-publish-plugin/ > > (eventually contact me on ASF Slack...) > > Regards, > > Hervé > > > Le samedi 8 janv

[maven-scm-publish-plugin] Could not copy content to SCM checkout... source... and destination... are the same

2022-01-07 Thread lewis john mcgibbney
Hi scm-users@, Plugin configuration is as follows org.apache.maven.plugins maven-scm-publish-plugin 3.1.0 true Apache Any23 ${project.version} site deployment ${site.scmPubCheckoutDirectory}

Re: [Maven Dependency Plugin] Inheriting transitive dependencies whilst defining an artifact output directory

2018-02-23 Thread Lewis John McGibbney
> Cheers, > Jörg > > > Am Fri, 23 Feb 2018 09:58:09 -0800 schrieb lewis john mcgibbney: > > > I should also say, that the workaround is to list each and every > > transitive dependency in the dependency declaration with scope > > 'provided', such that they ar

Re: [Maven Dependency Plugin] Inheriting transitive dependencies whilst defining an artifact output directory

2018-02-23 Thread lewis john mcgibbney
john mcgibbney <lewi...@apache.org> wrote: > Hello users@, > I am looking to dynamically load JAR's during a program execution based > upon a users input and therefore using the maven-dependency-plugin to do > this. > Specifically, the plugin configura

[Maven Dependency Plugin] Inheriting transitive dependencies whilst defining an artifact output directory

2018-02-23 Thread lewis john mcgibbney
Hello users@, I am looking to dynamically load JAR's during a program execution based upon a users input and therefore using the maven-dependency-plugin to do this. Specifically, the plugin configuration looks as follows org.apache.maven.plugins maven-dependency-plugin

Re: Deploying non-unique SNAPSHOTs

2013-02-23 Thread Lewis John Mcgibbney
I'm on 3.x unfortunately. @Joachim Can you please elaborate a bit on artifactory please? Thanks Lewis On Saturday, February 23, 2013, Joachim Durchholz j...@durchholz.org wrote: Am 23.02.2013 08:55, schrieb Stephen Connolly: Maven 3.x removed the ability to deploy non-unique snapshots. This

Re: Deploying non-unique SNAPSHOTs

2013-02-23 Thread Lewis John Mcgibbney
If I do mvn package and build the snapshots locally (which I think builds non unique artifacts) can I then manually push these to the apache snapshots repository? Thank you. Lewis On Saturday, February 23, 2013, Joachim Durchholz j...@durchholz.org wrote: Am 23.02.2013 17:44, schrieb Lewis John

Is install always required before compile?

2012-08-12 Thread Lewis John Mcgibbney
Hi, I am currently working on a project which has required us to branch [0] Gora trunk and begin some slight APi refactoring to accommodate the added functionality we intend to implement. I have one question though. If I do a clean checkout of the code then run mvn clean compile I get a failure

Re: Is install always required before compile?

2012-08-12 Thread Lewis John Mcgibbney
Hi Dennis On Sun, Aug 12, 2012 at 7:28 PM, Dennis Lundberg denn...@apache.org wrote: No. My gut feeling is that you have something wrong in your dependency tree regarding your internal modules. Looking at the parent pom.xml you seem to be using test jars in two different ways. Either

Re: Incorrectly generated URLs in pom's using maven release plugin

2012-04-24 Thread Lewis John Mcgibbney
Hi Dennis, On Mon, Apr 23, 2012 at 9:54 PM, Dennis Lundberg denn...@apache.org wrote: There are some wrong urls in the pom.xml files, namely in the scm section. (I am not sure what impact of this is). It is about: -the pom.xml in the project root -- tag seems incorrect. Not sure what

Incorrectly generated URLs in pom's using maven release plugin

2012-04-23 Thread Lewis John Mcgibbney
Hi, When pushing out a release candidate for a VOTE, it was brought to my attention that all generated module pom's contain incorrect URLs. I've attached a brief description of what is wrong below with the link to the staged repos here [0]. The release plugin is version 2.2.2 There are some

Using Maven Shade plugin to create Uber-Jar of another Maven plugin

2012-01-21 Thread Lewis John Mcgibbney
Hi, There is some code within the maven-license-plugin which I would like to package into a jar file and extend, this would enable my project to use it @ runtime. I am currently working to configure the Maven shade plugin to do this, but haven't quite got the configuration correct yet. First