maven-jdeps-plugin multirelease impossible

2021-08-27 Thread Delany
g the jdeps plugin is impossible? Thanks, Delany NB way to end a friday I know, but at least it is written

Re: maven-surefire-plugin jdkToolchain meets forkCount

2021-08-27 Thread Delany
Yes it looks that way. I changed the system jdk to 16 and now I can pick a jdk with the toolchains plugin and without any surefire config. Its basically https://issues.apache.org/jira/browse/MTOOLCHAINS-28 all over again but with surefire-plugin Want a ticket? Delany On Thu, 26 Aug 2021 at 17:50

maven-surefire-plugin jdkToolchain meets forkCount

2021-08-26 Thread Delany
going on here, but i'm not in a position to go that extra mile and "Run Maven with -Dmaven.surefire.debug, and attach to the running process with a debugger." In a nutshell my question is "how can I build with a JDK 9 or above using a toolchain and without being limited to a single test fork?" Thanks, Delany

Re: 3.8.2 transitive dependency insecure repo

2021-08-14 Thread Delany
Ok, sorry I didn't mention before you released, I wasn't sure of my setup. https://issues.apache.org/jira/browse/MNG-7214 Delany On Sat, 14 Aug 2021 at 20:56, Michael Osipov wrote: > Thank you very, very much for this edge case. > > Gosh, I hate all of this JBoss conglome

Re: 3.8.2 transitive dependency insecure repo

2021-08-14 Thread Delany
://oss.sonatype.org/content/repositories/jboss-snapshots, default, snapshots)] -> [Help 1] For my purposes I don't need the flatten plugin resolving parents/transitive dependencies so I changed from all to direct. But maybe someone else would? Delany On Sat, 14 Aug 2021 at 16:41, Michae

Re: 3.8.2 transitive dependency insecure repo

2021-08-14 Thread Delany
=true` it resolves the parent from central Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom Thanks, Delany On Sat, 14 Aug 2021 at 10:30, Michael Osipov wrote: > Am 2021-08-14 um 09:25 schrieb Delany: > > The new o

3.8.2 transitive dependency insecure repo

2021-08-14 Thread Delany
ots ( http://oss.sonatype.org/content/repositories/jboss-snapshots, default, snapshots)] -> [Help 1] Shouldn't the maven-core dependency tree at least not contradict itself? Thanks, Delany http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance

Re: [ANN] Apache Maven Enforcer Plugin + Extension 3.0.0 Released

2021-07-31 Thread Delany
See https://github.com/mojohaus/extra-enforcer-rules/issues/131#issuecomment-890329715 On Sun, 1 Aug 2021, 05:34 Alexander Kriegisch, wrote: > It looks like class EnforceBytecodeVersion is part of > org.codehaus.mojo:extra-enforcer-rules:1.3 which is a dependency in my > Enforcer plugin configur

analyse dependency collection times

2021-07-27 Thread Delany
Is there a guide or tool to make sense of the "Dependency collection stats" that `mvn -X` produces? Thanks, Delany

Re: Questions on what xml tags to use for pom.xml file for downloading isos

2021-07-26 Thread Delany
Did you try with this first? https://github.com/maven-download-plugin/maven-download-plugin Delany On Mon, 26 Jul 2021 at 21:27, christopher.mil...@gd-ms.com < christopher.mil...@gd-ms.com> wrote: > > > Hi, first post here. I'm new to Maven and its been quite some time s

surefire process checker

2021-07-14 Thread Delany
hi. Is this issue considered "resolved" or just "closed"? I can't tell by the discussion. https://issues.apache.org/jira/browse/SUREFIRE-1631 I'd like to enable it without having issues in Windows. Thanks, Delany

Re: [ANN] Maven Resolver 1.7.1 released

2021-06-25 Thread Delany
Im just a user - I don't build maven or any plugins/extensions. How can I mandate the use of this dependency? Thanks, Delany On Thu, 17 Jun 2021 at 20:38, Michael Osipov wrote: > The Apache Maven team is pleased to announce the release of the Maven > Resolver version 1.7.1

Re: maven-deploy-plugin:deploy-file Why a project is needed?

2021-06-02 Thread Delany
with some attention. Delany On Wed, 2 Jun 2021 at 08:19, Zos ROTHKO wrote: > Hello > > I want to deploy a file using the command below > > mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file > -Durl=https://nexus.metrixware.com/repository/ > -Dreposito

Re: dynamic dependency list

2021-05-11 Thread Delany
How would the assembly plugin, or any plugin, configured in a project, know what selection of projects I have chosen to build in the reactor? Delany On Tue, 11 May 2021 at 14:09, Mantas Gridinas wrote: > Err Assembly plugin, not deploy. Disregard last message. > > On Tue, May 11, 2021

dynamic dependency list

2021-05-11 Thread Delany
Hi, I can ask Maven to build a partial set of projects, for example mvn clean deploy -amd -pl :fortythree I have another :zipper project to zip the artefacts of this last command and deploy it separately. But the set of artefacts might change depending on the command. So my question is how can I

Re: Plugin execution order in same phase + profiles

2021-05-08 Thread Delany
is then invoked every time, it becomes deterministic. But since the execution phase isn't set, it doesn't do anything. Then in the event the profile is activated, it doesn't change the fact of whether the plugin is invoked or not) Cheers, Delany On Sat, 8 May 2021 at 17:03, Alexa

Re: Getting version upgrade advise to upgrade a BOM..

2021-04-29 Thread Delany
Is it this https://github.com/mojohaus/versions-maven-plugin/issues/395 Regards, Delany On Thu, 29 Apr 2021, 22:22 Niels Basjes, wrote: > Hi, > > I see quite a few situations where the dependencies for toolkit are > provided in the form of a dependency you must "

Re: maven-dependency-plugin unpack goal: do not overwrite existing files

2021-04-19 Thread Delany
Hi Amedee. Can you post the output of your command again, replacing "install" with "fr.jcgay.maven.plugins:buildplan-maven-plugin:list-phase" Delany On Mon, 19 Apr 2021 at 09:42, Amedee Van Gasse wrote: > I do not ever want maven-dependency-plugin:3.1.2:unpack to overwr

Re: directed acyclic graph of the build

2021-04-13 Thread Delany
ugin/issues/103 Delany On Tue, 13 Apr 2021 at 17:36, Tibor Digana wrote: > DAG of the POM. > I am using IntelliJ IDEA for such things but you can also use > maven-dependency-plugin which prints the dependencies in the console. > > On Tue, Apr 13, 2021 at 1:26 PM Delany wrote: > >

directed acyclic graph of the build

2021-04-13 Thread Delany
Hi How can I get a DAG of the build? I want to see how projects are being scheduled in a multithreaded build. Thanks, Delany

Re: properties in maven-remote-resources-plugin

2021-04-09 Thread Delany
Solved. The remote project was packaging type pom. Perhaps a mention of this could be added to the documentation? Thanks, Delany On Fri, 9 Apr 2021 at 14:14, Delany wrote: > Hi. I'm able to use the maven-remote-resources-plugin when the source > project is included in the react

Re: properties in maven-remote-resources-plugin

2021-04-09 Thread Delany
lways want these remote resources included whether I build individually or in a reactor. How can I get that? Thanks, On Tue, 9 Mar 2021 at 10:43, Delany wrote: > Ok, no images thank you. > So I was barking up the wrong tree using the properties tag in the plugin. > I still don'

Re: properties in maven-remote-resources-plugin

2021-03-09 Thread Delany
> this will permit > "dbs:commondb:${dep.dbs.commondb}" to get > the value replaced > > Notice that images are removed, then we don't understand what you're > trying to show > > Regards, > > Hervé > > Le samedi 27 février 2021, 08:03:33 CET De

Re: properties in maven-remote-resources-plugin

2021-02-26 Thread Delany
o a good reference: > https://books.sonatype.com/mvnref-book/reference/resource-filtering-sect-properties.html > < > https://books.sonatype.com/mvnref-book/reference/resource-filtering-sect-properties.html > > > > Hope this helps, > > Anthony > > > > On F

Re: properties in maven-remote-resources-plugin

2021-02-23 Thread Delany
ndb a dependency, I can use the *projects* property to access the version number. How do I do that? Thanks, Delany On Tue, 23 Feb 2021 at 22:46, Anthony Whitford wrote: > The tag is documented here: > https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#properties

Re: properties in maven-remote-resources-plugin

2021-02-23 Thread Delany
It looks like the process goal has been abandoned and everyone is just using maven-dependency-plugin's unpack-dependencies goal. On Tue, 23 Feb 2021 at 13:34, Delany wrote: > I don't want to hardcode the version number of the remote

properties in maven-remote-resources-plugin

2021-02-23 Thread Delany
I don't want to hardcode the version number of the remote project into this plugin config, so I've used a property made available in a parent pom. But it's not being resolved. What am I doing wrong? maven-remote-resources-plugin process-remote-resourc

Re: Resolve root directory in a multi-project build

2021-02-18 Thread Delany
jects all in the same > > directory is because Eclipse has issues with nested project > > structures. > > I see how that can be a pain in the ***. I was unaware of this problem, > being an IntelliJ IDEA user. > > -- > Alexander Kriegisch > https://scrum-master.de >

extensions vs plugins

2021-02-18 Thread Delany
Hi, Can someone explain the tag found in plugins? https://maven.apache.org/guides/mini/guide-using-extensions.html It seems like instead of being a plugin that provides lifecycle enhancements using this tag, a lot of plugins should rather be extensions, that can optionally accept configuration o

Re: Maven 4

2021-02-16 Thread Delany
Hi Maarten, Could Maven 4 be made available via the wrapper? Isn't this the preferred method of switching versions? Thanks, Delany On Tue, 16 Feb 2021 at 09:37, Maarten Mulders wrote: > Hi Alexander, > > Regardless of how you do it, please know that all options will give you &

Re: Plugin goals executed twice over in mvn site

2021-02-14 Thread Delany
Its an open issue https://issues.apache.org/jira/projects/MSITE/issues/MSITE-650?filter=allopenissues On Mon, 15 Feb 2021 at 05:27, LINUS FERNANDES wrote: > The following is my pom file located at: > > https://raw.githubusercontent.com/Fernal73/DSAlgos/master/pom.xml > > > Can you tell me what'

Re: Resolve root directory in a multi-project build

2021-02-06 Thread Delany
, the directory-of goal of directory-maven-plugin seems even more idiot-proof than highest-basedir, so im using that. Delany On Sun, 7 Feb 2021 at 03:29, Alexander Kriegisch wrote: > > It seems the goal assumes that child modules sit in nested > > directories. > > Well, that might be

Re: Resolve root directory in a multi-project build

2021-02-06 Thread Delany
It seems the goal assumes that child modules sit in nested directories. Unzip and run mvn validate in the root directory, and you'll see the root location for project sarek is incorrect. Delany On Sat, 6 Feb 2021 at 14:28, Alexander Kriegisch wrote: > Maybe I misunderstand you, but for

Re: Resolve root directory in a multi-project build

2021-02-06 Thread Delany
This only works if the parent is the root. If you extend to a third level of pom, it will report the rootlocation as the project directory. Delany On Sat, 6 Feb 2021 at 04:22, Alexander Kriegisch wrote: > I had some discussion with Karl Heinz Marbaise about > maven.multiModuleProjectDirec

Re: Resolve root directory in a multi-project build

2021-02-05 Thread Delany
Maybe for you Falko, but not my Jenkins server with Maven 3.6.3, or these other users https://issues.apache.org/jira/plugins/servlet/mobile#issue/MNG-5830 Delany On Fri, 5 Feb 2021, 22:25 Falko Modler, wrote: > I've been using maven.multiModuleProjectDirectory in various projects >

Re: exclusive execution scheduling

2021-02-05 Thread Delany
ould simply and easily prevent this situation, i.e. maintain a list of active executions in the session, and delay the start of an execution if it was configured to run exclusively. Does anyone else think it's worth a ticket? Thanks, Delany On Fri, 5 Feb 2021 at 12:56, Tommy Svensson wrot

exclusive execution scheduling

2021-02-04 Thread Delany
ns? Would it be feasible to consider adding a further thread-safe check in the plugin architecture whereby a configuration could be set to enforce that no two executions with the same id will ever run simultaneously? Thanks, Delany

Re: Maven 3.6.3 configuration enquiry

2021-01-07 Thread Delany
Have you tried the Maven wrapper? https://www.baeldung.com/maven-wrapper Delany On Thu, 7 Jan 2021 at 20:26, Nitish Mittal wrote: > Hi team, > > We are already using maven 3.3.9 and for some projects we want to configure > 3.6.3 in the same set of build agents. Can you pleas

shared components

2021-01-05 Thread Delany
version. Should I/can I do the same with shared components? Thanks, Delany

xml-maven-plugin includes element

2018-03-26 Thread Delany
/drones.xsd xsd/globals.xsd xsd/(drones.xsd|globals.xsd) xsd/(*.xsd) Only this works: xsd/*.xsd So if I want a file from two different directories I have to unpack the whole parent directory. Please include a singular element. Thanks, Delany

<    1   2