Q : Handling default property values

2005-04-02 Thread Haryon
I am creating a plugin, I would like to use some properties pointing to some directories (just like maven.build.dir, or maven.src.dir). I would like those directories to have a default, but if the user wants to override them, he can. I have done a prepare-src goal which is prereq of everything

Is scm broken? (Quick qestion)

2005-04-02 Thread Trudy Cool
Hi folks When my script gets to the SCM (cvs:extssh) stage it hangs. (I'm trying to get started with Maven, so unsure what to expect.) The thing that has me doubting is that the Maven main site *also* has no scm pages. http://maven.apache.org/changelog-report.html

Re: Q : Handling default property values

2005-04-02 Thread Milos Kleint
I think the plugin's default props should be in plugin.properties file. No goal should be necessary. Milos Kleint On Apr 2, 2005 12:17 AM, Haryon [EMAIL PROTECTED] wrote: I am creating a plugin, I would like to use some properties pointing to some directories (just like maven.build.dir, or

RE: maven javadoc clean prints build failed

2005-04-02 Thread Arnaud HERITIER
You must create an account (http://jira.codehaus.org) and open an issue on the javadoc plugin (http://jira.codehaus.org/browse/MPJAVADOC) Arnaud -Message d'origine- De : Andrei Szabo [mailto:[EMAIL PROTECTED] Envoyé : samedi 2 avril 2005 08:24 À : Maven Users List Objet : RE:

RE: Handling default property values

2005-04-02 Thread Vincent Massol
You can use the maven:property tag. Check other plugins to see how to use it. -Vincent -Original Message- From: Haryon [mailto:[EMAIL PROTECTED] Sent: samedi 2 avril 2005 10:18 To: Maven List Subject: Q : Handling default property values I am creating a plugin, I would like to

Re: Multiproject and properties inheritence issue ?

2005-04-02 Thread =?ISO-8859-1?Q?J=F6rg?= Schaible
Hi Laurent, Laurent Petit wrote: [snip] But isn't that the purpose of the extend element in the project.xml of each subproject ? Here is my projects structure : prototype-dao prototype-test ... other modules prototype-webapp prototype-common ( used with extend element by

Where are the reports?

2005-04-02 Thread Seth Milder
Hi, Sorry if this is a repeat post, but my previous one seems to have entered a black hole. I am rather new to Maven and I am having a bit of an issue with the checkstyle and pmd report generation. I can see that the reports' xml files get generated, but then the transform (e.g., for pmd) never

Re: Where are the reports?

2005-04-02 Thread Brett Porter
I can see that it is for the PMD CPD report, and for Simian, but not the others. I've never seen this. Can you confirm the files are in target/generated-xdocs and not empty? What does you project.xml reports section look like? - Brett On Apr 3, 2005 1:44 AM, Seth Milder [EMAIL PROTECTED] wrote:

Re: Is scm broken? (Quick qestion)

2005-04-02 Thread Brett Porter
SCM should work. I didn't notice that the Maven ones hadn't, but can look into that later, and besides they are SVN (I have a feeling the Apache SVN servers had some troubles when I was publishing the site). If it hangs, then it is probably because it has no way to prompt you for a password. If

Re: seperate src and test directories

2005-04-02 Thread Brett Porter
On Apr 2, 2005 6:17 AM, Durham David R Jr Contr 805 CSPTS/SCE [EMAIL PROTECTED] wrote: Next question: I want to add a resource to the classpath for tests. http://maven.apache.org/using/resources.html I'm trying to use Maven with as little Ant as possible. That's definitely a good practice!

Re: Howto add a menu after development process?

2005-04-02 Thread Brett Porter
On Apr 2, 2005 3:24 AM, Thomas Michel [EMAIL PROTECTED] wrote: Hi, i would like to add a menu after the item development process in the navigation menu. How can i do this? menu name=Developers type=footer As you can see, this is done on the Maven web site, so I checked here:

Re: How can I disable the hibbernate plugin ? REDUX

2005-04-02 Thread Brett Porter
On Apr 2, 2005 2:27 AM, Jim Mochel [EMAIL PROTECTED] wrote: Hmmm. Thank you for the response, unfortunately I am still getting a pulldown. I have deleted all $HOME/.maven folder, the $MAVEN_HOME/plugins folder what happens is I get a pulldown when it is populating the plugins from the get

Re: Is scm broken? (Quick qestion)

2005-04-02 Thread Trudy Cool
Thanks Brett I appreciate the informative reply. I'll check it out properly on Monday, and let you know. Rgds, TC SCM should work. I didn't notice that the Maven ones hadn't, but can look into that later, and besides they are SVN (I have a feeling the Apache SVN servers had some troubles