Re: PSA: You can't push POMs with child.inherit.append.path attributes to Maven Central yet

2018-11-01 Thread Karl Heinz Marbaise
Hi, On 01/11/18 23:55, Hervé BOUTEMY wrote: Hi, Ah, I forgot about Nexus staging checks... I also forgot to merge MNG-6059 [1], which changes the attributes names for more flexibility on scm urls. Looks like Maven 3.6.0 is not fully ready for this feature, will require 3.6.1 to have a

Re: PSA: You can't push POMs with child.inherit.append.path attributes to Maven Central yet

2018-11-01 Thread Hervé BOUTEMY
Hi, Ah, I forgot about Nexus staging checks... I also forgot to merge MNG-6059 [1], which changes the attributes names for more flexibility on scm urls. Looks like Maven 3.6.0 is not fully ready for this feature, will require 3.6.1 to have a definitive solution: sorry for the mistakes, and

Re: parent pom relative path not working, with test case

2018-11-01 Thread Marshall Schor
added Jira https://issues.apache.org/jira/browse/MNG-6503 On 11/1/2018 12:22 PM, Karl Heinz Marbaise wrote: > Hi, > > can you please file an issue in JIRA and please add an example project to > reproduce the issue... > > Kind regards > Karl Heinz Marbaise > > On 01/11/18 14:49, Marshall Schor

Re: parent pom relative path not working, with test case

2018-11-01 Thread Karl Heinz Marbaise
Hi, can you please file an issue in JIRA and please add an example project to reproduce the issue... Kind regards Karl Heinz Marbaise On 01/11/18 14:49, Marshall Schor wrote: also tried with just released maven 3.6.0 - same behavior. On 11/1/2018 9:34 AM, Marshall Schor wrote: Hi, I can

Re: parent pom relative path not working, with test case, worked in maven 3.3.9

2018-11-01 Thread Marshall Schor
This appears to be maven-release related, because this works in version 3.3.9, but not in 3.5.4 or 3.6.0. Anyone know a workaround? -Marshall On 11/1/2018 9:49 AM, Marshall Schor wrote: > also tried with just released maven 3.6.0 - same behavior. > > On 11/1/2018 9:34 AM, Marshall Schor wrote:

PSA: You can't push POMs with child.inherit.append.path attributes to Maven Central yet

2018-11-01 Thread Mark Raynsford
Hello! Ran into a problem today whilst trying to push artifacts to Central that happened to use the new MNG-5951 attributes. See: http://blog.io7m.com/2018/11/01/you-cannot-put-that-there.xhtml See: https://issues.apache.org/jira/browse/MNG-5951 See:

Re: [ANN] Apache Maven Version 3.6.0 Released

2018-11-01 Thread jieryn
Congratulations, and thanks! On Thu, Nov 1, 2018 at 7:53 AM Karl Heinz Marbaise wrote: > > The Apache Maven team is pleased to announce the release of the Apache > Maven 3.6.0. > > Apache Maven is a software project management and comprehension tool. Based > on the concept of a project object

Re: Need advice to put my bootstrap template in Maven archetype web app

2018-11-01 Thread jieryn
You said you wanted to create a maven web project. Forgive me, I interpret that to mean a web application. I'm not familiar with any official or unofficial way to create a 3rd party bootstrap project. I presume you mean http://getbootstrap.com/ Bootstrap. Finally, your use of Maven archetype in

Re: parent pom relative path not working, with test case

2018-11-01 Thread Marshall Schor
also tried with just released maven 3.6.0 - same behavior. On 11/1/2018 9:34 AM, Marshall Schor wrote: > Hi, > > I can get parent pom relative path to work from a top level pom referencing a > subfolder at the 1st level. > > But it fails for me when the top level includes a sub project >

parent pom relative path not working, with test case

2018-11-01 Thread Marshall Schor
Hi, I can get parent pom relative path to work from a top level pom referencing a subfolder at the 1st level. But it fails for me when the top level includes a sub project contained in another 1st level folder next to the parent pom's folder, where that project's pom references the parent-pom

[ANN] Maven Plugin Tools 3.6.0

2018-11-01 Thread Olivier Lamy
Hi The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Plugin, version 3.6.0 The Maven Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR https://maven.apache.org/plugins/maven-plugin-plugin/

[ANN] Apache Maven Version 3.6.0 Released

2018-11-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven 3.6.0. Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of

[ANN] Apache Maven Remote Resources Plugin 1.6.0 Released

2018-11-01 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Remote Resources Plugin, version 1.6.0 This plugin is used to retrieve JARs of resources from remote repositories, process those resources, and incorporate them into JARs you build with Maven.