Re: [m2] Plugin Version in POM

2006-07-04 Thread leahpar
hello, check is a goal on a mojo subclass pmd is a goal on a report subclass => maybe you should add 2.0 inthe report section too cordialement org.apache.maven.plugins maven-pmd-plugin

Problem downloading resources

2006-07-04 Thread Matthias Richter
Hello, i have problems downloading jars from various repositories, including the repository on the LAN. I always get the message: [WARNING] Unable to get resource from repository The proxy is correctly configured in the settings, some of the are downloaded. The repositories i'm using in m

Re:assembly plugin problem

2006-07-04 Thread nazim chakik
Hello, Already saw this link, but without success. if somebody already assembled a complete project with all his dependencies that it comes me to assistance, that will make more than one week that I try to solve this problem. thanks Nazim Alexandre Poitras a écrit : > Should help

Using Maven 2

2006-07-04 Thread A S Praj
Hi , In one of our projects we have the Bunch of projects, which is written in different languages/softwares, I want to know whether Using Maven 2 can I able to build the projects which is written in Perl, Bash, Ruby, Python,PHP, C, C++ files also. Thanks and Regards A.S.P.Raj

Re: assembly plugin problem

2006-07-04 Thread Tim Kettler
Hi, it would help if you could post your pom.xml with the assembly plugin configuration and your assembly descriptor. Also you should describe how you expect the final assembly to look like. Do you want to create just one jar file that contains your classes + the classes of the dependencies (y

Build process

2006-07-04 Thread Vinay Kumar
Hi All, In my Directory structure is like: Mainproject folder A, within A their are two more subproject folder B and C. project B depends on project C. I have written individual pom file for subproject B and subproject C which install and deploy B and C when I run mvn install from dir B and C

Re: Using Maven 2

2006-07-04 Thread Tim Kettler
Hi, for c/c++ you can use the native-maven-plugin [1]. For the rest I don't know. But you always can run some ant tasks via the antrun plugin [2]. Hope this helps -Tim [1] http://mojo.codehaus.org/maven-native/native-maven-plugin/introduction.html [2] http://maven.apache.org/plugins/maven-ant

[Maven2] test resources

2006-07-04 Thread christophe blin
Hi, I am new to maven so excuse me if the questions have already been posted (I do not find a related in the archives so I think it has not been so). I am working with maven2 and hibernate. My hibernate mapping is in /src/main/resources/META-INF : mapping_common.hbm.xml First question : if I man

Re: Maven 2 build error

2006-07-04 Thread Emmanuel Venisse
Do you have a pom.xml at the root of the working directory? Emmanuel Jeff Mutonho a écrit : On 7/4/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: what do you have in the project working directory that failed? Emmanuel I have all the modules checked out of CVS Jeff Mutonho GoogleTalk : e

Re: Build process

2006-07-04 Thread Andrew Williams
Look at making a pom for folder A that is of packaging type pom and then list your projects in build order in the tag. Once that is setup it is easier to automate, asyou can use mvn to checkout and then install and it will manage the list of subprojects in one go. A On Tue, Jul 04, 2006 at 08:5

Re: [Maven2] test resources

2006-07-04 Thread Pete Marvin King
try putting your mapping_common.hbm.xml on "src/main/resources/" instead. or modify your getResourceAsStream to get the file "META-INF/mapping_common.hbm.xml" resources are searched on all the classpaths, normally META-INF is added to the classpath so getClass().getResourceAsStream("m

Re: Problem downloading resources

2006-07-04 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Matthias, > I always get the message: > [WARNING] Unable to get resource from repository (...) > > Ibiblio > Ibiblio > http://www.ibiblio.org/maven/ ^ This should be http://www.ibibl

"non-recursive"

2006-07-04 Thread Jeff Mutonho
I've posted to the Continuum forum and was advised that I need to remove "non-recursive" under my build definitions.Where is this "non-recursive" field? -- Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042 -

Re: "non-recursive"

2006-07-04 Thread Hendrik Busch
Hi, I've posted to the Continuum forum and was advised that I need to remove "non-recursive" under my build definitions.Where is this "non-recursive" field? In Continuum, click on your project name in the project list. You will see the project information page and there is a section called

Re: [Maven2] test resources

2006-07-04 Thread Hendrik Busch
Hi, try putting your mapping_common.hbm.xml on "src/main/resources/" instead. or modify your getResourceAsStream to get the file "META-INF/mapping_common.hbm.xml" you should not place Hibernate files in the META-INF directory. Either place them directly in src/main/resources (or src/tes

Re: Build process

2006-07-04 Thread Vinay Kumar
Hi Andrew, please let me know how we can checkout using mvn? Will following in pom file work: If yes then where i can add source checkout directory. Another question, I want to use mvn install cargo:start to start Jboss and deploy ear file develope by pom B. I add plugin in pa

Re: Problem downloading resources

2006-07-04 Thread Matthias Richter
Thanks for the reply but the problem still occures. Any other idea? Matthias On 7/4/06, Thorsten Heit <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Matthias, > I always get the message: > [WARNING] Unable to get resource from repository (...) > >

Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Jeff Mutonho
Question 1 = Does continuum actually work with Maven 2?I'm trying to build my m2 project.My top level pom.xml defines the modules that need to be built.The modules are defined as follows: eportal-services eportal-messaging eportal-messaging-support eportal-webservices eportal E

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Martin Gilday
Does the pom that you uploaded have the SCM tags correctly set, and is the POM correctly in you source control? - Original message - From: "Jeff Mutonho" <[EMAIL PROTECTED]> To: "Maven Users List" , continuum-users@maven.apache.org Date: Tue, 4 Jul 2006 13:19:35 +0200 Subject: Ladies and G

RE: maven-pmd-plugin can't find my source files

2006-07-04 Thread Andrew-A . Davies
Sorry about delayed response - been away 4 a couple of days. No using JDK 1.4.2. Will try PMD alone to confirm, then try specific version. Will vote if I see Rgds Andy -Original Message- From: Doug Douglass [mailto:[EMAIL PROTECTED] Sent: 29 June 2006 18:33 To: Maven Users List Subje

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Jo Vandermeeren
That's standard behaviour i guess ;) You should try and remove the nonrecursive flag that Continuum enables by default. You can find that flag in your project subsection in the continuum webapp, as someone has sugested earlier. In order to make continuum work like your normal command-line mvn co

Cobertura plugin using version 1.7

2006-07-04 Thread Guillaume Bilodeau
Hi all, It seems to me that the current M2 Cobertura plugin is still using the 1.7 runtime, when a 1.8 runtime was released back in April. Are there any plans to switch to the latest version any time soon? Thanks, GB

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Jo Vandermeeren
In response to your second question about the locations where continuum checks out your code: Those numbers are the primary keys of your separate projects in the continuum database.. That's perfectly normal, and you shouldn't be bothered by which directory name continuum chooses when it checks ou

Hibernate Archives (.har files) with Maven 2

2006-07-04 Thread Graham Leggett
Hi all, I am trying to convert an ant build system to maven2, and have run into a problem with "har" files for Hibernate. Is there a plugin capable of building these files? Regards, Graham -- - To unsubscribe, e-mail: [EMAIL

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Jeff Mutonho
As you should know from your Maven 2 experience.. Every module has its own POM and is treated as a separate project by maven.. And ofcourse, so does continuum.. Hence the different numbers (one per project).. But then why is it checking all the modules into one folder , eg 50 i.e /50/eportal-se

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Hendrik Busch
Hi, Question 1 = Does continuum actually work with Maven 2? Yes, it does. We've got it up and running here with several multi-module projects. And they even work with the "--non-recursive" option. All modules share a common structure: Toolbox/ |-- pom.xml |-- toolbox-ant | |-- p

Re: [Maven2] test resources

2006-07-04 Thread christophe blin
thanks it works. For a brief summary : - having resources in src/main/resources make them available in the classpath for the tests so you do not need any copy operation - do not forget the leading "/" (which IMHO should be corrected in the docs) regards, chris Hendrik Busch a écrit : > Hi, > >>

RE: Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread John Allen
This aspect of continuum is one of the main reasons we dropped it in favour of luntbuild. An 'exclusion pattern' feaure might be a good idea as it would enable 'smarter' checkout and avoid checking out sub-directories containing pom.xml files (for instance). > Date: Tue, 4 Jul 2006 14:03:15 +0

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Emmanuel Venisse
Jeff Mutonho a écrit : As you should know from your Maven 2 experience.. Every module has its own POM and is treated as a separate project by maven.. And ofcourse, so does continuum.. Hence the different numbers (one per project).. But then why is it checking all the modules into one folder

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Emmanuel Venisse
In 1.1, users will can choose if they want to have one project in continuum by module or only one. Emmanuel John Allen a écrit : This aspect of continuum is one of the main reasons we dropped it in favour of luntbuild. An 'exclusion pattern' feaure might be a good idea as it would enable 'smart

Re: Why so many directories

2006-07-04 Thread Emmanuel Venisse
Jeff Mutonho a écrit : On 7/4/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Actually, continuum create one project by module and it checkout each module in its own directory. If you don't want one project by module, you can delete all modules in continuum interface and remove --non-recur

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Emmanuel Venisse
Please don't post your message on more than one list. Jeff Mutonho a écrit : Question 1 = Does continuum actually work with Maven 2? Yes, it works fine and it is used by lot of user. I'm trying to build my m2 project.My top level pom.xml defines the modules that need to be built.The

Re : assembly plugin problem

2006-07-04 Thread nazim chakik
Hi, indeed i want all dependency jars in a 'lib' directory in the assembly. here my poms and my descriptor: ROOT POM* ... ../ife-asp ../ife-aspstruts .. ... ${basedir}/src/java ${basedir}/

[m2] WAR plugin questions

2006-07-04 Thread Bob Arnott
I'm currently in Maven dependency hell, with a WAR file that is huge due to loads of useless third party library dependencies. The WAR plugin web site is next to useless, with the two most promising links "With war dependencies" and "Filtering war dependencies" both returning 404 errors. As an as

Old project structure

2006-07-04 Thread Marx2
hello I have Web project in CVS, It has structure: /application/version3/ /index.jsp /a2/a2.jsp /b2/b2.jsp /WEB-INF /web.xml /lib - some jars /src - java sources I would like to check out it in Maven2, compile and build WAR How should I do it? Should i build independent modul

cobertura - Getting Error

2006-07-04 Thread tulasi
HI, when i am mvn test for mvn site, getting Error. Here I have enclosed my configuration and error. org.codehaus.mojo cobertura-maven-plugin target/cobertura/instrumented-classes

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Jeff Mutonho
Perhaps your scm url (scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev ) is wrong. Are you sure it isn't scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev/MyCompanyPortal ? Yes I'm sure , because the correct modules are checked out.The checking out is working Continu

M2: spring-orm

2006-07-04 Thread christophe blin
Hi, I'd like to know why the spring-orm version 2.0-m4 is not ibiblio while spring-mock, spring-dao, ... are present in this vesrion. Is this something I must do ? regards, chris -- _ Tennaxia, www.tennaxia.com, Pilotez vos o

Re: M2: spring-orm

2006-07-04 Thread Carlos Sanchez
Yes, check Spring docs because there is no spring-orm in spring 2.0 On 7/4/06, christophe blin <[EMAIL PROTECTED]> wrote: Hi, I'd like to know why the spring-orm version 2.0-m4 is not ibiblio while spring-mock, spring-dao, ... are present in this vesrion. Is this something I must do ? regards

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Jeff Mutonho
and is the POM correctly in you source control? Ok , I added the POM to the source control and that did the trick.The mistake was the idea that Continuum would just use my top level POM (the one I supply when adding the m2 projects). Thanks for all your responses guys.

Re: M2: spring-orm

2006-07-04 Thread Nicolas De Loof
Spring-orm does not exist in post M3 version. It has been splited into spring-jdo, spring-ojb, spring-ibatis... christophe blin a écrit : Hi, I'd like to know why the spring-orm version 2.0-m4 is not ibiblio while spring-mock, spring-dao, ... are present in this vesrion. Is this something I

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Emmanuel Venisse
Jeff Mutonho a écrit : Perhaps your scm url (scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev ) is wrong. Are you sure it isn't scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev/MyCompanyPortal ? Yes I'm sure , because the correct modules are checked out.The checki

Notification about new Maven releases

2006-07-04 Thread Jimisola Laursen
Hi! Is there a way to get a notification (email) when a new release of Maven is released? If not, would it be possible to add to project to freshmeat.net as they have this functionality and I assume many other use this for over projects? Regards, Jimisola -- View this message in context: htt

Re: Notification about new Maven releases

2006-07-04 Thread Brett Porter
announce@maven.apache.org lists all Maven-related releases (including plugins). announce@apache.org gets major releases (and all Apache releases). We have a freshmeat thing that's about 5 years old and I think we're locked out :) - Brett On 05/07/06, Jimisola Laursen <[EMAIL PROTECTED]> wrote:

Re: Ladies and Gents...does Continuum actually work?

2006-07-04 Thread Jeff Mutonho
On 7/4/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Jeff Mutonho a écrit : >> Perhaps your scm url >> (scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev ) >> is wrong. >> Are you sure it isn't >> scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev/MyCompanyPortal >> ? >

Creating an EJB, then an EAR

2006-07-04 Thread Graham Leggett
Hi all, I have an existing ant based project that I am trying to build with maven 2. The existing ant build creates an EJB jar file, and then wraps it and it's dependancies into an ear file. I am trying to replicate this behaviour with maven 2. Is there a way to run the ejb plugin, followed by

Re: Creating an EJB, then an EAR

2006-07-04 Thread Marco Mistroni
Hello, see if htis sample can help you (though, it creates a jar for a n EJB..) http://docs.codehaus.org/display/MAVENUSER/Examples hth marco On 7/4/06, Graham Leggett < [EMAIL PROTECTED]> wrote: Hi all, I have an existing ant based project that I am trying to build with maven 2. The exist

Re: Creating an EJB, then an EAR

2006-07-04 Thread Graham Leggett
On Tue, July 4, 2006 5:13 pm, Marco Mistroni wrote: > see if htis sample can help you (though, it creates a jar for a n EJB..) > > http://docs.codehaus.org/display/MAVENUSER/Examples Are you referring to "How to use the JBoss Embedded EJB3 Container for Unit testing"? It's the only example that

snapshots in local repository after install?

2006-07-04 Thread Bram de Kruijff
Hi all, on my continuum (linux) server I'm running out off diskspace fast because each build (mvn clean install) produces an actual snapshot (eg george-9.0.0-20060531.111546-5.jar) in the local repository. This is not what happens on my (windows) workstation. Here each build (mvn clean install) p

GoogleTalk notification

2006-07-04 Thread Jeff Mutonho
I've configured a google talk notification with the following parameters : Jabber Host talk.google.com Jabber Port 5222 Jabber Login ejbengine Jabber Password Jabber Domain Name Jabber Recipientejbengine I

Re: GoogleTalk notification

2006-07-04 Thread Jeff Mutonho
Sorry , my question is do i need to restart Continuum after addinf a notifier throught the web interface? On 7/4/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: I've configured a google talk notification with the following parameters : Jabber Host talk.google.com Jabber Port

m2 equivalent of

2006-07-04 Thread Graham Leggett
Hi all, One possible workaround to my ejb-inside-an-ear dilemma is to embed dependancies inside an ejb, and scrap the ear entirely. Trouble is, from maven 1 seems to have been lost along the road to maven 2: http://jira.codehaus.org/browse/MEJB-3?page=all Anyone know if this feature is returni

Re: GoogleTalk notification

2006-07-04 Thread Emmanuel Venisse
no, you don't need to restart it for all changes done throught the web interface, only for modification in application.xml. For google talk, you need to define the jabber domain like described in faqs : http://maven.apache.org/continuum/faqs.html#how-to-configure-jabber-notifier-for-google-talk

Re: [m2] maven-jar-plugin-2.1 status?

2006-07-04 Thread jerome lacoste
On 6/23/06, Mike Perham <[EMAIL PROTECTED]> wrote: Mark, I can't confirm an exact date but I just went through JIRA last night and closed/resolved 10-15 of the existing issues. The one thing that has not been done yet is an overhaul of the documentation to conform with the new doc standards. On

Re: [m2] maven-jar-plugin-2.1 status?

2006-07-04 Thread jerome lacoste
On 7/4/06, jerome lacoste <[EMAIL PROTECTED]> wrote: On 6/23/06, Mike Perham <[EMAIL PROTECTED]> wrote: > Mark, I can't confirm an exact date but I just went through JIRA last > night and closed/resolved 10-15 of the existing issues. The one thing > that has not been done yet is an overhaul of t

[ANN] Keytool plugin version 1.0-beta-1

2006-07-04 Thread jerome lacoste
The Mojo team is pleased to announce the Keytool Plugin 1.0-beta-1 release! htp://mojo.codehaus.org/keytool-maven-plugin/ This plugin allows user to generate keystore, wrapping the SDK keytool command. There are no known issues. Enjoy! -The Mojo team

Maven 2: Manifest entries for JARs

2006-07-04 Thread Howard Lewis Ship
I'm working on some library code which will be driven by a manifest entry in client JARs. I need to be able to set some mainfest entries in my JAR files. I can't see where to do this. It seems likely for the jar plugin, but nothing in the source or documentation indicates how to do this. I tri

How could i add external jar to maven.compile.classpath without use dependency setting in pom.xml

2006-07-04 Thread Reggie Kuo
Hi All, How could i add external jar in maven.compile.classpath without use dependency setting. Because i don't want to install artifact jar to my repository. Thanks. Reggie Kuo

Re: Maven 2: Manifest entries for JARs

2006-07-04 Thread Grégory Joseph
Hi, On 04/07/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: I'm working on some library code which will be driven by a manifest entry in client JARs. I need to be able to set some mainfest entries in my JAR files. I can't see where to do this. It seems likely for the jar plugin, but nothing

Re: Maven 2: Manifest entries for JARs

2006-07-04 Thread Howard Lewis Ship
Missed that documentation. You can see how the description, "The maven archiver to use." is misleading. On 7/4/06, Grégory Joseph <[EMAIL PROTECTED]> wrote: Hi, On 04/07/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > I'm working on some library code which will be driven by a manifest > ent

Re: Re: Maven 2: Manifest entries for JARs

2006-07-04 Thread Grégory Joseph
On 04/07/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: Missed that documentation. You can see how the description, "The maven archiver to use." is misleading. Oh, in the plugin/goal description, yes, absolutely. I seem to recall i've recently seen activity towards better documentation of c

Re: Re: Maven 2: Manifest entries for JARs

2006-07-04 Thread Mark Hobson
Yep, I brought this up too on this thread: http://mail-archives.apache.org/mod_mbox/maven-dev/200606.mbox/[EMAIL PROTECTED] Mark On 04/07/06, Grégory Joseph <[EMAIL PROTECTED]> wrote: On 04/07/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > Missed that documentation. > > You can see how the

Problem with eclipse plugin

2006-07-04 Thread Marcelo Riss
Hi! I was using eclipse m2 plugin without problems. Now, I try to invoke a "site" goal but the plugin execution hangs. if I use "mvn site" in a command prompt, for the same project, everything works fine. I checked in the list archives and found some information about proxy configuration. I tryed

Re: snapshots in local repository after install?

2006-07-04 Thread ngodfredsen
Not sure why it would be different for your two environments, but you need to specify unique version to false to avoid the timestamp being appended, e.g.: ... false ... Looks like you might have different pom files since one is version 9.0.0 and the other is -SN

Re: How could i add external jar to maven.compile.classpath without use dependency setting in pom.xml

2006-07-04 Thread Andrew Williams
have you tried the dependency scope "provided" this will mean the dep is not shipped On Wed, 2006-07-05 at 02:11 +0800, Reggie Kuo wrote: > Hi All, > > How could i add external jar in maven.compile.classpath without use > dependency setting. > Because i don't want to install artifact jar to my re

Re: Creating an EJB, then an EAR

2006-07-04 Thread Marco Mistroni
hello, Yes, but the whole project packages an ejb into an .ear i thought that might help.. hth marco On 7/4/06, Graham Leggett <[EMAIL PROTECTED]> wrote: On Tue, July 4, 2006 5:13 pm, Marco Mistroni wrote: > see if htis sample can help you (though, it creates a jar for a n EJB..) > >

maven2 xdoclet2 plugin

2006-07-04 Thread Marco Mistroni
hi all,, can anyone point me in the right direction for using maven2 xdoclet2 plugin? i followed this link http://xdoclet.codehaus.org/Maven2+plugin to try, i wrote a simple pom.xml like in the example 4.0.0 Backend jar 1.0 Backend TestJSFAppM2 TestJSFAppM2 1.0

Re: [m2] WAR plugin questions

2006-07-04 Thread Adam Hardy
Bob Arnott on 04/07/06 14:57, wrote: I'm currently in Maven dependency hell, with a WAR file that is huge due to loads of useless third party library dependencies. Generally speaking, you should be able to dig your way out of this dependency hell. Are you sure that you have given all your depe

Re: Re : assembly plugin problem

2006-07-04 Thread Barrie Treloar
descripteur.xml bin jar false .. ../ife-asp/target lib *.jar true .. *

Re: [m2] Plugin Version in POM

2006-07-04 Thread Hilco Wijbenga
On 7/4/06, leahpar <[EMAIL PROTECTED]> wrote: => maybe you should add 2.0 inthe report section too Yeah, that does the trick. My idea was to have a super POM where the plugin (and dependency) versions would be locked down so when I'm ready to move to a newer version I can do so by changin

Error when making Maven generate an Andromda-enabled project?

2006-07-04 Thread Abdelhak JIJANE
Hello, Can anybody just help me solving one of these following astonishing errors!! Even just ideas can help me: I always get the same error message when trying to download the plugin andromda for Maven (speaking about this plugin, could someone send me the correct command line to type for Androm

Re: [m2] WAR plugin questions

2006-07-04 Thread Pete Marvin King
you can also... try running mvn site:site, it will generate a documentation site for your webapp project. check the link Project Documentation -> Dependencies, for the dependency tree. the new war plugin ( 2.1-SNAPSHOT ) only includes the dependencies with a runtime scope, you can excl

Re: [m2] Looking for javadoc warning report

2006-07-04 Thread Julian Wood
Yes I'm looking for this too. It was a way to make sure that javadocs were being filled out properly (and to define what properly was). I also recall a mention of failing builds if javadocs weren't adequate. Is this around at all? http://maven.apache.org/maven-1.x/javadoc-warnings-report.ht

Re: [m2] Looking for javadoc warning report

2006-07-04 Thread Julian Wood
Oops - sorry missed the rest of that thread. I will check out the checkstyle report. J On 4-Jul-06, at 6:32 PM, Julian Wood wrote: Yes I'm looking for this too. It was a way to make sure that javadocs were being filled out properly (and to define what properly was). I also recall a mentio

[m2] What documentation do you want for maven-jar-plugin

2006-07-04 Thread Dennis Lundberg
Hello I will be going over the documentation for the maven-jar-plugin. This will mean fixing these issues: - http://jira.codehaus.org/browse/MJAR-46 - http://jira.codehaus.org/browse/MJAR-47 Is there anything else that you feel is missing from the current documentation for this plugin? This i

Re: [m2] Plugin Version in POM

2006-07-04 Thread Alexandre Poitras
Properties would be a very good and simple solution because a child project can always override them and provide its own values if it really needs too. On 7/4/06, Hilco Wijbenga <[EMAIL PROTECTED]> wrote: On 7/4/06, leahpar <[EMAIL PROTECTED]> wrote: > => maybe you should add 2.0 inthe report se

Re: [m2] What documentation do you want for maven-jar-plugin

2006-07-04 Thread Brett Porter
- Clear links back to the archiver docs on the main site - the guide to manifests and removing pom.properties/xml from the JAR. - Links to the assembly plugin for when you are doing "advanced jarring" if that makes any sense. - Docs for the new features like "sign" in particular (Jerome can probab

Re: [m2] What documentation do you want for maven-jar-plugin

2006-07-04 Thread Barrie Treloar
On 7/5/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Is there anything else that you feel is missing from the current documentation for this plugin? This is the time to speak up and let us know. Please submit your wishes here. If you have some example configurations that you feel others would fi

[m2] maven-it-plugin - how to create integration tests?

2006-07-04 Thread Barrie Treloar
Can anyone point me to any documentation on the maven-it-plugin? I expect I've missed something but - I can't find the plugin documentation at maven.apache.org - there is very little in the mail archives about it - googling hasn't really helped find the scm for the plugin either... From my fidd

Re: [m2] maven-it-plugin - how to create integration tests?

2006-07-04 Thread Barrie Treloar
- googling hasn't really helped find the scm for the plugin either... I'm blind. It's available at http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-it-plugin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[m2] Frustration getting Maven 2 and Hibernate working together

2006-07-04 Thread Paul Kuykendall
Hi, I am at my wits end in getting maven to play nicely with Hibernate. I've been at it for over a week now and feel no closer than when I started. Here's what I'm trying to do. I've been working on a project using Maven 2.0.4 as the build system. Everything has been going fine until I try and

Re: Using Maven 2

2006-07-04 Thread A S Praj
Thanks Tim, Hi anyone can throw up some light on this... Regards A S P Raj On 7/4/06, Tim Kettler <[EMAIL PROTECTED]> wrote: Hi, for c/c++ you can use the native-maven-plugin [1]. For the rest I don't know. But you always can run some ant tasks via the antrun plugin [2]. Hope this helps -T

Re: Using Maven 2

2006-07-04 Thread dan tran
Perl, Bash, Python, Ruby, PHP are intepreter languages. so you dont need to buidl those except packaging them via maven-assembly-plugin HTH. -D On 7/4/06, A S Praj <[EMAIL PROTECTED]> wrote: Thanks Tim, Hi anyone can throw up some light on this... Regards A S P Raj On 7/4/06, Tim Kettle

Re: Best practise: handling xdoclet generated sources

2006-07-04 Thread Dirk Olmes
Graham Leggett wrote: > Hi all, > > I am trying to figure out the proper maven based layout for some existing > ant code that uses xdoclet for code generation (standard EJB stuff). > >>From what I have seen to date, the way so far is for maven to ask xdoclet > to generate the code in the temporar

Re: List of Maven Archetypes?

2006-07-04 Thread Wendy Smoak
On 7/1/06, siegfried <[EMAIL PROTECTED]> wrote: What projects? Is there a list of starter projects I can start from? I've added the ones I know about: http://docs.codehaus.org/display/MAVENUSER/Archetype+Plugin -- Wendy -

Re: [m2] What documentation do you want for maven-jar-plugin

2006-07-04 Thread jerome lacoste
On 7/5/06, Brett Porter <[EMAIL PROTECTED]> wrote: [...] - Docs for the new features like "sign" in particular (Jerome can probably volunteer to do that) isn't this enough documented in svn ? Last time I checked there were 2 or 3 paragraphs on it. Jerome

Re: [m2] What documentation do you want for maven-jar-plugin

2006-07-04 Thread Brett Porter
Sorry, I didn't actually check... if it's done, that's great :) - Brett On 05/07/06, jerome lacoste <[EMAIL PROTECTED]> wrote: On 7/5/06, Brett Porter <[EMAIL PROTECTED]> wrote: [...] > - Docs for the new features like "sign" in particular (Jerome can > probably volunteer to do that) isn't t

documenting composite objects in plugins configuration

2006-07-04 Thread jerome lacoste
Dennis, related to your comment in MJAR-46, are you aware of any Jira issue related to documenting composite objects fields of mojos ? I have a similar problem with some plugins whose configuration consist mostly of composite objects, making the generated plugin doc page useless. Cheers, Jerome

Re: Error when making Maven generate an Andromda-enabled project?

2006-07-04 Thread Tim Kettler
Hi, You are trying to execute a maven1 command with maven2. Are you using this guide [1] to setup Andromda? I think it's outdated and uses maven1. If You want to use maven2 you should look at this guide [2]. -Tim [1] http://galaxy.andromda.org/docs-3.1/starting.html [2] http://galaxy.androm

Re: Creating an EJB, then an EAR

2006-07-04 Thread Tim Kettler
Hi, you should read the free maven book [1]. It is a very good introduction to m2 and has a chapter that shows an example of a J2EE application developed with maven. -Tim [1] http://library.mergere.com/ Graham Leggett schrieb: Hi all, I have an existing ant based project that I am trying t

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-04 Thread Tim Kettler
Hi, you misunderstood the usage of of the tag. The tag (like the tag for dependencies) is used to give default values to the plugin configurations (for example in a super pom). When you then declare the usage of a plugin in the section of a pom (just with group/artifact id) the inherited c