Re: Multi-Module flat level parent POM problems

2007-01-10 Thread Emmanuel Venisse
what is your SCM? If it's svn, you can create a new directory in your svn with svn externals defined to your projects. If not, you'll need to remove modules from your parent pom if they aren't in the same branch. Emmanuel rking999 a écrit : Hi, I have a project structure similar to the

Re: Multi-Module flat level parent POM problems

2007-01-10 Thread rking999
Thanks for the reply, it is SVN that we are using - I will look into defining the external links and reply back with my results. Richard Emmanuel Venisse wrote: what is your SCM? If it's svn, you can create a new directory in your svn with svn externals defined to your projects. If not,

RE: xdoclet2 maven2 plugin

2007-01-10 Thread LAMY Olivier
Hi, http://repo1.maven.org/maven2/org/codehaus/mojo/xdoclet-maven-plugin/ Try with plugin artifactIdxdoclet-maven-plugin/artifactId groupIdorg.codehaus.mojo/groupId version1.0-alpha-2/version ... /plugin Look http://mojo.codehaus.org/xdoclet-maven-plugin/usage.html I think

Re: xdoclet2 maven2 plugin

2007-01-10 Thread nicolas de loof
Thanks ! the mojo is for xDoclet, not xDoclet2. Is there active dev on xDoclet2 ? Nico. Le 10/01/07, LAMY Olivier [EMAIL PROTECTED] a écrit : Hi, http://repo1.maven.org/maven2/org/codehaus/mojo/xdoclet-maven-plugin/ Try with plugin artifactIdxdoclet-maven-plugin/artifactId

could not find build.properties

2007-01-10 Thread Neeraj Sehgal
hi! i m facing a problem. actually i m trying to install pluto 1.0.1 from the link http://hnsp.inf-bb.uni-jena.de/pluto/gettingstarted this says that u need a build.properties file. i was unable to locate this file in my directories. pl tell me where this file will be? in MAVEN or in PLUTO.

Re: Maven Ant Task problem when used with Ant 1.7.0

2007-01-10 Thread Loic Jay
Thanks Kevin, I have forwarded the previous mail completed with the full stack trace to the ant dev list. Loïc Kevin Jackson wrote On 01/10/07 08:44 AM,: Hi, !-- But the following task throws a NullPointerException -- pathconvert property=echo.dependency.files

RE: xdoclet2 maven2 plugin

2007-01-10 Thread LAMY Olivier
I don't know, I use xDoclet. Ask mojo ML or xdoclet ML. -- Olivier -Message d'origine- De : nicolas de loof [mailto:[EMAIL PROTECTED] Envoyé : mercredi 10 janvier 2007 09:14 À : Maven Users List Objet : Re: xdoclet2 maven2 plugin Thanks ! the mojo is for xDoclet, not xDoclet2. Is

Re: xdoclet2 maven2 plugin

2007-01-10 Thread Marco Mistroni
Hi, i have tried to use xdoclet2 plugin for hibernate here's how i m using it plugin groupIdxdoclet/groupId artifactIdmaven2-xdoclet2-plugin/artifactId version2.0.5/version executions execution idxdoclet/id phaseprocess-classes/phase goals

howto get scm revision information into a assembly

2007-01-10 Thread berndq
Hi, I need to have the SCM revision somewhere in an assembled jar file. I can get it into a property but can't get it into e.g. the manifest file due to http://jira.codehaus.org/browse/MASSEMBLY-121 I tried filtering but I could not get it to work. Anyway I am not sure how I would have to

How to automatic re-deploy sources (classes/jsp) after changing them ???

2007-01-10 Thread sammes
Hi, we are using Eclipse, Hibernate, Ant and Maven2 for a java web application. At the moment, everytinme I change a JSP or a java class I have to mvn package (redeploy etc.) the whole app. Then I have to restart our jBoss/tomcat server. Is there a way to automatical redeploy/refresh this

Re: xdoclet2 maven2 plugin

2007-01-10 Thread nicolas de loof
Thanks a lot for code sample. 2007/1/10, Marco Mistroni [EMAIL PROTECTED]: Hi, i have tried to use xdoclet2 plugin for hibernate here's how i m using it plugin groupIdxdoclet/groupId artifactIdmaven2-xdoclet2-plugin/artifactId version2.0.5/version executions

axistools-maven-plugin does not pick up properties in propertyfile

2007-01-10 Thread Johan Vogelzang
Hello, The following configuration doesn't pick up the properties in NStoPkg.properties. The build run's succesful. Any clue's? plugin groupIdorg.codehaus.mojo/groupId artifactIdaxistools-maven-plugin/artifactId configuration

Re: Applets and assembly of webapps

2007-01-10 Thread Mark Hobson
On 09/01/07, andy law (RI) [EMAIL PROTECTED] wrote: Reading the ticket it seems there is a patch for this, although I'm not smart enough to work out where the patch is? The patch is the file attachment 'maven-war-plugin-target-filename-path.patch' on that issue - it's a patch against the war

Re: xdoclet2 maven2 plugin

2007-01-10 Thread Marco Mistroni
hello, u r welcome if by any chance u get it to work with ejbdodclet and webdoclet could you post your pom.xml? i'd need to convert my existing projects to use m2 xd2 plugin.. but right now i am busy with ohter stuff regards marco On 1/10/07, nicolas de loof [EMAIL PROTECTED] wrote:

Re: could not find build.properties

2007-01-10 Thread Neeraj Bisht
Actully you do not need to use build.properties file for maven ,but if you need to use build.proerties for maven then put it in ${userhome} On 1/10/07, Neeraj Sehgal [EMAIL PROTECTED] wrote: hi! i m facing a problem. actually i m trying to install pluto 1.0.1 from the link

How to jar additional files outside of the default directories?

2007-01-10 Thread fy
I created a webapp project , and my pom.xml: plugin artifactIdmaven-jar-plugin/artifactId configuration classesDirectorytarget\classes/classesDirectory finalNameitsm-ejb/finalName

Re: xdoclet2 maven2 plugin

2007-01-10 Thread nicolas de loof
I'd like to use xDoclet for Hibernate. My project has no ejb and the web is hand-made, so I'll have no chance to test ejbdodclet or webdoclet. I now have to convince my customer to use xDoclet to generate hibernate mapping files, as he prefers hibernate-tools to be used from Eclipse. 2007/1/10,

Re: R: [m2] Generating release POMs

2007-01-10 Thread Yann Le Du
Thanks for that - I hadn't noticed that part of that document. I guess this invites the question: does Maven currently recognise release-pom.xml's and use them in preference to pom.xml's? Mark The answer is yes. If your project contains a pom.xml and a release-pom.xml, then the

RE: Applets and assembly of webapps

2007-01-10 Thread andy law \(RI\)
Mark, From: Mark Hobson [mailto:[EMAIL PROTECTED] Sent: 10 January 2007 09:56 To: Maven Users List Subject: Re: Applets and assembly of webapps On 09/01/07, andy law (RI) [EMAIL PROTECTED] wrote: Reading the ticket it seems there is a patch for this, although I'm not smart enough to

Re: Help executing both unit and integration tests in a single artifact

2007-01-10 Thread franz see
Good day to you, Todd, Can you kindly paste the build part of your pom, and the maven output to your console? The no tests to run you got sounds like you have an empty src/test/java ( or you specified a location for your java test files but there were none ). I am not sure though if its during

jar signing - the good and the bad

2007-01-10 Thread diroussel
I version bumped my project to use the new maven-jar-plugin 2.1, and now I have access to the jar signing feature. It works very well, I just added the following, and now all my jars are signed. This is great because if two developers create what then think is the same build on their own

Re: How to jar additional files outside of the default directories?

2007-01-10 Thread franz see
Good day to you, fy, Try adding that in your resources. Something like project ... build resources resource directorysrc/main/config/directory /resource /resources /build ... /project See [1] for more info. Cheers, Franz [1]

Compiling maven project from eclipse project

2007-01-10 Thread Ojak
Hi I want to know how a maven project is compiled using eclipse Thanks Ojak

Re: howto get scm revision information into a assembly

2007-01-10 Thread Petr Ferschmann
Hello, for such cases we developer our own plugin called svninfo, that stores SVN revision and tag name for every jar we develop. We also developed simple API for reading it for every jar in classpath that has this information. This plugin doesn't use generic SCM plugin. If there is interest we

Re: Compiling maven project from eclipse project

2007-01-10 Thread Marco Mistroni
Hello, you have to use m2 plugin for eclipse and make sure that your eclipse project is maven enabled. check plugin here http://m2eclipse.codehaus.org/ once installed, have you project imported in your workspace, you should right-click on them and choose Maven2--enable hth marco On 1/10/07,

Re: Help executing both unit and integration tests in a single artifact

2007-01-10 Thread Mark Hobson
Also check this wiki page: http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing Mark On 10/01/07, franz see [EMAIL PROTECTED] wrote: Good day to you, Todd, Can you kindly paste the build part of your pom, and the maven output to your console? The no tests to run you got

Re: Compiling maven project from eclipse project

2007-01-10 Thread Adrian M.
I think you should use the mvn on command line. It's nice to use the maven plugin in eclipse, but building on cmd is much nicer Ojak schrieb: Hi I want to know how a maven project is compiled using eclipse Thanks Ojak

Re: R: [m2] Generating release POMs

2007-01-10 Thread Mark Hobson
On 10/01/07, Yann Le Du [EMAIL PROTECTED] wrote: The answer is yes. If your project contains a pom.xml and a release-pom.xml, then the release-pom.xml gets used. That's good news. The problem is about release-plugin not generating the release-pom.xml :( Brett - any insight into why this

Re: Applets and assembly of webapps

2007-01-10 Thread Mark Hobson
On 10/01/07, andy law (RI) [EMAIL PROTECTED] wrote: OK. So am I correct in thinking that in order to use this I need to get the code for the plugin, apply the patch, compile my own version of the plugin and use that in preference to the public released version? Or is there a less scary way of

deploy to an alterntive repository

2007-01-10 Thread nicolas de loof
I'd like to build a project from sources and deploy a SNAPSHOT to my corporate repository. I have to override the project distributionManagement, so I've set on command line : -DaltDeploymentRepository=private::default::file:///myrepo This doesn't work as I expected : [ERROR] BUILD ERROR [INFO]

Multi project Feature

2007-01-10 Thread Marouane Amraoui
Hi, I have 4 eclipse project : MYPROJECT_Appli : business layer : as jar file package MYPROJECT_Web : gui layer : as war file package MYPROJECT_Test : test project MYPROJECT_Workspace : conf files (build.xml), and libs The final outpout of my project is :

Re: Multi project Feature

2007-01-10 Thread Neeraj Bisht
use maven 1.0.2 insted of maven 2.0 and use multiproject plugin ,in maven 1.0.2 you can customise the structure in pre and post goal On 1/10/07, Marouane Amraoui [EMAIL PROTECTED] wrote: Hi, I have 4 eclipse project : MYPROJECT_Appli : business layer : as jar file package

RE: Multi project Feature

2007-01-10 Thread Marouane Amraoui
Thx , You want to say that structure is not supported in maven2 ! -Message d'origine- De : Neeraj Bisht [mailto:[EMAIL PROTECTED] Envoyé : mercredi 10 janvier 2007 12:12 À : Maven Users List Objet : Re: Multi project Feature use maven 1.0.2 insted of maven 2.0 and use multiproject

RE: Multi project Feature

2007-01-10 Thread Petr Ferschmann
I think you can use this in maven2 too. Maven2 has support for ear directly. Marouane Amraoui píše v St 10. 01. 2007 v 12:12 +: Thx , You want to say that structure is not supported in maven2 ! MYPROJECT_Appli : business layer : as jar file package MYPROJECT_Web : gui

RE: Applets and assembly of webapps

2007-01-10 Thread andy law \(RI\)
Yeah, that's the filename extension that I'm currently battling with. The maven docs all say 1 project, 1 jar and then the assembly plugin comes along and stomps all over that idea. Nice! I could even cope if it added the 'extension' before the version number. At least I could

[m2] Creation of jar artifact for pom type

2007-01-10 Thread hgv
Hi, I 'm porting to a multimodule project with a config resembling: proj (packaging: pom) |- proj-core (type: jar) ||- NumberOne.class |- proj-othermodule (type: jar) ||- NumberTwo.class I was wondering how to (best) create a proj-1.0-SNAPSHOT.jar artifact in the parent project

Re: How to automatic re-deploy sources (classes/jsp) after changing them ???

2007-01-10 Thread Petr Ferschmann
Hello, in case you use only servlet container, you could use jetty plugin (jetty:run). But when you use EJB ... sammes píše v St 10. 01. 2007 v 01:30 -0800: Hi, we are using Eclipse, Hibernate, Ant and Maven2 for a java web application. At the moment, everytinme I change a JSP or a java

RE: Compiling maven project from eclipse project

2007-01-10 Thread hgv
I agree that the command line is the better option, but running tasks from Eclipse is possible as well. If you're using the plugin, be sure to Update Source Folders as well, from the maven plugin menu, then Eclipse will see the correct dependencies as well. You might want to configure the target

war creation with maven 1.x

2007-01-10 Thread e.j.w.vanbloem
Hello, I am following firstportlet from jetspeed2 http://wiki.apache.org/portals/Jetspeed2/DevelopersDocumentation#head-0d943cca2741966fca71b4a9882b434e281d422d

RE: Multi project Feature

2007-01-10 Thread Marouane Amraoui
Thx, So how can i do that with maven2 ??? De : Petr Ferschmann [mailto:[EMAIL PROTECTED] Envoyé : mercredi 10 janvier 2007 12:27 À : Maven Users List Objet : RE: Multi project Feature I think you can use this in maven2 too. Maven2 has support for ear

calling Maven goal from ant

2007-01-10 Thread Irrisor
Hi Maven Users and Developers, can I call a Maven 2.0 goal from an ant file? I know Antlib for Maven 2.0 but it does not seem to have an 'execute goal' target... otherwise using that single maven jar would be really nice. TIA, Regards, Irrisor

Re: How to automatic re-deploy sources (classes/jsp) after changing them ???

2007-01-10 Thread Stephane Nicoll
Check the war:inplace goal and the cargo plugin. On 1/10/07, sammes [EMAIL PROTECTED] wrote: Hi, we are using Eclipse, Hibernate, Ant and Maven2 for a java web application. At the moment, everytinme I change a JSP or a java class I have to mvn package (redeploy etc.) the whole app. Then I

RE: Applets and assembly of webapps

2007-01-10 Thread Brian E. Fox
There's also the issue of having to code dependencies twice, once as a proper dependency and once more in the dependency copy configuration section? This was done to allow copying/unpacking artifacts that aren't intended to be typical dependencies, such as zip files. The xxx-dependencies goals

Maven2 incorrectly locates sources

2007-01-10 Thread Wouter Boers
Hi, I am migrating a rather large project to maven2 and while doing that I run into a very strange problem I cannot explain. The source directory location cannot be changed due to migration issues so I set the source dir in the pom.xml as follows: build

RE: Applets and assembly of webapps

2007-01-10 Thread andy law \(RI\)
Brian, Thanks for that. I've worked out now how to get the dependencies from the project and dump them into a known location. I now have two further problems, one of which I think is either a bug in my understanding or in the dependency plugin (in the latter case I'll have to work out how to

RE: [m2] Creation of jar artifact for pom type

2007-01-10 Thread hgv
I have resolved the issue by not using wildcards in the include element, but rather specify all modules explicitly. Seems I was running the 2.1 version of the assembly plugin, while it's fixed for 2.2... For those interested, here's my src/main/assembly/assembly.xml: ?xml version=1.0

Re: Maven2 incorrectly locates sources

2007-01-10 Thread Siegfried Goeschl
Hi, 1) you can try to run help:effective-pom and help:effective-settings to look at your complete POM and current settings 2) looking at your snippet it seems that the source code is NOT located in the project but in somewhere else in the directory tree. This is not the recommended way to

Re: Maven2 incorrectly locates sources

2007-01-10 Thread Wouter Boers
Hi Siegfried, @2: Yes I know its not the preferred/recommended way to set up maven. I don't like it either but as said before its a migration project so sometimes you have to cut corners. As for the ${basedir}/../.. that helped. Don't ask me why but it did solve the problem so thanks for the

[m 1.1] UMLGraph: Not generating files into target/docs/apidocs

2007-01-10 Thread Gisbert Amm
I'm trying to run UMLGraph with Maven 1.1 and it does work, BUT: The generated files are always written into the root directory of the project instead of target/docs/apidocs. This is my commandline: maven site:generate -Dmaven.build.dir=report_target

Re: Compiling maven project from eclipse project

2007-01-10 Thread Thierry Lach
You can execute the maven command line inside of eclipse if you have the maven plugin installed. Right click on pom.xml and select the Run As menu option, then select Maven build. The results appear in a standard eclipse console. IMNSHO much handier than switching between different windows.

Re: Maven 2 mirror on downloads.planetmirror.com

2007-01-10 Thread Wayne Fay
Until these issues are cleared up, the Maven team should remove the site from their list of available mirrors. It would save a lot of headaches! I'll go open a JIRA issue for this unless one is already there. Wayne On 1/9/07, Stephen Coy [EMAIL PROTECTED] wrote: Hi, After following the

RE: Compiling maven project from eclipse project

2007-01-10 Thread Trent Nelson
Hello, you have to use m2 plugin for eclipse and make sure that your eclipse project is maven enabled. check plugin here http://m2eclipse.codehaus.org/ once installed, have you project imported in your workspace, you should right-click on them and choose Maven2--enable Is there any way

Re: Compiling maven project from eclipse project

2007-01-10 Thread Gaute Lote
I think you can add the maven-eclipse-plugin to you pom to make it work. I got this from a friend some months ago so I wouldn't always need to enable aspectj in eclipse everytime I ran mvn eclipse. plugin groupIdorg.codehaus.mojo/groupId artifactIdaspectj-maven-plugin/artifactId executions

RE: Applets and assembly of webapps

2007-01-10 Thread Brian E. Fox
Yes, the test scope is effectively everything. It makes sense if you think about it: Runtime is pretty much everything really needed minus anything extra to instrument tests like junit. Since you are running during tests you need runtime, but since it's test you also need those. So if the plugin

Profile inheritance

2007-01-10 Thread David Jackman
I've searched the mail archives, and this question seems to be asked a lot and answered never. Are profiles inherited from parent poms? The scant (and confusing) docs seem to imply that they are, but doing a help:active-profiles command does not agree with this. Please someone explain how

RE: Applets and assembly of webapps

2007-01-10 Thread andy law \(RI\)
Brian, I think I understand the way that the scopes build one on each other. Unfortunately my head naturally interprets my problem the opposite way around. I want to include everything 'up to' but not including 'test', so I figured that I wanted to exclude 'test' I guess it's going to take some

Re: How to automatic re-deploy sources (classes/jsp) after changing them ???

2007-01-10 Thread Greg_Vaughn
sammes [EMAIL PROTECTED] wrote on 01/10/2007 03:30:10 AM: we are using Eclipse, Hibernate, Ant and Maven2 for a java web application. At the moment, everytinme I change a JSP or a java class I have to mvn package (redeploy etc.) the whole app. Then I have to restart our jBoss/tomcat

M2 Junit4.1: Problems using the 2.3 Snapshot of maven-surefire-plugin

2007-01-10 Thread Lageson,Thomas M
I have noticed a couple of things in my testing of the 2.3 Snapshot of the maven-surefire-plugin when going against JUnit 4.1 with Maven2. 1)It does not recognize the setup (@Before annotation). 2) It did not recognize test method names (@Test annotation) that didn't have a

Re: M2 Junit4.1: Problems using the 2.3 Snapshot of maven-surefire-plugin

2007-01-10 Thread Tom Huybrechts
Can you run with -X to see if the junit4 provider is being used ? Tom On 1/10/07, Lageson,Thomas M [EMAIL PROTECTED] wrote: I have noticed a couple of things in my testing of the 2.3 Snapshot of the maven-surefire-plugin when going against JUnit 4.1 with Maven2. 1)It does not

Re: Profile inheritance

2007-01-10 Thread John Casey
Profiles are not inherited, period. Now, having said that, profiles in parent POMs can be triggered by the building of a child. When activated, they are applied directly to the parent POM, prior to that parent being used for inheritance into the child. So, the effects of an active profile in a

Re: Maven2 incorrectly locates sources

2007-01-10 Thread franz see
Good day to you, Wouter, Try running a mvn compile -X ( or mvn compile --debug ) with the build that was failing ( the one configured with /../.. ). Then try looking for the line [INFO] [compiler:compile]. That's the part when the compiling of your main java files starts. From there, search

Re: Maven 2 mirror on downloads.planetmirror.com

2007-01-10 Thread Carlos Sanchez
Removed from the M2 page of mirrors On 1/10/07, Wayne Fay [EMAIL PROTECTED] wrote: Until these issues are cleared up, the Maven team should remove the site from their list of available mirrors. It would save a lot of headaches! I'll go open a JIRA issue for this unless one is already there.

Re: problem building with m2 today

2007-01-10 Thread Wayne Fay
I'd assume a transient network problem... The artifacts are certainly available in Central [1]. Try again with -U perhaps, or add a declared dependency on that artifact using version 1.4.8 which appears to be the latest. [1] http://repo1.maven.org/maven2/com/lowagie/itext/ Wayne On 1/10/07,

Re: problem building with m2 today

2007-01-10 Thread Marco Mistroni
Hello, fixed.. i googled it.. found guideline that if i had that problem that file might have been corrupted in my repo so i deleted it from localrepo and then i re-got it again with maven thx regards marco On 1/10/07, Wayne Fay [EMAIL PROTECTED] wrote: I'd assume a transient network

Re: jar signing - the good and the bad

2007-01-10 Thread Christian Goetze
diroussel wrote: The question is, why is surefire not using the un-signed jar. I have two jars: target\MyJar.jar target\signed\MyJar.jar so why is surefire choosing the second one, not the normal one in the normal place. Any ideas? No ideas here, sorry Just wanted to add my opinion

Re: [m 1.1] UMLGraph: Not generating files into target/docs/apidocs

2007-01-10 Thread Arnaud HERITIER
Which version of the javadoc plugin are you using ? Arnaud On 1/10/07, Gisbert Amm [EMAIL PROTECTED] wrote: I'm trying to run UMLGraph with Maven 1.1 and it does work, BUT: The generated files are always written into the root directory of the project instead of target/docs/apidocs. This

Re: war creation with maven 1.x

2007-01-10 Thread Arnaud HERITIER
maven war ?? (Don't forget to add the property war.bundle for each dependency to add in your war.) It doesn't work ? http://maven.apache.org/maven-1.x/plugins/war/ Arnaud On 1/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I am following firstportlet from jetspeed2

Re: jar signing - the good and the bad

2007-01-10 Thread Tom Huybrechts
the JarSignMojo signs the original jar, and then does project.getArtifact().setFile(signedJar) which basically tells all later plugins that this is the output of this project. That's probably why surefire is usign the signed jar. If you want to avoid this, assign a classifier to the signed jar.

Re: jar signing - the good and the bad

2007-01-10 Thread diroussel
Ah, ok that makes sense. *goes off the look at classifiers* I've now changed my config to: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId version2.1/version executions execution goals

Re: [m 1.1] UMLGraph: Not generating files into target/docs/apidocs

2007-01-10 Thread Gisbert Amm
I'm using maven-javadoc-plugin-1.7 -Gisbert Arnaud HERITIER wrote: Which version of the javadoc plugin are you using ? Arnaud On 1/10/07, Gisbert Amm [EMAIL PROTECTED] wrote: I'm trying to run UMLGraph with Maven 1.1 and it does work, BUT: The generated files are always written

RE: M2 Junit4.1: Problems using the 2.3 Snapshot of maven-surefire-plugin

2007-01-10 Thread Lageson,Thomas M
Here is the output you requested. Let me know if you need more information. - Tom C:\IBMRAD70\myworkspace\TestJavaJunit4mvn -X test + Error stacktraces are turned on. Maven version: 2.0.4 [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settin

Testing multiple JVM

2007-01-10 Thread Henri Tremblay
Hi, I would like to run my tests on multiple JVMs. Which brings two questions: 1- Is there a way to fork in a new JVM? 2- Can I launch my tests multiple times? I'm looking for something more mavenized than and ant task or a batch file calling maven test multiple times changing JAVA_HOME each

Re: M2 Junit4.1: Problems using the 2.3 Snapshot of maven-surefire-plugin

2007-01-10 Thread Tom Huybrechts
You're using surefire-plugin 2.2, not 2.3-SNAPSHOT. Try specifying this version explicitly, or run with -U. Did you add the apache snapshot repository ? tom On 1/10/07, Lageson,Thomas M [EMAIL PROTECTED] wrote: Here is the output you requested. Let me know if you need more information. -

Re: jar signing - the good and the bad

2007-01-10 Thread Tom Huybrechts
Now you're instructing the normal jar:jar to also build the jar with a classifier. Move the configuration inside the execution so that it will only effect the jar:sign. Tom On 1/10/07, diroussel [EMAIL PROTECTED] wrote: Ah, ok that makes sense. *goes off the look at classifiers* I've now

RE: jar signing - the good and the bad

2007-01-10 Thread Sommers, Elizabeth
I am signing my jar this way. Works just fine for me. plugin artifactIdmaven-jar-plugin/artifactId configuration finalName unsigned/${project.build.finalName}/finalName

Followup on localRepository and Maven ant tasks

2007-01-10 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
The problem with the local repository and the Maven tasks for ant is solved. I thought I should report what I found. The problem: If you define the local repository in ~/.m2/settings.xml, all builds by the same user will use the same local repository, and builds that run simultaneously will

Re: Profile inheritance

2007-01-10 Thread Arnaud Bailly
David Jackman [EMAIL PROTECTED] writes: Are profiles inherited from parent poms? The scant (and confusing) docs seem to imply that they are, but doing a help:active-profiles command does not agree with this. Please someone explain how this is supposed to work. Hello, As a follow-up

Re: howto get scm revision information into a assembly

2007-01-10 Thread berndq
Hi Petr, thanks for your reply Hello, for such cases we developer our own plugin called svninfo, that stores SVN revision and tag name for every jar we develop. We also developed simple API for reading it for every jar in classpath that has this information. I still hope I can avoid that

RE: Compiler Plugin

2007-01-10 Thread Jeanette
Douglas Ferguson wrote: I changed it to this src/main/webapp/WEB-INF/classes

RE: Compiler Plugin

2007-01-10 Thread Jeanette
The post at http://www.nabble.com/Maven2%3A-Adding-dependencies-to-javac-bootclasspath.-tf1335167s177.html#a3567262 solved my problem. Once I added the dependency paths to bootclasspath, my problem was resolved. -- View this message in context:

Re: howto get scm revision information into a assembly

2007-01-10 Thread berndq
Hi, I can get it into a property but can't get it into e.g. the manifest file due to http://jira.codehaus.org/browse/MASSEMBLY-121 I was wrong, I can not get it into a property. Using plugin groupIdorg.apache.maven.plugins/groupId

Re: Testing multiple JVM

2007-01-10 Thread Henri Tremblay
Answering my own questions, 1- Yes it is. Just use the jvm parameter of the surefire plugin 2- Just add multiple plugin executions with different JVMs On 1/10/07, Henri Tremblay [EMAIL PROTECTED] wrote: Hi, I would like to run my tests on multiple JVMs. Which brings two questions: 1- Is

RE: [M1] cobertura-1.8 java.lang.NoClassDefFoundError

2007-01-10 Thread Jeff Jensen
Will you assemble a small project.xml and Java files that exhibits this problem and share it please? I would like to see some behavior firsthand to diagnose. If so, I suggest the best approach is to create a defect entry at the Maven Plugins project at SourceForge and zip attach the example.

Re: [m 1.1] UMLGraph: Not generating files into target/docs/apidocs

2007-01-10 Thread Arnaud HERITIER
Your problem is certainly related to MPJAVADOC-56 which is fixed in the version 1.8 Can you try to update this plugin ? Arnaud On 1/10/07, Gisbert Amm [EMAIL PROTECTED] wrote: I'm using maven-javadoc-plugin-1.7 -Gisbert Arnaud HERITIER wrote: Which version of the javadoc plugin are

xdoc test results for Dennis

2007-01-10 Thread drekka
Hi Dennis, As expected, the results are the same - no p tags: div id=bodyColumn div id=contentBox div class=sectionh2section 1/h2 div class=sectionh3subsection 1/h3 pparagraph 1 in subsection 1/p ul lilist item 1/li lilist

RE: Applets and assembly of webapps

2007-01-10 Thread Brian E. Fox
I'm not sure, but I bet a user out there can come up with one. Currently you can only include or exclude and if you specify both, exclude is ignored. It sounds like what you are asking for is a way to specify include/exclude by scope definition in the pom, rather than how the classpath is

Re: deploy to an alterntive repository

2007-01-10 Thread allan ramirez
Hi Nicolas, Use maven-deploy-plugin 2.3 -allan On 1/10/07, nicolas de loof [EMAIL PROTECTED] wrote: I'd like to build a project from sources and deploy a SNAPSHOT to my corporate repository. I have to override the project distributionManagement, so I've set on command line :

Ant-based script plugins and classpaths

2007-01-10 Thread Robert \kebernet\ Cooper
First post, so please feel free to flame me for the total n00b question... I am trying to, effectively, port a Maven 1 plugin to Maven 2 using the maven-plugin-tools-ant package as outlined here: http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html The problem I am running

Internal Error in Plugin Manager using the reactor

2007-01-10 Thread Greg Jones
Hi everyone, I am having a similar problem to one pointed out by Eric Swenson back in November (http://mail-archives.apache.org/mod_mbox//maven-dev/200611.mbox/%3C591B6A09 [EMAIL PROTECTED]). When I do a build by individually stepping into the module directories (by a batch file or manually),

New Junit4 plugin available

2007-01-10 Thread drekka
Hello everyone, I decided a couple of weeks ago to write my own Junit4 plugin. The first cut is finished so if you are looking for JUnit4 support and want to give it a try, head over to http://drekka.drivehq.com drekka.drivehq.com . It's a temporary location for the moment until I find a more

[m2] extending maven

2007-01-10 Thread Chris Eldredge
Hello Maven developers, I'm writing a tool that will invoke maven directly and I'd like to know how I can extend maven in a few key areas: - Attach my own EventMonitor implementation - Extend the Release plugin Suppose I'm writing a GUI that guides a user through a release. First I need to

how to generate torquee object

2007-01-10 Thread Murugan
Hi how to create a torquee object.I alredady tryied this command mvn war, but still i am get error. Is any other way to generate a torquee object..I am using M2. With regards murugan -- View this message in context:

Correlation between tagging and versioning

2007-01-10 Thread moraleslos
I'm about to tag my code in my repository to the maven-recommended x.x.x-y-z format-- probably at 1.0.0-alpha-1. I was wondering how this correlates to the version used in my POMs-- currently at 1.0-SNAPSHOT. Shouldn't they match, or are they suppose to be different? I'm new to the

exploded war file in repository

2007-01-10 Thread Vinita Joshi
I need to save my application?s war/ear file in exploded form in maven repository. Is there any way I can achieve this? Thanks, Vinita - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: exploded war file in repository

2007-01-10 Thread Dan Tran
No. Just curious, why such requirement? -D On 1/10/07, Vinita Joshi [EMAIL PROTECTED] wrote: I need to save my application?s war/ear file in exploded form in maven repository. Is there any way I can achieve this? Thanks, Vinita