Re: [VOTE] Require Java 17 for Maven 4

2024-02-28 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 28.02.24 08:30, Benjamin Marwell wrote: Hi Maven Devs/Users/Committers and PMC members! After several discussions on the mailing lists, I would like to start a vote in favour of setting the minimal Java bytecode target of Maven-Core 4 to 17

Re: Maven 4.0 release timeline

2023-12-18 Thread Karl Heinz Marbaise
Hi, first try to build your whole project on plain command lineand see if there are issuesafter that you can try your IDE .. because IntelliJ has an integrated version and also the support is not really ready to use... Kind regards Karl Heinz Marbaise On 18.12.23 23:19, Tamás Cservenák

Re: maven-checkstyle-plugin using project dependencies?

2023-12-18 Thread Karl Heinz Marbaise
the documentation: https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

Re: Maven 4.0 release timeline

2023-12-18 Thread Karl Heinz Marbaise
, there is 4.0.0-alpha-9 version available (at the moment the VOTE for 4.0.0-alpha-10 is running developers list).. https://maven.apache.org/download.cgi https://maven.apache.org/docs/history.html https://maven.apache.org/mailing-lists.html Kind regards Karl Heinz Marbaise Apache Maven PMC Chairman

Re: Inclusion of Failsafe plugin by default

2023-12-10 Thread Karl Heinz Marbaise
s). Another question arises: Is this enough because running integration test could require other things? For example starting a thing like tomcat/jetty etc. or docker containers and even many other things? Or would it be better to control that via the integration test itself (via testcontainers or alike)

Re: Self-inflicted wounds again.

2023-11-13 Thread Karl Heinz Marbaise
Heinz Marbaise On 13.11.23 20:27, Joseph Kessselman wrote: Had generation of the multi-module distribution binary zipfile working yesterday. Came back today to find I had apparently stepped on it before pushing. Sigh. OK, I should be able to reproduce this, right? Unfortunately, no. I'm missing

Re: war plugin incompatibility

2023-11-13 Thread Karl Heinz Marbaise
/ Upgrade the plugin versions 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: Maven CI Friendly Versions

2023-11-13 Thread Karl Heinz Marbaise
Thanks Tamás.. Kind regards Karl Heinz Marbaise On 10.11.23 17:24, Tamás Cservenák wrote: It changed domain https://blog.soebes.io/posts/2017/04/2017-04-02-maven-pom-files-without-a-version-in-it/ HTH T On Fri, Nov 10, 2023 at 5:19 PM Eric B wrote: Many years ago Karl Heinz Marbaise had

Re: Can the jar plugin respect .gitignore?

2023-11-13 Thread Karl Heinz Marbaise
? ... What exactly are you trying to achieve? 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: maven-assembly-plugin, bin example is giving me trouble

2023-11-13 Thread Karl Heinz Marbaise
exactly the 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: How to log in surefire which test classes are executed in which surefire thread?

2023-05-30 Thread Karl Heinz Marbaise
ead? Mit freundlichem Gruß Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Inhaber Dipl.Ing.(FH) Karl Heinz Marbaise USt.IdNr: DE191347579 Hauptstrasse 177 52146 Würselen https://www.soebes

Re: Maven Artifact Resolver not seeing latest plugins on Maven Central on my machine

2023-05-25 Thread Karl Heinz Marbaise
Hi, as I wrote on SO... are you in a corporate environment and using a repository manager ? Kind regards Karl Heinz Marbaise On 24.05.23 18:04, Garret Wilson wrote: I'm writing to this list on the advice of Andrzej Jarmoniuk on [Versions Maven Plugin Issue #959](https://github.com/mojohaus

Re: Support for Java 9+

2023-04-21 Thread Karl Heinz Marbaise
ely on maven-model? Creating a plugin or alike? And what do you mean by Java 9+ compatible... ? Are you talking about Java Module System? Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@mave

Re: Maven slow

2023-04-10 Thread Karl Heinz Marbaise
Hi, That sounds very good.. Tip: Do not use "install" use "verify" instead... Kind regards Karl Heinz Marbaise On 10.04.23 10:50, Tommy Svensson wrote: Hello maven users, I provided an update on this yesterday, but I'm not sure it was sent. My Mac was in a really bad

Re: Maven slow

2023-04-10 Thread Karl Heinz Marbaise
)... 6. tip: "mvn install" is more or less never needed. "install" will deploy the built artifacts into your local cache "$HOME/.m2/repository" It's only necessary if you want to consume your built artifacts from an other maven project... otherwise it's not

Re: MalformedInputException: Input length = 1

2023-01-22 Thread Karl Heinz Marbaise
/filtered-resources will contain resources which will be filtered... Kind regards Karl Heinz Marbaise It’s also pretty common to commit Gradle Wrapper or Maven Wrapper JAR files, but in this case it looks like this Gradle Wrapper JAR is not used for building the codebase itself, but possibly

Fwd: MalformedInputException: Input length = 1

2023-01-20 Thread Karl Heinz Marbaise
Accidentially not included the list... Forwarded Message Subject: Re: MalformedInputException: Input length = 1 Date: Fri, 20 Jan 2023 13:50:52 +0100 From: Karl Heinz Marbaise Reply-To: i...@soebes.de To: Tom Corcoran Hi, On 18.01.23 17:23, Tom Corcoran wrote: Hi, I am

Re: How to issue to maven

2022-11-26 Thread Karl Heinz Marbaise
step is to describe your problem and what you think is the correct way... Best would be having an example project so see what actually is done and how. Also add which Maven version, JDK version and how you call Maven. Kind regards Karl Heinz Marbaise maven user

Re: Maven Deploy fails

2022-11-11 Thread Karl Heinz Marbaise
might want to have multiple pristine maven installs independent of your distribution anyway). Gruss Bernd Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional comman

Re: Maven Deploy fails

2022-11-10 Thread Karl Heinz Marbaise
Hi, an add-on to that topic: I've analyzed more or the less the same on SO a number of times. https://stackoverflow.com/questions/67481742/cant-run-maven-3-6-3-on-jdk7/67482132#67482132 Here it's related to JDK7 but the cause is the same. Kind regards Karl Heinz Marbaise On 11.11.22 08:26

Re: Maven Deploy fails

2022-11-10 Thread Karl Heinz Marbaise
ice.jar shows that this is the installed version of Maven via Ubuntu. Please check the hash shasum -a 256 /usr/share/maven/lib/guice.jar and compare that output with shasum -a 256 /opt/apache-maven-3.6.3/lib/guice-4.2.1-no_aop.jar I bet they are different. Kind regards Karl Heinz Mar

Re: Maven Deploy fails

2022-11-10 Thread Karl Heinz Marbaise
aven/lib/"... Also can you check if you have set an environment variable which starts with "M" (something like M2_HOME?? or alike? Kind regards Karl Heinz Marbaise On 10.11.22 20:21, Raivo Rebane wrote: Hi To me seems it is Apache Maven. raivo@Hydra:~/t

Re: Maven Deploy fails

2022-11-10 Thread Karl Heinz Marbaise
This looks also very strange... 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: testCompile with multiReleaseOutput main classes

2022-07-23 Thread Karl Heinz Marbaise
not sure if you really need toolchains in your case?. Kind regards Karl Heinz Marbaise  * https://maven.apache.org/plugins/maven-compiler-plugin/multirelease.html I've taken a slimmed down _Multi-Release Parent_ <http://www.russgold.net/sw/2018/04/easier-than-it-looks/> approach, and th

Re: Maven-Assembly-Plugin v3.4.1 not correctly processing assembly descriptors?

2022-07-19 Thread Karl Heinz Marbaise
Hi, You can verify that if you simply add the maven-common-artifact-filters version in the dependencies part of the plugin configuration where you defined the dvtm.base Assembly Kind regards Karl Heinz Marbaise On 19.07.22 12:55, Jean Pierre URKENS wrote: Looks like the issue is already

Re: Maven-Assembly-Plugin v3.4.1 not correctly processing assembly descriptors?

2022-07-19 Thread Karl Heinz Marbaise
Hi, can you make an example project on github or alike... Kind regards Karl Heinz Marbaise On 19.07.22 12:07, Jean Pierre URKENS wrote: I am trying to re-zip some deliverables into one packaging using the maven-assembly-plugin. My plugin configuration looks like

Re: JUnit 5 test suites not running again

2022-07-08 Thread Karl Heinz Marbaise
On 08.07.22 18:09, David Karr wrote: Inline. On Fri, Jul 8, 2022 at 8:17 AM Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote: Hi, On 08.07.22 16:18, David Karr wrote: > I had gotten help here with our JUnit 5 transition, and I thought I had it > all work

Re: JUnit 5 test suites not running again

2022-07-08 Thread Karl Heinz Marbaise
uot;) @IncludeClassNamePatterns(".*Pattern") class SuiteDemoTests { }.. If you like to run suites you have to have two dependencies: org.junit.platform junit-platform-suite-engine test org.junit.jupiter junit-jupit

Re: Surefire not running JUnit 5 tests after fixing how junit-bom artifacts are specified

2022-06-18 Thread Karl Heinz Marbaise
tests where one is JUnit 4 based and one JUnit 5 based. https://github.com/khmarbaise/minimal-junit4-junit5 Furthermore you shouldn't define the provider for surefire explicit because it's identifying it itself. (In the given example I have not defined the provider). Kind regards Karl Heinz

Re: How to properly override junit-platform and junit-jupiter in a parent pom

2022-06-17 Thread Karl Heinz Marbaise
-dependency-plugin you are using? (Most recent one?)... PS.: The version of spring boot which is used is already out of support (https://spring.io/projects/spring-boot#support). Kind regards Karl Heinz Marbaise On Thu, Jun 16, 2022 at 4:14 PM Karl Heinz Marbaise wrote: Hi, It's important to define

Re: How to properly override junit-platform and junit-jupiter in a parent pom

2022-06-16 Thread Karl Heinz Marbaise
Hi, It's important to define the junit-bom import before the spring-boot-dependencies import part in dependencyManagement which assumes you don't use spring-boot-parent? Kind regards Karl Heinz Marbaise On 16.06.22 23:54, David Karr wrote: We have a bunch of services running Spring Boot

Re: problem using maven to gpg-sign artifacts

2022-06-10 Thread Karl Heinz Marbaise
On 10.06.22 19:26, Karl Heinz Marbaise wrote: Hi Rick, On 10.06.22 17:55, Rick Hillegas wrote: I am having trouble signing maven artifacts. The details of the problem are described at https://issues.apache.org/jira/browse/INFRA-23348. The maven error message is terse. No additional useful

Re: problem using maven to gpg-sign artifacts

2022-06-10 Thread Karl Heinz Marbaise
ion because 1.3 is very old (ten years old).. https://maven.apache.org/plugins/maven-gpg-plugin/ Kind regard Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How to retrieve target folder / jar paths from multi-module Maven project

2022-06-09 Thread Karl Heinz Marbaise
explain why you need those directory information? What kind of problem are you trying to solve? Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users

Re: [ANN] Apache Maven Daemon 0.8.0 released

2022-05-14 Thread Karl Heinz Marbaise
ne)... can be created from the changelog (would be very good). The idea is to send this information through the announcement mailing on the announcement mailing list ... And also it could be posted to the ASF blog... Kind regards Karl Hein

Re: [ANN] Apache Maven JLink Plugin Version 3.0.0 Released

2022-05-13 Thread Karl Heinz Marbaise
Hi, would you please leave such comments of this list... This is the users mailing list of Apache Maven... Kind regards Karl Heinz Marbaise On 13.05.22 09:18, Caroline Revin wrote: Bonjour, Je vous contacte car j’avais noté un échange avec vous courant avril 2022 afin de faire le point

Re: exclusions are not being applied

2022-04-27 Thread Karl Heinz Marbaise
/apache/maven/pull/295 This is related to dependencyManagement and import scope (for BOM's)... Not to that case. Kind regards Karl Heinz Marbaise Exclude it when you include the dependency in the meantime. On Apr 26, 2022, 7:35 PM -0400, David Hoffer , wrote: I have a project where I am trying

[ANN] Apache Maven Shade Plugin Version 3.3.0 Released

2022-03-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin Version 3.3.0 https://maven.apache.org/plugins/maven-shade-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-shade-plugin 3.3.0 You can

Re: Possible protocol error, handshake_error when using Maven

2022-01-29 Thread Karl Heinz Marbaise
Hi, can you please write which exact version of the JDK you are using? Furthermore the Maven version you are using a bit out of time... Simplest try would be to upgrade to most recent version of Maven... Kind regards Karl Heinz Marbaise On 28.01.22 18:08, christopher.mil...@gd-ms.com wrote

Re: Question for Maven Plugin developers/maintainers

2022-01-28 Thread Karl Heinz Marbaise
implementing Maven Plugins with these scripting solutions is possible, we are not aware of any uses of it. Hence, we would like to deprecate support for these (naturally, based on user responses). Yes please. Kind regards Karl Heinz Marbaise

Re: Is Apache Maven vulnerable to log4shell

2021-12-15 Thread Karl Heinz Marbaise
line once...so in general it is not possilbe in the way as log4jshell problem is described. Furthermore if you check the dependencies in Maven itself there is no dependency to log4j-* ... To be clear there could be other ways to inject something malicious via other ways ... Kind regards Karl Heinz

Re: Can not use a snapshot version in parent

2021-10-08 Thread Karl Heinz Marbaise
the related SNAPSHOTs.. Kind regards Karl Heinz Marbaise /Martin On October 4, 2021 at 8:35:44 am +02:00, mar...@aldrin.net wrote: Hi again, I tried to reproduce the fault with more logs, but I'm not able to do that. So I guess the problem is related to when I try to uplift the parent

Re: installation from source rat "too many unapproved licenses"

2021-03-08 Thread Karl Heinz Marbaise
d which Maven version you are using to build? because I can't reproduce this... 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: Removing the text "Generated by maven-plugin-tools 3.5 on 2021-02-11"

2021-03-08 Thread Karl Heinz Marbaise
is causing the issue? Why do you build several times? Do you don't make a release of your plugin to get a reliable state of your plugin? Please show a full example.. Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: user

Re: [ANN] Apache Maven JLink Plugin Version 3.0.0 Released

2020-11-26 Thread Karl Heinz Marbaise
Hi, On 26.11.20 18:33, Jörg Schaible wrote: Hallo Karl- Heinz, Am Mittwoch, 25. November 2020, 20:49:52 CET schrieb Karl Heinz Marbaise: The Apache Maven team is pleased to announce the release of the Apache Maven JLink Plugin, version 3.0.0 Here we have the description for the dependency

[ANN] Apache Maven JLink Plugin Version 3.0.0 Released

2020-11-25 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JLink Plugin, version 3.0.0 The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location.

Re: Maven ignoring JUnit5 tests when run from command line

2020-11-24 Thread Karl Heinz Marbaise
... ... the prefix "test__" is not needed anymore since JUnit 4 ... Kind regards Karl Heinz Marbaise On 24.11.20 18:15, Alain Désilets wrote: I am trying to upgrade from JUnit4 to JUnit5 and am experiencing a strange issuewhereby: - JUnit4 tests are fine - JUnit5 tests work when run throug

Re: AW: Creating JAR file in WAR module leads to error in EAR creation

2020-11-12 Thread Karl Heinz Marbaise
know how to prevent it. Best regards, Gerrit Best would be to have an example project on Github or alike where we can take a look on it ...and help here... Kind regards Karl Heinz Marbaise -Ursprüngliche Nachricht- Von: Hohl, Gerrit Gesendet: Donnerstag, 12. November 2020 13:33

Re: Maven goal for dependencies

2020-11-11 Thread Karl Heinz Marbaise
st.url=URL \ -Dsonar.login=SONARTOKEN \ -Dsonar.branch.name=NAME \ org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: users-unsubscr...@maven.

Re: Preferred way to execute Maven goals/phases from Maven plugins

2020-11-02 Thread Karl Heinz Marbaise
is the problem with release branches? ... Kind regards Karl Heinz Marbaise #1: https://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html#releaseStrategyId On 02.11.20 14:07, Nick Stolwijk wrote: Hi Karl, Unfortunately, the Maven-Release-Plugin doesn't cut it for us. 1. It doesn't

Re: Preferred way to execute Maven goals/phases from Maven plugins

2020-11-02 Thread Karl Heinz Marbaise
branching model... Kind regards Karl Heinz Marbaise The gitflow-m-p uses a flag to set the executable which needs to know if it is on Linux (run mvn) or Windows (run mvn.cmd). I was wondering what is the 'right' way to execute Maven from a plugin. I've taken a look at the Maven Release Plugin

Re: Issues when compiling basic Java SE using Maven

2020-10-07 Thread Karl Heinz Marbaise
://support.sonatype.com/hc/en-us/articles/360041287334-Central-501-HTTPS-Required Kind regards Karl Heinz Marbaise On 07.10.20 08:34, rafa wrote: Hi everyone, I am new on Maven and I am trying to create project and compile project using Netbeans IDE. I have successfully installed Maven Then I have

Re: Maven Plugins & Confusing Versioning

2020-10-03 Thread Karl Heinz Marbaise
..we don't release unstable plugins... (but it drills down to the question: What is a unstable plugin?) Kind regards Karl Heinz Marbaise Le sam. 3 oct. 2020 à 09:57, Enrico Olivelli a écrit : Lukas, The general rule is that we are not releasing unstable versions so it is generally safe and good

Re: Questions about POM

2020-09-30 Thread Karl Heinz Marbaise
directory ... If the resource is only needed for tests put it into src/test/resources... 3) What happens if I do not specify ? Will all other files in that be included in the JAR too? Yes... Kind regards Karl Heinz Marbaise Thanks in advance,   rdiez

Re: Maven enforcer plugin failing with maven 3.6.1 but passing with maven 3.6.3

2020-08-29 Thread Karl Heinz Marbaise
Hi, as already mentioned on SO the behaviour can't be reproduced with the example project. Tested with Maven 3.6.0, 3.6.1, 3.6.2 and 3.6.3... Kind regards Karl Heinz Marbaise On 29.08.20 08:34, Debraj Manna wrote: Hi In one of my project I am trying to use DependencyConvergence rule

Re: Resource plugin - LifecycleExecutionException - Input length = 1

2020-08-13 Thread Karl Heinz Marbaise
into. I use the usual resources directory. A separate directory which contains the files which should not being filtered like `non-filtered-resources` that makes the configuration easier and makes very clear for users what is being done. Kind regards Karl Heinz Marbaise When running maven I see

Re: maven-ear-plugin bundleFileName don't change the name of the war i want to bundle with the ear

2020-06-04 Thread Karl Heinz Marbaise
Hi, On 04.06.20 14:17, Bram Patelski wrote: You can use the finalName property in the build-section of the Maven pom-file: test . . . This will only change the name in target directory but not the name in the EAR file ... Kind regards Karl Heinz Marbaise https://stackoverflow.com

Re: bad links

2020-05-22 Thread Karl Heinz Marbaise
t secure" cause there are some http links in there. 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: Maven jdk Error

2020-05-15 Thread Karl Heinz Marbaise
Hi, sorry my first message I pressed the button wrongly. Can you please upgrade the surefire version cause you are using a very old one... Also if you want to go JDK 14 I recommend to upgrade other plugins as well. Kind regards Karl Heinz Marbaise On 14.05.20 22:43, Oguz wrote: Hi, I got

Re: Maven jdk Error

2020-05-15 Thread Karl Heinz Marbaise
http://maven.40175.n5.nabble.com/Maven-Users-f40176.html - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org Mit freundlichem Gruß Karl-Heinz Marbaise -- Sof

Re: The POM for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 is missing

2020-05-10 Thread Karl Heinz Marbaise
Hi, Does your repository manager correctly contact central repository? Does it do that via https instead http? Kind regards Karl Heinz Marbaise On 10.05.20 04:14, Malvika Mistry wrote: Hi , How are you? Hope all is well with you !! I am try to upload artifacts from remote repository

Re: Problem building maven-filtering 3.1.1: Error generating metadata

2020-04-26 Thread Karl Heinz Marbaise
like we need a new releasecause the web site points to the old location...but will only being updated with a new release... Kind regards Karl Heinz Marbaise to access the source code and ran mvn install. I got the following error [ERROR] Failed to execute goal

Re: Reactor module dependency tree resolution

2020-04-24 Thread Karl Heinz Marbaise
oject: @Parameter(defaultValue = "${project}", required = true, readonly = true) private MavenProject project; Kind regards Karl Heinz Marbaise Is there a way to access this information from a plugin? ${reactorProjects} does not tell me that. Or am I missing sth

Re: error netbeans 11.3

2020-04-22 Thread Karl Heinz Marbaise
ion is that you are running on JDK 7...which means you have to configure TLSv1.2 otherwise you can't download any dependencies...I strongly recomment to use JDK8+ If you have to stuck to JDK7 you have to add to your command line: -Dhttps.protocols=TLSv1.2 Kind regards Karl Heinz Marbaise For m

Re: NullPointerException in maven-jlink-plugin

2020-03-17 Thread Karl Heinz Marbaise
er release for it..yeah it's long time ago... Kind regards Karl Heinz Marbaise Or is there a possible workaround / fix for the NPE? Regards Thorsten - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional comman

Re: Is key 0x0CDE80149711EB46DFF17AE421A24B3F8B0F594A for Karl Heinz Marbaise trusted?

2020-02-19 Thread Karl Heinz Marbaise
is not trusted? What do you mean exactly by "not trusted" ? ...You are checking via gpg --verify ? Kind regards Karl Heinz Marbaise This issue applies to at least the install plugin version 2.5.2 and the deploy plugin version 2.8.2. Best Regards, Evan [1] https://maven.apache.org/plu

Re: versioning by hashes to speedup multi-module build (a'la nix package manager)

2020-02-02 Thread Karl Heinz Marbaise
of problem you have best would be having an example project which shows the issues... Kind regards Karl Heinz Marbaise Is it possible to automatically assign versions so that versions only change if module sources or dependencies change? In result, only those modules will be recompiled

Re: warning default invalid module name Errors Replicated

2020-01-05 Thread Karl Heinz Marbaise
ectory of the Maven installation to the PATH nothing else). I suppose /usr/share/maven/lib/guice.jar) is from your Maven installation on your system? Kind regards Karl Heinz Marbaise *REVISED pom.xml* kub18@UB18:~/javafx/helloapp$ cat pom.xml http://maven.apache.org/POM/4.0.0; xmlns:xsi

Re: warning default invalid module name Errors Replicated

2020-01-05 Thread Karl Heinz Marbaise
you have gotten The issue had been the wrong dependencies.. Kind regards Karl Heinz Marbaise *kub18@UB18:~/javafx/helloapp$ cat nbactions.xml *         rebuild         *            

Re: warning default invalid module name

2020-01-05 Thread Karl Heinz Marbaise
as GitHub project ... Kind regards Karl Heinz Marbaise On 05.01.20 19:08, zahid wrote: *Running in NETBEANS IDE * *mvn error message* "you can change this behavior via the 'includePathExceptionsInClasspath' configuration parameter." .. *I would like to see an example syntax setting in po

Re: warning default invalid module name

2020-01-05 Thread Karl Heinz Marbaise
t; actions > scroll through resetting the  execute goals. Which project properties? Running in IDE? Sounds like you don't run on plain command line? Have you checked so?... Also do not change on the top menu, Which menu? In Maven there is no menu? ... Kind regards Karl Heinz Marbaise

Re: warning default invalid module name

2020-01-05 Thread Karl Heinz Marbaise
the 'includePathExceptionsInClasspath' configuration parameter. Do you have a full working example of this? Best would be a GitHub project? Kind regards Karl Heinz Marbaise - b/r Zahid - To unsubscribe, e-mail: users-unsubscr

Re: How to avoid forking in a maven build?

2019-12-31 Thread Karl Heinz Marbaise
by using the junit-bom instead of each dependency separately to import the dependencies for junit-jupiter ... The question is: Why have you bound the maven-resources-plugin to validate life cycle phase? One thing: Why do you have configured wagon-ftp as extension? Kind regards K

Re: repo.maven.apache.org returning 403 forbidden when running maven

2019-12-31 Thread Karl Heinz Marbaise
through a proxy with particular configurations in browsers...but the plain networks is something different... Can you simply ping: ping repo.maven.apache.org ? Can you do a: nslookup repo.maven.apache.org ? Kind regards Karl Heinz Marbaise These points make me think there is a blacklist

Re: Tests not running on Maven

2019-12-09 Thread Karl Heinz Marbaise
-plugin... Kind regards Karl Heinz Marbaise [1]: http://maven.apache.org/surefire/maven-surefire-plugin/examples/junit-platform.html [2]: https://junit.org/junit5/docs/current/user-guide/#overview-java-versions On 09.12.19 13:31, Jeronimo wrote: Hi, I am using Maven 3.6 $ mvn -version Apache

Re: 2 issues with maven version range

2019-11-26 Thread Karl Heinz Marbaise
tely I agree that from a user point of view this should be done better. This could be changed for Maven 4.X but never for Maven 3.X. In the end my opinion (and experience) is simply not to use version ranges at all cause that could break your build without knowing why ..(I've seen that several tim

Re: Maven compiler plugin - test compiler arguments with double dash

2019-10-09 Thread Karl Heinz Marbaise
option [...] [...] Kind regards Karl Heinz Marbaise [1]: https://maven.apache.org/plugins/maven-compiler-plugin/examples/pass-compiler-arguments.html On 09.10.19 14:23, Lovro Pandzic wrote: Hello, I'd like to pass -parameters and enable-preview arguments

Re: Proposal: maven release lifecycle

2019-10-03 Thread Karl Heinz Marbaise
to know what the pain points are ? Kind regards Karl Heinz Marbaise On 03.10.19 15:38, Marco Schulz wrote: Hello Maven Dev & Community Sine a long time I thought, it would be cool to have a well defined process to prepare a release of an artifact and deploy it on mvn central. Now I got a

Re: maven-assembly-plugin after plexus-archiver 4.2.0 is released; implement user/group override for archives

2019-09-28 Thread Karl Heinz Marbaise
that would allow to use these methods to set, e.g., TAR archive owner/group entries to some reasonable value even on Windows. Is anyone already working on this? Does exist an JIRA issue for that? If not why not creating one? Kind regards Karl Heinz Marbaise

Re: [VOTE] Retire Maven OSGi

2019-08-23 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 23.08.19 15:17, Robert Scholte wrote: Hi, The Apache Maven project consist of about 90 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all

Re: [VOTE] Retire Maven Repository Builder

2019-08-08 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 07.08.19 21:13, Robert Scholte wrote: Hi, The Apache Maven project consist of about 90 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all

Re: [VOTE] Retire Maven Downloader

2019-06-09 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 07.06.19 15:32, Robert Scholte wrote: Hi, The Apache Maven project consist of about 90 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all

Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Karl Heinz Marbaise
Hi, +100 from me... Kind regard Karl Heinz Marbaise On 28.05.19 20:54, Robert Scholte wrote: Hi, The Apache Maven project consist of about 100 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress

Re: Maven local repo in a common global directory for multiple parallel execution

2019-05-26 Thread Karl Heinz Marbaise
s for each execution.. - Maven Version 3.5 I would suggest to upgrade to most recent Maven version.. Also define all versions of all plugins in your build... Kind regards Karl Heinz Marbaise - Java 8 - To unsu

[ANN] Apache Maven Source Plugin 3.1.0 Released

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

Re: mvn -T unreliable in maven 3.6.1

2019-05-17 Thread Karl Heinz Marbaise
results than I am seeing. What we need are logging output fully...furthermore your pom's and what exactly the problem is? Which version of Maven, JDK and the plugins you are using... I'm using -T for a long time with small and very large projects (800+ modules)... Kind regards Karl Heinz Marbaise

Re: [VOTE] Retire Maven Runtime library

2019-05-15 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 15.05.19 22:33, Robert Scholte wrote: Hi, The Apache Maven project consist of about 100 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all

[ANN] Apache Maven JAR Plugin 3.1.2 Released

2019-05-13 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JAR Plugin Version 3.1.2. 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:

Re: Concurrency issue while running Maven on Jenkins host

2019-05-09 Thread Karl Heinz Marbaise
for running a single build on it...If you run on a CI solution like Jenkins you should use the cache per job ... Kind regards Karl Heinz Marbaise E.g. extra lines added to the end of the maven-metadata-local.xml file like this: ... astUpdated> Do I suffer from concurrency issues? L

Re: [VOTE] Retired Maven Artifact Resolution API (Maven2)

2019-05-08 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 08.05.19 20:25, Robert Scholte wrote: Hi, The Apache Maven project consist of about 100 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all

[ANN] Apache Maven Compiler Plugin Version 3.8.1

2019-05-02 Thread Karl Heinz Marbaise
vide the list of offending libraries Enjoy, - The Apache Maven team 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: [VOTE] Retire Maven Repository Plugin

2019-04-23 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 23.04.19 21:43, Robert Scholte wrote: Hi, The Apache Maven project consist of about 100 (sub)projects. Due to the small number of volunteers and the huge amount of code to maintain we're missing enough space to make real progress on all

[ANN] Apache Maven Version 3.6.1 Released

2019-04-13 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven 3.6.1. 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: Need help.. How to configure POM for multi-module checkout

2019-03-24 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

Re: Need help.. How to configure POM for multi-module checkout

2019-03-23 Thread Karl Heinz Marbaise
. mvn clean package from the root location.. https://github.com/khmarbaise/javaee https://github.com/khmarbaise/supose Kind regards Karl Heinz Marbaise On 24.03.19 00:35, Gary M wrote: Hi, I need some help with scm checking out multiple modules and building them. I have several projects I'm

Re: Maven 3 fails to follow 301 redirects

2019-03-17 Thread Karl Heinz Marbaise
u tell why you are using Maven Wagon? Furthermore for what purpose? Kind 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 Resolver Version 1.3.3 Released

2019-03-15 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.3.3. 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

Re: Maven resolves wrong dynamic (transitive) dependency version

2019-02-24 Thread Karl Heinz Marbaise
behaviour in ComparableVersion which handles non GA as before the final release which is exactly here the case. But as Michael already stated out this would require a change in behaviour of Maven 3.X which will likely *not* happend. Kind regards Karl Heinz Marbaise $ gradle run … Smack version: 4.3

Re: antrun versus wsl

2019-02-17 Thread Karl Heinz Marbaise
Hi, can you give some reasons etc. why you need to execute scripts during a Maven build? What is the purpose ? What kind of problem are you trying to solve? Kind regards Karl Heinz Marbaise On 17.02.19 12:09, Franz Fehringer wrote: Hi all, I have installed (on a Windows 10 1809 system

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

  1   2   3   4   5   6   7   8   9   >