Re: MNG-6504: issue with jetspeed-maven-plugin and maven 3.6

2019-01-28 Thread Karl Heinz Marbaise
to take a look at the maven assembly plugin ? Thank you, Christian Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Are Maven snapshots available somewhere ?

2019-01-25 Thread Karl Heinz Marbaise
): https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven/job/master/139/artifact/org/apache/maven/apache-maven/3.6.1-SNAPSHOT/ You need to check the "139" cause this is the current build number...maybe you need to update this... kind regards Karl Hein

[ANN] Apache Maven Shared Component: Maven Dependency Analyzer Version 1.11.1 Released

2018-12-29 Thread Karl Heinz Marbaise
/ReleaseNote.jspa?projectId=12317922=12344667 Bug: * [MSHARED-786] - jdk8 incompatibility at runtime (NoSuchMethodError) Enjoy, -The Apache Maven team Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr

Re: How to interpolate a value in a Maven plugin

2018-12-26 Thread Karl Heinz Marbaise
Hi Jochen, On 26/12/18 23:27, Jochen Wiedmann wrote: On Wed, Dec 26, 2018 at 10:54 PM Karl Heinz Marbaise wrote: I have written a Maven plugin, which must interpret values like ${project.artifactId}, and the like. Where exactly do you use them ? Are injected as parameters

Re: How to interpolate a value in a Maven plugin

2018-12-26 Thread Karl Heinz Marbaise
("project.artifactId"), but that seems to work only for the values, which are configured in the POM's property section. So, what would be a better approach? Can you give a full example for that ? Or a link to the project? Kind regards Karl Hein

[ANN] Apache Maven JAR Plugin Version 3.1.1 Released

2018-12-12 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JAR Plugin Version 3.1.1. https://maven.apache.org/plugins/maven-jar-plugin/ Important Note: * Maven 3.X only * JDK 7 minimum requirement You should specify the version in your project's plugin configuration:

[ANN] Apache Maven Help Plugin Version 3.1.1 Released

2018-12-12 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Help Plugin Version 3.1.1 https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration: Important Notes since Version 3.0.0 * Maven 3+ only * JDK 7

[ANN] Apache Maven Shared Component: Maven Dependency Analyzer Version 1.11.0 Released

2018-12-12 Thread Karl Heinz Marbaise
, -The Apache Maven team Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.3.0 Released

2018-11-24 Thread Karl Heinz Marbaise
to 1.25 Enjoy, -The Apache Maven team Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Applying Jenkins build number

2018-11-22 Thread Karl Heinz Marbaise
depending on the way you run Jenkins) Please add the configuration for flatten-maven-plugin to your configuration as described on the mentioned page... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr

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

2018-11-03 Thread Karl Heinz Marbaise
should do that... But on the other hand if we change back to the previous state the IDE's have to change another time? But I'm not sure about that.. Kind regards Karl Heinz Marbaise Regards, Hervé Le vendredi 2 novembre 2018, 06:17:06 CET Karl Heinz Marbaise a écrit : Hi, On 01/11/18 23:55, Hervé BOUTEMY

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

2018-11-01 Thread Karl Heinz Marbaise
a definitive solution: sorry for the mistakes, and eager to see more user tests to detect such issues earlier in the future Sounds like I should make another Core release within the next 4 Weeks to fix this.. let us summarize that... Kind regards Karl Heinz Marbaise Regards, Hervé [1] https

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

[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

Re: Extension works from lib/ext and CLI but not extensions.xml

2018-10-26 Thread Karl Heinz Marbaise
Hi, On 26/10/18 10:16, Matthieu BROUILLARD wrote: Not sure but I think the mechanism extension does not work for SNAPSHOT versions. No. There is something else different/wrong... Try to install a non SNAPSHOT version in your local maven repository. I think I have already faced the same in

[ANN] Apache Maven Resolver Version 1.3.1 Released

2018-10-15 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.3.1. https://maven.apache.org/resolver/ Apache Maven Artifact Resolver is a library for working with artifact repositories and dependency resolution. Maven Artifact Resolver deals with the specification of

Re: How to specify to make use of the latest version of hibernate jars using maven?

2018-10-03 Thread Karl Heinz Marbaise
project or an example project which shows the behaviour?... Kind regards Karl Heinz Marbaise On 02/10/18 10:14, Senthilkumar Jayakumar wrote: Hi There, In my project Spring (4.3.3) and Hibernate (5.0.11.Final) and JPA (2.1) is currently used and I would like to upgrade the Hibernate version from

[ANN] Apache Maven Deploy Plugin Version 3.0.0-M1 Released

2018-10-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin Version 3.0.0-M1. https://maven.apache.org/plugins/maven-deploy-plugin/ Important Note since 3.0.0-M1: * Maven 3.X only * Minimum JDK 7+ * The maven-deploy-plugin will generate the needed checksums

[ANN] Apache Maven Install Plugin Version 3.0.0-M1 Released

2018-10-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin Version 3.0.0-M1. https://maven.apache.org/plugins/maven-install-plugin/ Important Note since 3.0.0-M1: * Maven 3.X only * Minimum JDK 7+ * The maven-install-plugin does not generate any kind of

Re: New release of the maven-enforcer-plugin?

2018-09-27 Thread Karl Heinz Marbaise
Hi, I'm currently occupied with Maven Core Release / Install / Deploy plugin...but the next on my TODO list is Maven Enforcer plugin... I would say about 2-3 Weeks time frame...? would that help? Kind regards Karl Heinz Marbaise On 27/09/18 10:36, Böhme, Christoph wrote: Hi all

[ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-09-12 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin Version 3.2.0 https://maven.apache.org/plugins/maven-shade-plugin/ Important Note since 3.2.0: * Maven 3.X only * If you like to use minimizeJar you have to use JDK8+ otherwise you can keep running

[ANN] Apache Maven Compiler Plugin Version 3.8.0 Released

2018-07-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Compiler Plugin Version 3.8.0 https://maven.apache.org/plugins/maven-compiler-plugin/ You should specify the version in your project's plugin configuration: Important Notes since Version 3.8.0 * The default value

Re: maven - pom.xml file

2018-07-24 Thread Karl Heinz Marbaise
Hi Angelo, what about: https://maven.apache.org/pom.html BTW: First hit if I type "maven pom" in google ... Kind regards Karl Heinz Marbaise On 24/07/18 10:40, Angelo Moreschini wrote: How course I found the document at link : " http://maven.apache.org/xsd/maven-4.0.0.xsd; B

Re: Programmatic access to enforcer plugin

2018-07-19 Thread Karl Heinz Marbaise
Hi, can explain more in detail what you like to achieve? Best would be based on an example... Apart from that maven-enforcer is intended to check for rules which if someone violates the defined rules...not really intended to make a report ?... Kind regards Karl Heinz Marbaise On 19/07

Re: influenceing the pom that is deployed

2018-07-19 Thread Karl Heinz Marbaise
it always on command line or via property in the pom.xml file... Apart from that I can strongly encourage you to use semantical versions[3] to express things like a patch/bugfix of a things like: 1.1.0 Release 1.1.1 Bug Fix 1.1.2 Bug Fix 1.2.0 Release functional enhancement Kind regards Karl Heinz

Re: Distribution management

2018-07-10 Thread Karl Heinz Marbaise
state of the environment in time which is recorded in a version control... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Maven plugin naming best practices

2018-07-07 Thread Karl Heinz Marbaise
or com.atilika.maven.plugins? Are there any best practices or recommendations here? I would suggest to use com.atilika.maven.plugins to make clear that it is a maven plugin... Kind regards Karl Heinz Marbaise Many thanks, Christian

[ANN] Apache Maven Shared Component: Maven Artifact Transfer Version 0.10.0 Released

2018-07-05 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Artifact Transfer Version 0.10.0. https://maven.apache.org/shared/maven-artifact-transfer/ An API to install, deploy and resolving artifacts with Maven3 You should specify the version in your

Re: repository problems (ibiblio.org) - redirections , HTTP response codes

2018-07-05 Thread Karl Heinz Marbaise
Hi, my first questions is: Why do you use ibiblio ? And not central ? Kind Regards Karl Heinz Marbaise On 05/07/18 16:24, David Balažic wrote: Hi! During a clean build (we wiped the local repository cache) we encountered a problem with one artefact. We used the latest maven version 3.5.4

Re: after upgrade to maven 3.5.4 release plans fail when trying to upload source jar twice

2018-07-04 Thread Karl Heinz Marbaise
he profile via -P ...on command to see the result with simply `mvn clean install`... Kind regards Karl Heinz Marbaise 2) I tried it just with the execution part commented out, and I don't see any -sources jars again. I had expected to from your above comment. 3) I noticed that the super pom ch

Re: Wrong version ids in doxia-modules

2018-07-03 Thread Karl Heinz Marbaise
://search.maven.org/#search%7Cga%7C1%7Corg.apache.maven.doxia They are all available as JAR's as well as sources etc. ? Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: after upgrade to maven 3.5.4 release plans fail when trying to upload source jar twice

2018-07-03 Thread Karl Heinz Marbaise
Hi, The issue looks a bit like: https://issues.apache.org/jira/browse/MNG-5359 On 03/07/18 21:04, Karl Heinz Marbaise wrote: Hi Jim, first thanks for the example project which helps a lot to find the real problem... So the issue is related to two things. First you have defined your own

Re: after upgrade to maven 3.5.4 release plans fail when trying to upload source jar twice

2018-07-03 Thread Karl Heinz Marbaise
without the execution block...which should not influence it but does which needs a more deep analysis...and looks like a bug... Kind regards Karl Heinz Marbaise On 03/07/18 18:33, Jim Sellers wrote: Hi Karl. I've created a minimal project. The git and nexus / repo info would h

Re: after upgrade to maven 3.5.4 release plans fail when trying to upload source jar twice

2018-06-30 Thread Karl Heinz Marbaise
ven to 3.5.3 fixes it. Anyone else seeing this behaviour? Do you have a sample project which reproduces the issue (github / bitbucket / gitlab) and very important the whole pom filesalso a log file would be helpful... Kind regards Karl Heinz Marba

Re: Java 9 modules for Maven components for Java 9 based pluggins

2018-06-28 Thread Karl Heinz Marbaise
and maven.core Can you please show your pom file or a reference to a github/bitbucket project...cause the error message implies there is something cause you seemed to have dependencies to maven.plugin.api and maven.core which usually does not happen in a usual java project... Kind regards Karl Heinz

Re: Release a snapshot version

2018-06-27 Thread Karl Heinz Marbaise
etc. whereas a release is immutable can not change... Maybe I misunderstand your question but based on this it makes no sense to me... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr

Re: No compiler is provided in this environment - how to stop this error ?

2018-06-24 Thread Karl Heinz Marbaise
remove them... Furthermore I see in the screenshots that there are compilation errors...furthermore to drill down to the problem it would be more helpful to test on plain command line...and from within Eclipse etc.. Kind regards Karl Heinz Marbaise On 24/06/18 06:02, Karen Goh wrote: Thanks

[ANN] Apache Maven ACR Plugin Version 3.1.0 Released

2018-06-23 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven ACR Plugin Version 3.1.0. This plugin generates J2EE Application Client file. https://maven.apache.org/plugins/maven-acr-plugin/ Important Note: * Maven 3.X only * JDK 7 minimum requirement You should specify

Re: Notice: Java 6 and 7 users: SSL Protocol upgrades coming to Central

2018-06-13 Thread Karl Heinz Marbaise
Hi Brian, I have posted the same here: https://blogs.apache.org/maven/entry/notice-java-6-and-7 Kind regards Karl Heinz Marbaise On 21/05/18 20:22, Brian Fox wrote: The march of standards continues unabated. Legacy TLS protocols 1.0 and 1.1 have varying weaknesses that could lead to a false

Re: When does a Maven plugin uses the POM in the current directory?

2018-06-13 Thread Karl Heinz Marbaise
Hi, you can do that in different flavours.. by using an execution id like `default-cli` this will be used during the execution on command line (using the current configuration) furthermore since Maven 3.3.1 you can use things like[1]: mvn version:set@Id which means you can do a different

[ANN] Apache Maven WAR Plugin Version 3.2.2 Released

2018-06-10 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven WAR Plugin, version 3.2.2. The WAR Plugin is responsible for collecting all artifact dependencies, classes and resources of the web application and packaging them into a web application archive.

[ANN] Apache Maven Help Plugin Version 3.1.0 Released

2018-06-09 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Help Plugin Version 3.1.0 https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration: Important Notes since Version 3.0.0 * Maven 3+ only * JDK 7

Re: ear without libraries

2018-06-08 Thread Karl Heinz Marbaise
cannot make it how must y use the ear pluging for exclude all dependencies ? thanks Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Parent not deployed/

2018-06-06 Thread Karl Heinz Marbaise
://github.com/nswamy/incubator-mxnet/tree/v1.2.0/scala-package/assembly What is the problem with deploying / releasing the parent poms as well? What is the issue with them? Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users

[ANN] Plexus Interpolation Version 1.25 Released

2018-06-02 Thread Karl Heinz Marbaise
regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] Apache Maven Dependency Plugin Version 3.1.1 Released

2018-05-23 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Plugin Version 3.1.1 https://maven.apache.org/plugins/maven-dependency-plugin/ Important Note since 3.1.1: * Maven 3.X only * JDK 7 minimum requirement You should specify the version in your project's

[ANN] Apache Maven Shared Component: Maven Dependency Analyzer Version 1.10 Released

2018-05-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Dependency Analyzer Version 1.10 https://maven.apache.org/shared/maven-dependency-analyzer/ Analyzes the dependencies of a project for undeclared or unused artifacts. You should specify the

Re: From where to download Maven?

2018-05-13 Thread Karl Heinz Marbaise
in it are not valid cause codehaus is long time a go shutted down... Kind regards Karl Heinz Marbaise On 13/05/18 17:23, Martin Gainty wrote: follow anders recommendation of maven install (latest version of ) location: https://maven.apache.org/download.cgi Maven – Download Apache Maven<ht

[ANN] Apache Maven EAR Version 3.0.1 Released

2018-05-13 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin Version 3.0.1 This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml). https://maven.apache.org/plugins/maven-ear-plugin/

[ANN] Apache Maven WAR Plugin Version 3.2.1 Released

2018-05-13 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven WAR Plugin, version 3.2.1. The WAR Plugin is responsible for collecting all artifact dependencies, classes and resources of the web application and packaging them into a web application archive.

[ANN] Apache Maven Assembly EJB Version 3.0.1 Released

2018-05-09 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EJB Plugin Version 3.0.1 This plugin generates J2EE Enterprise Javabean (EJB) file as well as the associated client jar. https://maven.apache.org/plugins/maven-ejb-plugin/ Important Note since 3.0.1: * Maven 3.X

Re: Welcome Christian Stein to the Apache Maven Team

2018-05-08 Thread Karl Heinz Marbaise
Hello Christian, welcome... Kind regards Karl Heinz Marbaise On 07/05/18 22:01, Robert Scholte wrote: Hi, On behalf of the Apache Maven PMC I am pleased to announce that Christian Stein (sor) has been voted in as a new Apache Maven committer. Christian, welcome on board and have a lot

[ANN] Apache Maven Resources Plugin Version 3.1.0 Released

2018-05-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Resources Plugin Version 3.1.0. https://maven.apache.org/plugins/maven-resources-plugin/ The Resources Plugin handles the copying of project resources to the output directory. There are two different kinds of

[ANN] Apache Maven Clean Plugin Version 3.1.0 Released

2018-04-14 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Clean Plugin Version 3.1.0. https://maven.apache.org/plugins/maven-clean-plugin/ Important Note: * Maven 3.X only * JDK 7 minimum requirement You should specify the version in your project's plugin configuration:

[ANN] Apache Maven JAR Plugin Version 3.1.0 Released

2018-04-10 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JAR Plugin Version 3.1.0. https://maven.apache.org/plugins/maven-jar-plugin/ Important Note: * Maven 3.X only * JDK 7 minimum requirement You should specify the version in your project's plugin configuration:

[ANN] Apache Maven Shade Plugin Version 3.1.1 Released

2018-04-06 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin Version 3.1.1 https://maven.apache.org/plugins/maven-shade-plugin/ Important Note since 3.1.1: * Maven 3.X only You should specify the version in your project's plugin configuration:

[ANN] Apache Maven Dependency Plugin Version 3.1.0 Released

2018-04-06 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Plugin Version 3.1.0 https://maven.apache.org/plugins/maven-dependency-plugin/ Important Note since 3.1.0: * Maven 3.X only * JDK 7 minimum requirement You should specify the version in your project's

[ANN] Apache Maven Shared Component: Maven Dependency Analyzer Version 1.9 Released

2018-03-28 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Dependency Analyzer Version 1.9 https://maven.apache.org/shared/maven-dependency-analyzer/ Analyzes the dependencies of a project for undeclared or unused artifacts. You should specify the

Re: mvn dependency:analyze fails with IllegalArgumentException

2018-03-24 Thread Karl Heinz Marbaise
Hi Henrik, So I created a ticket for that: https://issues.apache.org/jira/browse/MDEP-603 So thanks for reporting this here...and of course for you feedback. Kind regards Karl Heinz Marbaise On 24/03/18 11:14, Henrik Eriksson wrote: Hi Karl, That worked! Regards Henrik 2018-03-23 19:35

Re: mvn dependency:analyze fails with IllegalArgumentException

2018-03-23 Thread Karl Heinz Marbaise
Hi Henrik, can you try to add the following to your pom configuration (just a try to see if I'm on the right path): org.apache.maven.plugins maven-dependency-plugin org.ow2.asm asm 6.1 and just give a try to rerun it... Kind regards Karl Heinz

Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-15 Thread Karl Heinz Marbaise
checked that the extension you are trying to get is really under the given coordinates and the same version available ? Kind regards Karl Heinz Marbaise [1]: https://books.sonatype.com/nexus-book/2.8/reference/maven-sect-single-group.html Thank you Karl, I appreciate your help. 2018-03-15

Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-15 Thread Karl Heinz Marbaise
version do you use? How have you configured your own repositories? Via settings.xml or via repository manager ? Kind regards Karl Heinz Marbaise Thank you very much in advance. Kind regards, Salva - To unsubscribe, e-mail

Re: [ANN] Apache Maven EAR Version 3.0.0 Released

2018-03-15 Thread Karl Heinz Marbaise
command line works and generates a correct EAR, i.e. contains the WAR module with the groupId in its name. Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

[ANN] Apache Maven EAR Version 3.0.0 Released

2018-03-12 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EAR Plugin Version 3.0.0 This plugin generates Java EE Enterprise Archive (EAR) file. It can also generate the deployment descriptor file (e.g. application.xml). https://maven.apache.org/plugins/maven-ear-plugin/

Re: maven-install-plugin: Why it does not install the artifacts

2018-03-12 Thread Karl Heinz Marbaise
bitbucket etc... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: [m-jlink-p] missing --launcher and other CLI options in alpha1

2018-03-08 Thread Karl Heinz Marbaise
e path -v, --verbose Enable verbose tracing --version Version information @ Read options from file Kind regards Karl Heinz Marbaise - To unsubsc

Re: Maven Plugin Testing Tools deprecated

2018-03-03 Thread Karl Heinz Marbaise
wouldn't really call it deprecated but based on the experiences I (and other devs) have it's easier to write integration tests via maven-invoker-plugin for plugins... The question is what kind of integration tests you have and what exactly you need to test... Kind regards Karl Heinz Marbaise

Re: Anything in pipeline to add functionality to read pom in different formats?

2018-02-01 Thread Karl Heinz Marbaise
ike to use something different you can take a look at: https://github.com/takari/polyglot-maven Ruby, Yaml Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mai

Re: sorting versions for artifacts with hypen and / or dot in filename

2018-01-09 Thread Karl Heinz Marbaise
have? Kind regards Karl Heinz Marbaise Thanks. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Special parameters - sha1

2017-11-14 Thread Karl Heinz Marbaise
the real problem is ? ... Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Unrecognised tag: 'testResources'

2017-10-30 Thread Karl Heinz Marbaise
. Who can help? Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Problems Using ANTLR4 (Packaged Classes Not Found in Generated Code)

2017-10-29 Thread Karl Heinz Marbaise
Hi, can make a test project on Github/gitlab etc. Kind regards Karl Heinz Marbaise On 29/10/17 05:13, R0b0t1 wrote: Is any more information needed? The files are generated properly by ANTLR, but I can not compile the generated files. [INFO

Re: Auto-increment semantic version number for CD pipeline with git and docker

2017-10-27 Thread Karl Heinz Marbaise
; This is a different story to tell) on the master/trunk. This means that you can simply prevent parallel build of master/trunk...so in the end the master/trunk will always produce a single version. Kind regards Karl Heinz Marbaise

Re: how to use both buildnumber-maven-plugin and maven-release-plugin

2017-10-25 Thread Karl Heinz Marbaise
of the released artifact. If you like to use a property for the version. First you have to use Maven 3.5.0+ and furthermore flatten-maven-plugin as described in the docs about that[1]. Kind regards Karl Heinz Marbaise [1]: http://maven.apache.org/maven-ci-friendly.html Cheers, Steve C On 24 Oct 2017

Re: [EXTERNAL] Re: how to use both buildnumber-maven-plugin and maven-release-plugin

2017-10-24 Thread Karl Heinz Marbaise
stion but it sounds like you are trying to resolve a thing which has been solved by maven-release-plugin already?... Kind regards Karl Heinz Marbaise Looks like if I configure a default property value for maven.buildNumber.doCheck to true, then I can have a profile activate when file releas

Re: how to use both buildnumber-maven-plugin and maven-release-plugin

2017-10-24 Thread Karl Heinz Marbaise
Hi, the question is what the real problem is? Can you have an example project which shows the problem? Or can you describe more in detail what exactly does not work or not work like you expect it.. Kind regards Karl Heinz Marbaise

[ANN] Apache Maven WAR Plugin Version 3.2.0 Released

2017-10-08 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven WAR Plugin, version 3.2.0. The WAR Plugin is responsible for collecting all artifact dependencies, classes and resources of the web application and packaging them into a web application archive.

Re: Updating from 3.3.9 to 3.5.0 causing strange unit test failures

2017-10-02 Thread Karl Heinz Marbaise
Hi Alex, I've also seen that the project inherits from apache parent version 13 which is 4 years old...in the meantime we are at version 18... Kind regards Karl Heinz Marbaise See: http://maven.apache.org/pom/asf/ On 02/10/17 00:57, Alex O'Ree wrote: after further investigation, it's

Re: Updating from 3.3.9 to 3.5.0 causing strange unit test failures

2017-10-01 Thread Karl Heinz Marbaise
of string to byte encoding issue (it still may be). Still investigate this. Using surefire 2.4 with junit 4.12. based on the pom files there two definitions one for maven-surefire-plugin 2.4 and one for maven-surefire-plugin 2.15...which I would suggest clean up... Kind regards Karl Heinz Marbaise

Re: Updating from 3.3.9 to 3.5.0 causing strange unit test failures

2017-10-01 Thread Karl Heinz Marbaise
3.3.9 and upgrade maven-surefire-plugin to newer versions and see if it does not break anything... Afterwards I would upgrade to Maven 3.5.0... Kind regards Karl Heinz Marbaise Steps to reproduce using maven 3.5.0 with jdk7 (windows) git clone https://git-wip-us.apache.org/repos/asf/juddi.git

Re: Specifying version range for dependency causes resolver error; maven-metadata.xml on central looks wrong - how do I make ranges work?

2017-09-26 Thread Karl Heinz Marbaise
Hi, based on the feedback I got here: https://issues.sonatype.org/browse/MVNCENTRAL-2721 It could be only a little time to be fixed in Maven Central.. Kind regards Karl Heinz Marbaise On 26/09/17 13:12, Karl Heinz Marbaise wrote: Hi, On 26/09/17 13:02, Christian Balzer wrote: Hi all, I

Re: Specifying version range for dependency causes resolver error; maven-metadata.xml on central looks wrong - how do I make ranges work?

2017-09-26 Thread Karl Heinz Marbaise
tes for detail... Kind regards Karl Heinz Marbaise I'm running Apache Maven 3.3.9 and that's the latest jar in my local repo. (The docs specify version 3.3.9 for the actual jar.) Do I need to pull the latest one, or is something else broken there? Kind regards, Christ

[ANN] Apache Maven JMod Plugin Version 3.0.0-alpha-1 Released

2017-09-20 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JMod Plugin Version 3.0.0-alpha-1 release https://maven.apache.org/plugins/maven-jmod-plugin/ The JMod Plugin is used to create JMod Files http://openjdk.java.net/jeps/261 The plugin has got the major version 3 to

[ANN] Apache Maven JLink Plugin Version 3.0.0-alpha-1 Released

2017-09-14 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JLink Plugin Version 3.0.0-alpha-1 release https://maven.apache.org/plugins/maven-jlink-plugin/ The plugin has got the major version 3 to make clear this plugin is only for Maven 3+. * Maven 3.X only * JDK 7

[ANN] Apache Maven Dependency Plugin Version 3.0.2 Released

2017-09-14 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Plugin Version 3.0.2. https://maven.apache.org/plugins/maven-dependency-plugin/ Important Note since 3.0.0: * Maven 3.X only * JDK 6 minimum requirement You should specify the version in your project's

Re: Project dependencies vs plugin dependencies for a mojo looking at the project

2017-09-13 Thread Karl Heinz Marbaise
fer[3]. But I don't see the requirement to define it in two place ? Kind regards Karl Heinz Marbaise [1]: https://maven.apache.org/plugins/maven-dependency-plugin/unpack-mojo.html [2]: https://maven.apache.org/plugins/maven-dependency-plugin/unpack-dependencies-mojo.html [3]: ht

Re: Project dependencies vs plugin dependencies for a mojo looking at the project

2017-09-13 Thread Karl Heinz Marbaise
. com.megacorp:thing-plugin:1.0.2 can I get my mojo's own key programmatically in the mojo to avoid hard-coding it? Can you please explain what you are trying to accomplish ? Thanks Adam Kind regards Karl Heinz Marbaise - To unsubscribe

Re: Release plugin: why are my releases tagged as snapshots?

2017-09-10 Thread Karl Heinz Marbaise
ase ..." Haven't you deleted this tag if something has failed with the release on the remote ? Kind regards Karl Heinz Marbaise On 10/09/17 21:52, Chris wrote: Actually, the parent pom.xml can probably be deleted now. I was trying to keep the child one together with a sibling pom.

Re: Release plugin: why are my releases tagged as snapshots?

2017-09-10 Thread Karl Heinz Marbaise
versions of maven-release-plugin (but I'm not sure if really support releases of childs at the moment?)... Kind regards Karl Heinz Marbaise On 10/09/17 20:52, Chris wrote: I've been informed at https://issues.sonatype.org/browse/OSSRH-34445 that: "The logs show that the build is t

Re: Is there a way to make a mojo run after "deploy" completion?

2017-09-03 Thread Karl Heinz Marbaise
n is bound to an life cycle like "deploy" (Preferrably only run my mojo if deployment has been successful, though I could live with running it every time) Kind regards Karl Heinz Marbaise - To unsubscribe, e-

Re: How does maven handle Java module dependencies?

2017-08-27 Thread Karl Heinz Marbaise
Karl Heinz Marbaise [1]: http://blog.soebes.de/blog/2017/06/06/howto-create-a-java-run-time-image-with-maven/ [2]: https://github.com/khmarbaise/jdk9-jlink-jmod-example/tree/master/maven-example thanks, Robert On Sun, 27 Aug 2017 13:50:46 +0200, Russell Gold <russell.g...@oracle.com>

[ANN] Apache Maven Assembly EJB Version 3.0.0 Released

2017-08-19 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven EJB Plugin Version 3.0.0 This plugin generates J2EE Enterprise Javabean (EJB) file as well as the associated client jar. https://maven.apache.org/plugins/maven-ejb-plugin/ Important Note since 3.0.0: * Maven 3.X

[ANN] Apache Maven Assembly Plugin Version 3.2.0 Released

2017-08-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin Version 3.1.0 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Re: Maven return code 502, ReasonPhrase:notresolvable

2017-08-13 Thread Karl Heinz Marbaise
l...Or bad configuration of Nexus etc.. How does your settings.xml look like? Kind regards Karl Heinz Marbaise On 13/08/17 18:29, Mehul Sanghvi wrote: I upgraded my Nexus OSS server to version 2.14.5-02, and I still see the same issue. All new builds that I have get affected by this, unless

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.2.0 Released

2017-08-13 Thread Karl Heinz Marbaise
requisites for none maven-plugin project * [MSHARED-653] - Upgrade to plexus-archiver 3.5 Enjos, -The Apache Maven team Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional comman

Re: apache-maven-3.3.9 silently doesn't compile with jdk7 (it does with jdk8)

2017-08-09 Thread Karl Heinz Marbaise
egards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: apache-maven-3.3.9 silently doesn't compile with jdk7 (it does with jdk8)

2017-08-09 Thread Karl Heinz Marbaise
Hi, can you give a full working example of that... cause it sounds like there is something wrong with your configuration... What does: "mvn --version" says? Are you trying to run in console or running from inside of Eclipse? Kind regards Karl Heinz Marbaise On 08/08/17 16:38, bamb

Re: How is the best way to get an effective POM outside of a Maven Plugin?

2017-08-09 Thread Karl Heinz Marbaise
the maven model... Kind regards Karl Heinz Marbaise On 09/08/17 13:00, spars...@web.de wrote: Hello, currently, I'm working on a small tool, that needs some information of a POM and its parent POM. I didn't want to parse them with a XML reader, so I found that the DefaultModelBuilder can

Re: maven-plugin-testing-harness

2017-07-26 Thread Karl Heinz Marbaise
Hi, On 26/07/17 20:13, Karl Heinz Marbaise wrote: Hi, On 26/07/17 11:49, ahardy42 wrote: Is there life is in this testing harness still? I'm looking at https://maven.apache.org/plugin-testing/maven-plugin-testing-harness/ The link to JIRA returns 503 - http://jira.codehaus.org/browse

Re: maven-plugin-testing-harness

2017-07-26 Thread Karl Heinz Marbaise
-with-maven-plugin-testing-harness Regards Adam Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

<    1   2   3   4   5   6   7   8   9   >