Re: weird error - property substitution not working

2024-05-09 Thread Tomo Suzuki
My guess: Project A’s parent pom in your local Maven repository is outdated. Regards, Tomo On Thu, May 9, 2024 at 21:43 Siddharth Jain wrote: > Hello, > > I have a property defined in parent pom: > > 1.17.3 > > I have project A that has following: > > > com.microsoft.onnxruntime > onnxruntime

weird error - property substitution not working

2024-05-09 Thread Siddharth Jain
Hello, I have a property defined in parent pom: 1.17.3 I have project A that has following: com.microsoft.onnxruntime onnxruntime ${onnxruntime.version} it installs fine. I have project B that has following: com.example projectA ${project.version} test this give me this bizarre error on

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-12-06 Thread Maxim Solodovnik
Done: https://issues.apache.org/jira/browse/MRESOURCES-272 On Sat, 5 Dec 2020 at 18:13, Michael Osipov wrote: > > Am 2020-12-04 um 09:05 schrieb Maxim Solodovnik: > > Thanks a lot Michael, > > > > Adding more extensions to solves my problem > > Sorry for the noise > > > > the only thing can be i

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-12-05 Thread Michael Osipov
Am 2020-12-04 um 09:05 schrieb Maxim Solodovnik: Thanks a lot Michael, Adding more extensions to solves my problem Sorry for the noise the only thing can be improved: diagnostic messages :) I agree, file an issue please. On Fri, 13 Nov 2020 at 16:59, Maxim Solodovnik wrote: Thanks Micha

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-12-04 Thread Maxim Solodovnik
Thanks a lot Michael, Adding more extensions to solves my problem Sorry for the noise the only thing can be improved: diagnostic messages :) On Fri, 13 Nov 2020 at 16:59, Maxim Solodovnik wrote: > Thanks Michael, > > I'll double-check my POM > lots of previous versions works as expected

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-11-13 Thread Maxim Solodovnik
Thanks Michael, I'll double-check my POM lots of previous versions works as expected On Fri, 13 Nov 2020 at 16:55, Michael Osipov wrote: > Am 2020-11-12 um 18:12 schrieb Maxim Solodovnik: > > Hello All, > > > > I've just updated our project [1] to maven-resources-plugin:3.2.0 > > And start

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-11-13 Thread Michael Osipov
Am 2020-11-12 um 18:12 schrieb Maxim Solodovnik: Hello All, I've just updated our project [1] to maven-resources-plugin:3.2.0 And start getting following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:copy-resources (prepare-test-resources) on projec

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-11-12 Thread Greg Chabala
Given the stacktrace, I'm guessing you've found a regression from this commit: https://github.com/apache/maven-filtering/commit/80c045058a364c5c7d46be9c2b2ae65b81f84d7f Nothing else in that file has changed in years. Would be good to narrow it down to a test case though. On Thu, Nov 12, 2020 at 7

Re: maven-resources-plugin:3.2.0 fails with weird error

2020-11-12 Thread Maxim Solodovnik
Here is the output with `-e`: *mvn -version* Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/maven Java version: 11.0.9, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.4.0-53-g

maven-resources-plugin:3.2.0 fails with weird error

2020-11-12 Thread Falko Modler
Hi Maxim, have you tried mvn -e ... ? That should reveal more error details. Cheers, Falko - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

maven-resources-plugin:3.2.0 fails with weird error

2020-11-12 Thread Maxim Solodovnik
Hello All, I've just updated our project [1] to maven-resources-plugin:3.2.0 And start getting following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:copy-resources (prepare-test-resources) on project openmeetings-web: Input length = 1 -> [Help 1] [E

Re: Weird error

2015-11-18 Thread Wayne Fay
This seems to be the issue: he.maven.plugins:maven-eclipse-plugin:2.9:eclipse failed: A required class was missing while executing org.apache.maven.plugins:maven-eclipse-plugin:2.9:eclipse : org/codehaus/plexus/util/StringUtils But I'm not sure why StringUtils is not found. Hopefully someone else

Weird error

2015-11-18 Thread Shrivallabh Deshmukh
Hi, I am using maven 3.3.9. The eclipse plugin version is Eclipse plugin version 2,9 I am getting the error mentioned below. It does not happen for all projects. Once it starts happening, even if I clear pom to absolute vanilla, it still keeps giving the same error. Any help will be appreciated

Re: Weird Error

2010-10-21 Thread Anders Hammar
Something is fishy. Your logs show that first maven-assembly-plugin v2.2 is used, then you say you take out "that line" and v2.2-beta-5 is used. What line are you removing? Are you sure the very same version of assembly is used in Maven 2.2.1 and Maven 3.0? Do you do ANY updates to the pom when swi

Weird Error

2010-10-21 Thread Mahdi Yusuf
I recently upgrade to Maven 3 Official. Now one of my build doesn't seem to work. I haven't changed any of the source code and it was working fine before. Suggestions here is my error [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2:assembly (default-cli) on projec

Re: weird error

2010-09-22 Thread tedwards
I'm seeing the same error. It's like you say. I'll build once and it will work, another time, it will give this error. I'll build again and it will work again. -- View this message in context: http://maven.40175.n5.nabble.com/weird-error-tp125075p2850214.html Sent from the M

weird error

2009-10-02 Thread Jan
Any one has any idea on below error, weird thing is same project works fine if rerun it again, but the error keeps coming back, if i run this project continuously [INFO] [INFO] ---

Re: Weird Error -CHILDREN_COMBINATION_MODE_ATTRIBUTE

2009-09-30 Thread Brett Porter
then this error message goes away. On Tue, Sep 29, 2009 at 11:26 PM, Brett Porter wrote: Do you have a sample POM that illustrates it? I'm guessing a configuration element with an attribute? What version of Maven? On 30/09/2009, at 11:16 AM, Jan wrote: Hi All, I'm getting this

Re: Weird Error -CHILDREN_COMBINATION_MODE_ATTRIBUTE

2009-09-30 Thread Jan
> element with an attribute? > > What version of Maven? > > > On 30/09/2009, at 11:16 AM, Jan wrote: > > Hi All, >> >> I'm getting this weird error at some time, even without changing anything >> this error goes off af

Re: Weird Error -CHILDREN_COMBINATION_MODE_ATTRIBUTE

2009-09-29 Thread Brett Porter
Do you have a sample POM that illustrates it? I'm guessing a configuration element with an attribute? What version of Maven? On 30/09/2009, at 11:16 AM, Jan wrote: Hi All, I'm getting this weird error at some time, even without changing anything this error goes off after some

Weird Error -CHILDREN_COMBINATION_MODE_ATTRIBUTE

2009-09-29 Thread Jan
Hi All, I'm getting this weird error at some time, even without changing anything this error goes off after some time, Any one has any idea on this? [INFO] [ERROR] FATAL ERROR

weird error message

2008-06-25 Thread Ittay Dror
Component descriptor role: 'org.apache.maven.wagon.CommandExecutor', implementation: 'org.apache.maven.wagon.providers.ssh.external.ScpExternalCommandExecutor', role hint: 'scpexe' has a hint, but there are other implementations that don't Thank you for your help, Ittay

Weird error using war overlays

2008-05-19 Thread Insitu
Hello, We are running into a strange problem with the war plugin (v. 2.1-alpha-1). We are trying to use overlay between two webapps, both using jspc plugin to precompile jsps. To enable jspc, we need to add the following pom fragement:

Re: weird error - anyone seen this before?

2007-08-15 Thread Wayne Fay
Looks like a problem related to Findbugs. Perhaps comment out your findbugs config and see if the error goes away. Wayne On 8/15/07, EJ Ciramella <[EMAIL PROTECTED]> wrote: > If I do a "mvn deploy" of module A, I can watch it get uploaded to our > repository and there are no errors. I can also l

weird error - anyone seen this before?

2007-08-15 Thread EJ Ciramella
If I do a "mvn deploy" of module A, I can watch it get uploaded to our repository and there are no errors. I can also look over the pom that gets created and etc and all looks great. When I do a "mvn install" of module B, which depends on version 1.0.0.11 of module A (installed in the previous s

RE: weird error from maven-dependency plugin...

2007-03-20 Thread EJ Ciramella
m sure that's why we have all kinds of build weirdness. -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 3:37 PM To: Maven Users List Subject: RE: weird error from maven-dependency plugin... Seems like it can't properly load the pl

RE: weird error from maven-dependency plugin...

2007-03-20 Thread Brian E. Fox
2007 3:36 PM To: users@maven.apache.org Subject: weird error from maven-dependency plugin... So I've hit another wall trying to maintain my own internal repository. I'd like to use the dependency plugin, but after installing it, I get this message: (what is this trying to indicate

weird error from maven-dependency plugin...

2007-03-20 Thread EJ Ciramella
So I've hit another wall trying to maintain my own internal repository. I'd like to use the dependency plugin, but after installing it, I get this message: (what is this trying to indicate?) [INFO] Building jar: E:\work\up-svcs\lty\proj\LTY-P39\frontoffice\ltyApp\emailApp\target\ emailApp

change log very weird error

2006-10-18 Thread raghurajan . x . gurunathan
Hi All I'm having this weird error when run site:site lets say i have dir structure like MySRC src | - com | - raghu -pom.xml -- pom.xml in MySRC\src\pom.xml i

Weird error with hierarchical projects

2006-09-04 Thread Matthew Denner
Hi, I'm in the process of migrating a project from Maven 1 to Maven 2.0.4 and, although it all seems to be going well, I've hit a problem with the hierarchy of pom.xml. We have a project that is divided into two halves: a client side and a manager side. Each of these sides is further divided in

Weird error

2006-08-04 Thread Arnaud Bailly
Hello, When trying to generate site, I get the following strange error: [EMAIL PROTECTED]:~/oqube/site$ mvn -e -cpu site + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] [INFO] Building OQube Sit