Re: [ANN] Maven Javadoc Plugin 2.3 Released

2007-07-22 Thread Adam Hardy
Vincent Siveton on 22/07/07 05:53, wrote: The Maven team is pleased to announce the release of Maven Javadoc Plugin, version 2.3. http://maven.apache.org/plugins/maven-javadoc-plugin/ You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin

Re: Re: google-testar with Maven

2007-07-22 Thread Martin Villalobos
Hi Dmitry, take you a look about http://code.google.com/p/google-testar/. It Sound very interesting, but if I could integrate it with Maven, it could be much better. Cheers Martin. Dmitry wrote: div class=moz-text-flowed style=font-family: -moz-fixedhey, never used before testart. what the

Re: [ANN] Maven Javadoc Plugin 2.3 Released

2007-07-22 Thread Antonio Petrelli
2007/7/22, Vincent Siveton [EMAIL PROTECTED]: Enjoy, I wish I could enjoy it, but it's a problem since MJAVADOC-116 has not been fixed: http://jira.codehaus.org/browse/MJAVADOC-116 This leads to the impossibility of releasing products like Apache Tiles in an easy way. Sorry if I seem too

Re: [ANN] Maven Javadoc Plugin 2.3 Released

2007-07-22 Thread Adam Hardy
Antonio Petrelli on 22/07/07 18:14, wrote: 2007/7/22, Vincent Siveton [EMAIL PROTECTED]: Enjoy, I wish I could enjoy it, but it's a problem since MJAVADOC-116 has not been fixed: http://jira.codehaus.org/browse/MJAVADOC-116 This leads to the impossibility of releasing products like Apache

Re: [ANN] Maven Javadoc Plugin 2.3 Released

2007-07-22 Thread Antonio Petrelli
2007/7/22, Adam Hardy [EMAIL PROTECTED]: Antonio Petrelli on 22/07/07 18:14, wrote: 2007/7/22, Vincent Siveton [EMAIL PROTECTED]: Enjoy, I wish I could enjoy it, but it's a problem since MJAVADOC-116 has not been fixed: http://jira.codehaus.org/browse/MJAVADOC-116 This leads to the

Re: Maven 2 site/reporting with mutliple projects

2007-07-22 Thread jallen
Good reporting plugins should be written such that, if they are run on inappropriate project types (i.e. project packaging) - for instance a javadoc report on a POM package project, they do nothing. Some of the standard maven reports are a little annoying at the mo', for instance the PMD report

Re: Re: google-testar with Maven

2007-07-22 Thread Tom Huybrechts
It would be even more interesting if they actually had source code. On 7/22/07, Martin Villalobos [EMAIL PROTECTED] wrote: Hi Dmitry, take you a look about http://code.google.com/p/google-testar/. It Sound very interesting, but if I could integrate it with Maven, it could be much better.

Quality level attribute during version selection process

2007-07-22 Thread Dmitry
I saw a post recently that referred to a quality attribute being used during plugin resolution. The purpose of the attribute was to make sure that only released or beta, etc. versions were selected rather than alpha or lower level qualtiy. As far as I can tell Maven doesn't use a quality

Maven plugin eclipse question

2007-07-22 Thread Dmitry
Maven plugin eclipse question When we execute mvn eclipse :eclipse , it generate .classpath that contain a variable named M2_REPO with all dependecnise declared in th pom file. So it is possible to deactivate this behaviour ? ie : I don't want the plugin eclipse to generate to me the

Re: Quality level attribute during version selection process

2007-07-22 Thread Wayne Fay
Maven (1 and 2) does not currently support this feature. It was simply a feature request by a user of Maven. I have no idea if or when the Maven Dev team might consider adding it to Maven2. If you require this feature, and you know Ivy supports it currently, then I'd just use Ivy. Wayne On

Re: Maven plugin eclipse question

2007-07-22 Thread Dan Tran
no. And you may as well manually create the project files using eclipse itself. Just curious, why dont you want the dependencies? On 7/22/07, Dmitry [EMAIL PROTECTED] wrote: Maven plugin eclipse question When we execute mvn eclipse :eclipse , it generate .classpath that contain a variable

Re: Re: google-testar with Maven

2007-07-22 Thread Wayne Fay
Unless I'm confused, both the binaries and source code are available: http://sourceforge.net/project/showfiles.php?group_id=175837package_id=201991 Wayne On 7/22/07, Tom Huybrechts [EMAIL PROTECTED] wrote: It would be even more interesting if they actually had source code. On 7/22/07, Martin

Re: Maven plugin eclipse question

2007-07-22 Thread Wayne Fay
As Dan mentioned, this is not currently a supported feature of the Eclipse plugin. If you require this functionality, I'd suggest you hack the sources yourself to add it, as I expect this is not a feature that many people are interested in. I don't see a lot of value in this feature (not adding

Re: Maven plugin eclipse question

2007-07-22 Thread Dmitry
Dan, thanks for answer, actually we are not storing all files like.classpath in our version control system (using Subversion ), generate again all specific to Eclipse files , that's why I don't want to have dependencies(just thinking about it, did not decide yet) Thanks, www.ejinz.com Search

Re: Maven plugin eclipse question

2007-07-22 Thread Dan Tran
Sorry, I still dont get the main reason why you dont want eclipse the generate .classpath with al dependencies. It seems your maven pom files have dependencies in them, and then you DONT want the same dependency list show up in you eclipse projects files Kind a odd thou. -D On 7/22/07, Dmitry

Re: Re: google-testar with Maven

2007-07-22 Thread Tom Huybrechts
There they are... I was looking at the google-code downloads and svn. On 7/22/07, Wayne Fay [EMAIL PROTECTED] wrote: Unless I'm confused, both the binaries and source code are available: http://sourceforge.net/project/showfiles.php?group_id=175837package_id=201991 Wayne On 7/22/07, Tom

Generate Version class

2007-07-22 Thread Francois Fernandes
Hi list, for some time now I've been looking for a easy way to generate a simple class containing version information of our artifact. I know that it is possible to filter resources. But to avoid any resource loading issues I would like maven to generate such a class. Does anyone have a idea

Julia Vilke/Moscow/Canon/FI is out of the office.

2007-07-22 Thread Julia . Vilke
I will be out of the office starting 16.05.2007 and will not return until 08.01.2008. I'm on maternity leave till January 2008. In case of Canon Consumable business, please contact Mikhail Popov, in case of Paper business - Maria Bondarenko.

Disable javadoc during site

2007-07-22 Thread jp4
I was wondering if there is an easy way to skip javadoc generation while invoking mvn clean deploy site site:deploy I have a project with a tremendous amount of javadoc. Generation of site docs takes forever, I want the other reports, but javadoc isn't cruical. Thanks, jp4 -- View this

Re: Disable javadoc during site

2007-07-22 Thread Wendy Smoak
On 7/22/07, jp4 [EMAIL PROTECTED] wrote: I was wondering if there is an easy way to skip javadoc generation while invoking mvn clean deploy site site:deploy mvn clean deploy site-deploy (Unrelated to your question, but this will do more or less the same thing-- site-deploy is the last phase

Maven, hibernate, hsqldb, trying to follow a tutorial -- not sure what's happening!!

2007-07-22 Thread pinky88
Hi everyone, I'm a beginner to maven and hibernate having only done relatively simple java programs in 1st year in college, learning new stuff as will soon be starting some work experience in a programming firm .. I'm trying to follow a hibernate tutorial @ http://www.gloegl.de/8.html except

Re: Disable javadoc during site

2007-07-22 Thread jp4
Wendy, Thanks, I neglected to check the parent pom file that all of my project parents inherit from. I commented out the javadoc plugin section. Thanks, John Wendy Smoak-3 wrote: On 7/22/07, jp4 [EMAIL PROTECTED] wrote: I was wondering if there is an easy way to skip javadoc generation

Maven dependencies issues

2007-07-22 Thread Dmitry
My application is a jar file and when I run mvn package it generates my jar ok. But I need to distribute my app with all the related jar dependencies so I wonder how could I do it with maven2.. Actually, I did an ant task that at package cycle copy my project depdenciens from mvnrepository

Maven Source filtering issue

2007-07-22 Thread Dmitry
I want to be able to interpolate ${pom.version} in Java source code before compilation. How can I do this (Eclipse IDE)? I see that there is a simple way to turn on resource filtering, but that does not appear to be applicable to source code. I also see that the process-sources phase is

Re: Generate Version class

2007-07-22 Thread Dirk Olmes
Francois Fernandes wrote: Hi list, for some time now I've been looking for a easy way to generate a simple class containing version information of our artifact. I know that it is possible to filter resources. But to avoid any resource loading issues I would like maven to generate such a

any tag for customized path ejb-jar.xml?

2007-07-22 Thread Kiran Kodlady
Hello, can anyone tell me - is there any tag for customized path for ejb-jar.xml?? Default value is - src/main/resources/META-INF.. Thanks in advance, Kiran Kodlady -- View this message in context: