Re: Windows Installer / MacOS dmg

2022-10-16 Thread Golan, Yaron
https://maven.apache.org/plugins/maven-assembly-plugin/usage.html From: Vivek Suraiya Date: Sunday, 16 October 2022 at 11:28 To: users@maven.apache.org Subject: Windows Installer / MacOS dmg I have a Netbeans 15 JavaFX (18.0.2 / JDK 18.0.2) project with several dependencies from the Maven

RE: Global setting for --no-transfer-progress

2020-04-07 Thread Golan, Yaron
My 2 cents: alias mvn='/usr/bin/mvn -B --no-transfer-progress' -Original Message- From: Tomo Suzuki Sent: Tuesday, April 7, 2020 5:17 PM To: Maven Users List Subject: Re: Global setting for --no-transfer-progress I tried MAVEN_OPTS, which did not work (it's not for Java virtual

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

2019-05-27 Thread Golan, Yaron
Please remember that you need much bigger disk space as you are duplicating binaries. -Original Message- From: Debraj Manna Sent: Sunday, May 26, 2019 4:49 PM To: Maven Users List Subject: Maven local repo in a common global directory for multiple parallel execution I have a

RE: help on installation issue

2018-10-24 Thread Golan, Yaron
Can you verify that you have a valid JDK and it is in the path, please? -Original Message- From: Marco Stocchi Sent: Tuesday, October 23, 2018 10:54 PM To: users@maven.apache.org Subject: help on installation issue Hello... I have donwloaded and copied the files of maven into my pc. I

RE: Could not resolve dependencies error

2018-08-29 Thread Golan, Yaron
The reason for the failure is that there is a missing artifact: nl.confidential.web:confidentialweb-getdataapi-client:jar:1.2.14.0-SNAPSHOT 1. Are you sure you have your repositories configured as needed? 2. Is the 'getdata-client' ever built before? -Original Message- From: Guido van

RE: .m2 repository migration

2018-05-30 Thread Golan, Yaron
I would suggest you NOT to copy anything. Let maven download whatever it needs. This will be a test for you, verifying that all your pom.xml files are correct and your builds are reproducible on any machine. -Original Message- From: USHAKOV, Sergey [mailto:s-n-usha...@yandex.ru]

RE: mvn deploy is installing localrepo instead of remote repo

2018-05-30 Thread Golan, Yaron
Hi, I usually set the URLs in the DistributionManagement part of the pom.xml file. Can you share the log file from the 'mvn deploy' command you ran, please? -Original Message- From: Naveen Swamy [mailto:mnnav...@gmail.com] Sent: Wednesday, May 30, 2018 06:24 To: Maven Users List

RE: Deploy shaded jar with an without classifier simultaneously

2018-05-13 Thread Golan, Yaron
Not sure if my proposal will fit your needs, but I'd try to run the deploy:deploy-file goal right after the default deploy phase. The default deploy will upload your default jar while the second execution will upload the shaded one. Or the other way (order) around. Bottom line is that you'll

RE: Maven Installation Troubleshooting

2018-04-23 Thread Golan, Yaron
Your JAVA_HOME should point to the folder where you’ve installed the Java *SDK* (not JRE) e.g. (as taken from my PC): *C:\Java\jdk1.8.0_121* This folder should have the following folders: bin db include jre lib release Hope this helps… From: Hanna Prince [mailto:hannaprin...@gmail.com] Sent:

RE: A maven plugin to add dynamically a repository at build time

2018-04-09 Thread Golan, Yaron
Hi, Here is my proposal... Inside your main/parent pom.xml, set the following: ... foo boo ${repo.name} ${repo.url} ...

RE: Installation issue

2018-03-28 Thread Golan, Yaron
What is the output of: ls -l /usr/local/apache-maven-3.5.3/bin if it is OK, try to open a new terminal or, alternatively, run 'source .bash_profile' -Original Message- From: Romanos Sklavenitis Pistofidis [mailto:r...@broadinstitute.org] Sent: Wednesday, March 28, 2018 16:51 To:

RE: old version of dependencies getting included into project

2018-03-15 Thread Golan, Yaron
Hi Jon, This scenario is very strange. Are you absolutely sure that the mvn dependency:tree didn't print it out? -Original Message- From: Jonathan Yom-Tov [mailto:jon.yom...@huha-analytics.com] Sent: Wednesday, March 14, 2018 21:40 To: users@maven.apache.org Subject: old version of