RE: invocation of external commands

2006-08-09 Thread Frederik Bayart
Have a look at http://mojo.codehaus.org/exec-maven-plugin/ Frederik -Original Message- From: Adrian Shum [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 3:32 AM To: users@maven.apache.org Subject: invocation of external commands Hi All, I just wonder if there is any

RE: [m2] ant run plugin

2006-08-07 Thread Frederik Bayart
see http://maven.apache.org/plugins/maven-antrun-plugin/usage.html tasks ant antfile=.../ /tasks -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 8:39 AM To: Maven Users List Subject: Re: [m2] ant

RE: Offline documentation

2006-08-07 Thread Frederik Bayart
javadoc can is also online, e.g. http://maven.apache.org/ref/current/maven-project/apidocs/index.html http://maven.apache.org/ref/current/maven-artifact/apidocs/ http://maven.apache.org/ref/current/maven-model/apidocs/index.html For other components, the url is analogous. Frederik

RE: Getting the dependencies for a plugin

2006-08-04 Thread Frederik Bayart
Have a look at the mail I posted on Fri, 04 Aug, 04:24 with title [m2] runtime classpath/transitive dependencies from an artifact resolved from repository -Original Message- From: Rohnny Moland [mailto:[EMAIL PROTECTED] Sent: Friday, August 04, 2006 4:46 AM To: Maven Users List

component requirements

2006-08-03 Thread Frederik Bayart
Hallo, Does anybody know where I can find documentation of component requirements (the @component annotation in a mojo) and the components.xml file. (in Better builds with maven, p. 149 they just mention that it's beyond the scope of the chapter). Frederik

[m2] runtime classpath/transitive dependencies from an artifact resolved from repository

2006-08-03 Thread Frederik Bayart
Hallo, I'm try to get the runtime classpath from an artifact resolved from the repository, or at least the transitive dependencies. I try to use the maven-dependency and maven-assembly plugin as example, without success at the moment. So this is my source code : artifact =

[m2] mojo parameter injection question

2006-07-26 Thread Frederik Bayart
Hello, I'm writing a new mojo in a new plugin. Because I like to reuse functionality from a existing abstract mojo in an existing plugin, I use inheritance. However the parameters defined by the base class (such as project, local, ...) are not automatically injected by maven. I could inject

RE: How to copy jars from local repository?

2006-07-26 Thread Frederik Bayart
This can be done with the maven dependency plugin : http://mojo.codehaus.org/dependency-maven-plugin/introduction.html If you click on how to use, you see how to configure your pom file Frederik -Original Message- From: Kapil Gupta(CT) [mailto:[EMAIL PROTECTED] Sent: Sun 7/23/2006

Re: Want explain on Dependencies Scope

2006-07-21 Thread Frederik Bayart
Did you read this ? May be it helps. http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html - Original Message From: Roy Siu [EMAIL PROTECTED] To: users@maven.apache.org Sent: Friday, 21 July, 2006 3:50:09 AM Subject: Want explain on Dependencies Scope I