result of help:describe command

2006-08-26 Thread john_sh
i executed the command help:describe, it seems maven first downloaded it's necessary files for this command , dose the unknown word at the end, indicates that the plugin does not have this goal? F:\java\projects\v2.xmvn help:describe -DgroupId=org.apache.maven.plugins -Dart

can't execute mojo error

2006-08-26 Thread john_sh
hello when i execute this command for a module exo-module , i recieve this error message, what does it mean? and what i must do? i have downloaded this module and it had not any pom.xml , is it what causes this error? F:\java\projects\v2.x\exo-demomvn clean install [INFO] Scanning for

1 required artifact is missing

2006-08-26 Thread john_sh
hello i want to build exo-ecm module with maven but i recieve this error message: F:\java\projects\v2.x\exo-ecmmvn clean install [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] exo-ecm [INFO] eXo ECM Signer Applet [INFO] eXo CMS Service API [INFO] eXo JBPM

RE: Better to use variables or hard-coded paths?

2006-08-26 Thread Scott Ryan
Ok here are the samples. I apologize for taking a while but we have a pretty deep parent hierarchy and I had to scrub these files to make them generic. Also let me take a second to explain how we use appfuse so you can understand some of the modifications we have made. W We have a number

[maven] Questoin on maven.test.classpath

2006-08-26 Thread Ming Cheung
I am new to the maven and am just a user of Maven 1.1.3. For some reason, my project requires MAVEN 1.X rather than 2.X. When I added the maven.test.classpath=somepath/A.jar;somepath/B.jar into project.properties file. I did not see these JARs on the junit test CLASSPATH. Could you please tell

Re: [maven] Questoin on maven.test.classpath

2006-08-26 Thread Lukas Theussl
MPTEST-47 was fixed in release 1.8 of the test plugin [1] which is included in Maven 1.1-beta-3 [2]. How do you know it's not included in the classpath? Do you have some error output that you could show? Running Maven with the -X option will give you a lot more information. If you have a

Re: Maven 1 dependancy Problem with jnlp

2006-08-26 Thread Lukas Theussl
Note that the jnlp plugin is deprecated, it is not officially maintained by the Maven team anymore. I don't think it's possible to do what you want without modifying the plugin, so I'd suggest you have a look at the source code and adapt the jelly script to your needs. If you end up with

Re: Maven 1 dependancy Problem with jnlp

2006-08-26 Thread Martin van den Bemt
Hi, You can dynamically change the project object from jelly, so you should be able to add that dependency with a maven goal. I tried to find the changes I made in a maven.xml, but since I don't work there anymore (and it's been a while, could be that maven changed it's core and doesn't allow

RE: clover plugin problem

2006-08-26 Thread Vincent Massol
Hi Charlie, I’m answering on the maven list as this is the right location where to ask questions. Please use the list in the future. I don’t know what’s wrong in your case but I know how to find the answer. Please run maven in debug mode (-X) and check the console logs. More specifically

Re: 1 required artifact is missing

2006-08-26 Thread Doug Douglass
At this point I think you need to contact who ever created the maven-exo-plugin and/or exo. On 8/26/06, john_sh [EMAIL PROTECTED] wrote: hello i want to build exo-ecm module with maven but i recieve this error message: F:\java\projects\v2.x\exo-ecmmvn clean install [INFO] Scanning for

Re: 1 required artifact is missing

2006-08-26 Thread Nick Veys
I wouldn't be surprised if running it again gets the file. I get failed downloads all the time and just re-run and it gets them. On 8/26/06, Doug Douglass [EMAIL PROTECTED] wrote: At this point I think you need to contact who ever created the maven-exo-plugin and/or exo. On 8/26/06, john_sh