Re: maven scm with continuum (Clearcase)

2006-03-01 Thread Emmanuel Venisse
Do you know what is the pb? Is it a pb in the command? Emmanuel [EMAIL PROTECTED] a écrit : Hi All I'm having problem in creating clearcase view using continuum here what happening I installed continuum and tried to create a shell project with url as maven scm format like

Re: Maven, Deepika.M wants to talk to you using Google Talk

2006-03-01 Thread vijay venkataraman
Neither is this a forum for advertising stuffs. --Vijay Wayne Fay wrote: Ask your questions here on the users@ mail list and the other Maven users will do their best to answer them. No reasonable person is going to accept your Google Talk invite. This isn't a paid support channel for online

SV: How to use artifact plugin?

2006-03-01 Thread Jakob Vad Nielsen
What plugin should I then use to deploy a jar package to a set of local Maven repositories? /Jakob -Opprinnelig melding- Fra: Lukas Theussl [mailto:[EMAIL PROTECTED] Sendt: 1. mars 2006 08:38 Til: Maven Users List Emne: Re: How to use artifact plugin? The artifact plugin is mainly a

excluding files for code coverage using the Clover plug-in for Maven2

2006-03-01 Thread Christian Cabanero
Is it possible to configure the maven 2 clover plug-in to exclude certain files similar to the maven.clover.excludes property in the maven 1.x clover plugin? I tried adding an excludes**/*Exception.java/excludes to my build/plugins/plugin/configuration as well as to my

Re: How to use artifact plugin?

2006-03-01 Thread Arnaud HERITIER
You have to take a look at the jar plugin As Lukas said it, you'll find a goal jar:deploy Arnaud On 3/1/06, Jakob Vad Nielsen [EMAIL PROTECTED] wrote: What plugin should I then use to deploy a jar package to a set of local Maven repositories? /Jakob -Opprinnelig melding- Fra:

RE: javaapp plugin

2006-03-01 Thread Jörg Schaible
Hi Daniel, From: Daniel Or Sent: Sunday, February 26, 2006 4:23 PM To: users@maven.apache.org Subject: javaapp plugin Hi. In the plugin matrix on the maven site javaapp is listed

Build date time

2006-03-01 Thread Jörg Zintel
Hi, I'm just starting with maven 2 and wonder how I could get the build date and time into the manifest of my jar. I would like to have something like: build.date=Mon, 01.01.06 12:35 Does anyone know how to get this? Thanks in advance Jörg Verschicken Sie

Re: Site customization

2006-03-01 Thread Roland Bali
Hi Laurie, I had the same problem a while ago and was told I had to make my own template. It's not that complicated though, I simply copied the maven-site.vm from maven-site-plugin.jar. You can then configure the plugin to use your template. See http://movlan.sourceforge.net/ for the end result

[m2] axistools plugin problems

2006-03-01 Thread René Clerc
Hi all, I'm using Maven 2.0.2 for my project, and try to get the axistools-maven-plugin to generate server side stubs from a WSDL file. When using axis 1.3's WSDL2Java standalone, the Java code is correctly generated. However, when I try to generate the code using the axistools-maven-plugin,

Re: [m2] How do I stop using a SNAPSHOT from my local repository?

2006-03-01 Thread Manoj Kumar
Hi it alll seems ok as far as my consideration. if you give snapshots update policy always it will always checks for the latest one on the basis of time stamp. if no update policy mention it will default a day. you can give some time interval too for checking updatation On 2/28/06, KC Baltz

[m2] multi-project problems

2006-03-01 Thread David Sag
Dear people, I am having my first proper stab at doing a milti-project build, but naturally have hit some immediate problems. Firstly I have scoured the maven site and google but can't find any sound documentation on how the multi-project builds are meant to work. I did find this page

[m2] Problem with site plugin

2006-03-01 Thread hermod.opstvedt
Hi I am not able to run the site plugin. I get the following, regardlessly of which site project I try it on [INFO] [site:site] [INFO] - --- [ERROR] FATAL ERROR [INFO]

[M2] Deploying jar with classifier fails...

2006-03-01 Thread jean-laurent de morlhon
Hi all, In order to produce a single artifact with a classifier, I configured the jar plugin as follow in my pom. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId configuration classifiersomeclassifier/classifier /configuration /plugin however

Re: [m2] multi-project problems

2006-03-01 Thread Piéroni Raphaël
Hi Dave, Have you tryed to call mvn install from the parent directory ? You can also reference the parent by adding a relativePath in the parent definition in the child pom. (never used it myself) May that helps. Raphaël 2006/3/1, David Sag [EMAIL PROTECTED]: Dear people, I am having my

RE: [m2] multi-project problems

2006-03-01 Thread Brian E. Fox
It will try to find the parent at ../pom.xml and then look in the local repository. If you never built the parent before and you don't have the pom one folder up, then it won't work. The safest thing is to keep your parent pom immediately above your children: Parent pom.xml module a

Re: [m2] multi-project problems

2006-03-01 Thread David Sag
Okay that's going to be useful to know as I know in the mid-term i do not have the freedom to change the project heiracrchies. do you (and any other interested reader) have any pointers on docs relating to the config of the parent tag in a sub-project? Kind regards, Dave Sag Piéroni

RE: [m2] multi-project problems

2006-03-01 Thread David Sag
aha. okay i had my parent pom called generic-pom.xml as I was only interesed in building some of our 'generic' projects for now. just to get a first-stab working i have renamed it to pom.xml and moved my local folder heirarchy about a bit and voila - it seems to work when i run mvn test but

RE: [m2] multi-project problems

2006-03-01 Thread Brian E. Fox
if you put something in the plugins section of the parent, it will run with the parent. To do what you want, you should put the config in the parent's pluginManagement section. Then in each child you just need to put the plugin group and id in the build/plugin section but the configuration will

Creating generic assembly descriptor

2006-03-01 Thread Rajasekaran, Vinoth \(GE Healthcare\)
Hi, I have a multi-project folders setup like root |_ sub-folder1 |_ sub-folder2 |_ sub-folder3 |_ etc Have a root pom.xml at the root folder level and in that I have defined plugin artifactIdmaven-assembly-plugin/artifactId configuration

Re: Can the xDoc plug-in use the XML unary format when generating XHTML tags that are forbidden to have content?

2006-03-01 Thread Lance Bader
Remember this issue? Someone has found the location of the defect. See Bugs item #1277785. http://sourceforge.net/tracker/index.php?func=detailaid=1277785group_id=16035atid=116035 Maybe we will some some action on this. Lance On 12/8/05, Lukas Theussl [EMAIL PROTECTED] wrote: It's a known

Re: xDoc i18n scalability

2006-03-01 Thread Lance Bader
OK. Granted it doesn't work like I want it to work and I should be reluctant to invest in a major enhancement to Maven 1 development. So let's go back to the original questions. If the all the translated text is in a properties file, how do I get the xDoc plugin to place that translated text

Re: maven scm with continuum (Clearcase)

2006-03-01 Thread raghurajan . x . gurunathan
Thanks for your reply.. but what is pb? Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 03/01/2006 03:33 AM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject:Re: maven scm with continuum (Clearcase) Do you

RE: [m2] multi-project problems

2006-03-01 Thread David Sag
Hi Brian, thanks for that tip - i'll give it a try now. where are you getting this knowledge from? hard-won experience or is there a docuement somewhere I could read? Kind regards, Dave Sag Brian E. Fox [EMAIL PROTECTED] wrote on 01-03-2006 15:28:25: if you put something in the

Re: xDoc i18n base language HTML placed in wrong directory

2006-03-01 Thread Lance Bader
No, I double checked my prototype web site. If a directory does not contain any xdoc source files (like images or styles in my structure), it is copied to the base directory but not the language directories. Maybe this is a defect? Better yet, use the value specified as the base language, ${

Next release of Continuum

2006-03-01 Thread Daun DeFrance
Hello, I was wondering when the next version of continuum was going to be released. I am eagerly anticipating a bug fixed in 1.0.3. I downloaded the source yesterday and built it and it's on version 1.1. Did I miss a release somewhere? I just joined the group and have found it difficult to

Re: Copying resources to the javadoc output directory.

2006-03-01 Thread Sasvata Chatterjee
I have written a copy files Mojo, as part of an OSS project. Quite willing to move it to the Codehaus Mojo project as it seems this could be of general use. Let me know on what it takes to get a plugin started under the Mojo banner...if this is acceptible. On 2/28/06, Brian E. Fox [EMAIL

Re: xDoc i18n base language HTML placed in wrong directory

2006-03-01 Thread David Sag
Lance Bader wisely said: Automatic redirection based on browser locale is a good idea for a consumer site but our multi-lingual users are aggravated if they have to change the browser's locale in order to view a particular language. A multi-lingual front page allowing quick choices to a

Re: Copying resources to the javadoc output directory.

2006-03-01 Thread Wayne Fay
Probably need to ask on dev@ list. Or post a bug in the proper Maven Jira project, perhaps MOJO? http://jira.codehaus.org/browse/MOJO Wayne On 3/1/06, Sasvata Chatterjee [EMAIL PROTECTED] wrote: I have written a copy files Mojo, as part of an OSS project. Quite willing to move it to the

RE: [m2] multi-project problems

2006-03-01 Thread David Sag
Hi Brian, Your suggestion worked well, while it's not quite what I was after (I wanted to leave the build details out of the sub-project altogether) but hey, we can't always get what we want. But there is no equivalent for the reporting section of the pom. how do I define a standard suite of

RE: [m2] multi-project problems

2006-03-01 Thread Brian E. Fox
ha. hard-won experience. From: David Sag [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 9:51 AM To: Maven Users List Subject: RE: [m2] multi-project problems Hi Brian, thanks for that tip - i'll give it a try now. where are you getting this

RE: Copying resources to the javadoc output directory.

2006-03-01 Thread Brian E. Fox
Submit a jira to the mojo project, attach the plugin. Take a look at this page for info http://mojo.codehaus.org/development/submitting-a-plugin.html Then once a mojo committer likes it, it will get added to the sandbox. -Original Message- From: Sasvata Chatterjee [mailto:[EMAIL

RE: [m2] multi-project problems

2006-03-01 Thread Brian E. Fox
There might be a reportManagement section, there is a dependencyManagement section. Take a look at the project descriptor under where is it on the maven page. From: David Sag [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 10:40 AM To: Maven Users

Re: NullPointerEXception , Sorry to insist guys

2006-03-01 Thread Wayne Fay
Other people are reporting similar problems. I don't use site right now, so I don't get it, but this is a pretty common complaint just recently. Search the Maven Users archive -- perhaps there's a fix? Otherwise try to find your bug (with a fix?) on JIRA... http://jira.codehaus.org/browse/MSITE

Re: maven scm with continuum (Clearcase)

2006-03-01 Thread Emmanuel Venisse
pb = problem [EMAIL PROTECTED] a écrit : Thanks for your reply.. but what is pb? Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 03/01/2006 03:33 AM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject:Re:

Re: Next release of Continuum

2006-03-01 Thread Emmanuel Venisse
you have checkouted the trunk. Trunk is for 1.1 and it isn't stable. If you want to checkout 1.0.3, you must use continuum-1.0.x branch You can also try a generated snapshot of continuum-1.0.3 : http://maven.zones.apache.org/~continuum/builds/branches/continuum-1.0.x/ snapshots are generated

RE: Cron schedule bug?

2006-03-01 Thread Brian E. Fox
I can confirm that removing the multiple schedules did solve this. I'll wait a couple more days for the 1.0.3 release. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 1:09 AM To: continuum-users@maven.apache.org Subject: Re: Cron schedule bug?

Re: Include Junit src test from another project

2006-03-01 Thread jason r tibbetts
Emmanuel Venisse wrote: You can create a project that contain all tests in src/main/java in projects A and B, you add a dependency to test project with test scope. and finally in src/test/java of projects A and B, you create empty classes that extends classes in test project. I take a

[m2] Multiple Goals In Pom

2006-03-01 Thread Adam Leggett
Hi all, May be a simple answer to this, but how in my pom do I define multiple goals to be executed. I can achieve the desired result by typing at cmd prompt mvn [plugin1:goal1] [plugin2:goal2] ... [pluginn:goaln] But I would like to be able to simply type mvn and have these goals execute.

Re: Can the xDoc plug-in use the XML unary format when generating XHTML tags that are forbidden to have content?

2006-03-01 Thread Wayne Fay
Great news. Can you please keep an eye on this issue and report back when its fixed? Then we can update poms to get the new dom4j, and finally put this issue to rest. ;-) Wayne On 3/1/06, Lance Bader [EMAIL PROTECTED] wrote: Remember this issue? Someone has found the location of the defect.

RE: [m2] multi-project problems

2006-03-01 Thread David Sag
Yep I looked there but no-dice. I'll have to give up on this now as I am offline until mid-next week. thanks for your help and perhaps (fingers xxed) someone who's actually done what I am trying to do (use a master pom.xml to define all common build/dependency/reporting/profile/developer details,

Re: [m2] multi-project problems

2006-03-01 Thread Lee Meador
Here is a section from my parent pom.xml that causes all the reports to run on the parent and alll the children. The parent has no source and so checkstyle complains but it doesn't kill the site build and continues on. The generated site does end up with some links in the left sidebar that go

Re: [m2] Multiple Goals In Pom

2006-03-01 Thread David Sag
After setting up your pom you'd just call [mvn clean deploy] and it will do everything in the build lifecycle to that point. see http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html Kind regards, Dave Sag Adam Leggett [EMAIL PROTECTED] wrote on 01-03-2006

Re: [m2] multi-project problems

2006-03-01 Thread David Sag
Interesting - for me it's the cobertura report that is breaking my overall site build. i'll have to experiment offline for a few days tho as I am about to be away. seems strange to have a different general philosophy for reports as for build. indeed i find it odd that the reporting is so clearly

Re: Can the xDoc plug-in use the XML unary format when generating XHTML tags that are forbidden to have content?

2006-03-01 Thread Arnaud HERITIER
This bug was open in august and isn't yet fixed. I'm not sure that the dom4j team is really active. Furthermore, we already tried to upgrade ours dom4j dependencies but we didn't succeed. Arnaud On 3/1/06, Wayne Fay [EMAIL PROTECTED] wrote: Great news. Can you please keep an eye on this

RE : Next release of Continuum

2006-03-01 Thread Olivier Lamy
Good news. Questions : - database from 1.0.2 will be compatible ? - release wait maven 2.0.3 ? - Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : mercredi 1 mars 2006 17:00 À : continuum-users@maven.apache.org Objet : Re: Next release of Continuum

Re: Cron schedule bug?

2006-03-01 Thread Emmanuel Venisse
Do you want to try a snapshot? Emmanuel Brian E. Fox a écrit : I can confirm that removing the multiple schedules did solve this. I'll wait a couple more days for the 1.0.3 release. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 1:09 AM

Re: RE : Next release of Continuum

2006-03-01 Thread Emmanuel Venisse
Database isn't compatible BUT we have an auto-update of database so migration will be very easy. Yes, we wait the release of maven-2.0.3 and maven-scm 1.0. I must fix some issues too. Emmanuel Olivier Lamy a écrit : Good news. Questions : - database from 1.0.2 will be compatible ? -

[m202] xml reference error in Intellij with plugins.

2006-03-01 Thread Mick Knutson
In the following block: plugin artifactIdmaven-assembly-plugin/artifactId version2.0-beta-2/version configuration descriptorsrc/main/assembly/assembly-descriptor-${target.server}.xml/descriptor

Re: Copying resources to the javadoc output directory.

2006-03-01 Thread Sasvata Chatterjee
Wayne/Brian, Thanks for the info. Once I get a chance to extricate it from my existing plugin and meet the Mojo project guidelines, I will submit the JIRA issue. Hopefully, will get it done by this weekend. Shash On 3/1/06, Brian E. Fox [EMAIL PROTECTED] wrote: Submit a jira to the mojo

Re: Can the xDoc plug-in use the XML unary format when generating XHTML tags that are forbidden to have content?

2006-03-01 Thread Wayne Fay
Well someone found the source/location of the bug, so that's a good first step. I guess I'm an eternal optimist. ;-) Wayne On 3/1/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: This bug was open in august and isn't yet fixed. I'm not sure that the dom4j team is really active. Furthermore, we

RE: RE : Next release of Continuum

2006-03-01 Thread Daun DeFrance
Thanks so much. 1.0.3-SNAPSHOT is working well for me. Best, DeFrance -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 10:40 AM To: continuum-users@maven.apache.org Subject: Re: RE : Next release of Continuum Database isn't compatible

Re: Can the xDoc plug-in use the XML unary format when generating XHTML tags that are forbidden to have content?

2006-03-01 Thread Lukas Theussl
I am afraid it's not going to be that simple. First the dom4j project seems pretty dead to me, there hasn't been any cvs activity for almost a year now. Second, even if the bug was fixed, it's not sure we will be able to upgrade dom4j for the reasons dicussed in these issues:

How can I prevent redeployment of an artifact?

2006-03-01 Thread Helck, Christopher
Hi, I'd like to prevent an artifact from being redeployed to a repository. I gather that rebuilding and redeploying a versioned artifact violates one of Maven's core principals. I don't have any real objection if this occurs in our development repository, but I'd like to forbid it in our

Re: xDoc i18n scalability

2006-03-01 Thread Lukas Theussl
Use the message tag, eg: section key=mysection.title p message key=mykey/ /p /section HTH, -Lukas Lance Bader wrote: OK. Granted it doesn't work like I want it to work and I should be reluctant to invest in a major enhancement to Maven 1 development. So let's go back to the

RE : RE : Next release of Continuum

2006-03-01 Thread Olivier Lamy
Ok great. Auto-update is automatic (included with jpox) or I need to run a script ? - Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : mercredi 1 mars 2006 17:40 À : continuum-users@maven.apache.org Objet : Re: RE : Next release of Continuum

Re: RE : RE : Next release of Continuum

2006-03-01 Thread Emmanuel Venisse
it's included with jpox. I'll write a note for update when i'll release continuum Emmanuel Olivier Lamy a écrit : Ok great. Auto-update is automatic (included with jpox) or I need to run a script ? - Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé

Filtering bits of a pom.xml file

2006-03-01 Thread Bob Arnott
Hello, I've got a bit of a situation where development will be happening across two sites that wont be able to share local repositories. From looking at the documentation I see I can filter values in resource files - # application.properties application.name=${pom.name}

Re: [m2] multi-project problems

2006-03-01 Thread Lee Meador
I would love to see an example of the pom content(s) for a working Cobertura report on a multi-project setup. On 3/1/06, David Sag [EMAIL PROTECTED] wrote: Interesting - for me it's the cobertura report that is breaking my overall site build. i'll have to experiment offline for a few days

RE: Cron schedule bug?

2006-03-01 Thread Brian E. Fox
I'll try if I can find some time, but it probably won't be before 1.0.3 ;( -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 11:37 AM To: continuum-users@maven.apache.org Subject: Re: Cron schedule bug? Do you want to try a snapshot?

Re: Site customization

2006-03-01 Thread Laurie Harper
Thanks for the info. Yes, that's exactly the result I'm looking for, so I'll play with using custom templates. L. Roland Bali wrote: Hi Laurie, I had the same problem a while ago and was told I had to make my own template. It's not that complicated though, I simply copied the maven-site.vm

Re: Copying resources to the javadoc output directory.

2006-03-01 Thread Barrie Treloar
On 3/1/06, Brian E. Fox [EMAIL PROTECTED] wrote: Sounds like a copy plugin is in order? What I was wondering was Is this the right way to do things in Maven2?. Copying feels wrong. I'd rather describe the extra resources and the destinations as part of a phase execution or it should be

Re: NullPointerEXception , Sorry to insist guys

2006-03-01 Thread Barrie Treloar
On 3/1/06, Gianfranco Oldani [EMAIL PROTECTED] wrote: I cannot go out of my problem (and now its becoming urgent) of NullPointerEXception while invoking the site plugin via : mvn site I use maven 2.02. If you aren't going to read the posting guildelines when discussing a bug, how do you expect

Re: [m2] How do I stop using a SNAPSHOT from my local repository?

2006-03-01 Thread Barrie Treloar
This would seem to present a problem if you are working on a project simultaneously with other developers who may be deploying to the internal remote repository. Suppose you add a new method to a common library and then change another project to use that method. While you're testing,

Re: [m2]Does bestpractices.html apply to maven 2?

2006-03-01 Thread Ken Tanaka
Thanks for the response. I'm sure a lot of people new to Maven are wondering what applies to Maven2 on the website. I recommend to the documentation maintainers to add more version notices to the website where content only applies to a particular version of Maven. -Ken Napoleon Esmundo Ramirez

RE: [m1] jcoverage doesn't generate ser file

2006-03-01 Thread Siegmann Daniel, NY
Yes, this does look helpful. Thank you. ~Daniel -Original Message- From: Lukas Theussl [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 2:30 AM To: Maven Users List Subject: Re: [m1] jcoverage doesn't generate ser file Maybe this can help:

[m202] JBoss question with ear[version number] deploy

2006-03-01 Thread Mick Knutson
I have an ear that I currently harddeploy to JBoss called ear-1.2.5_6.ear and 6 is my individual build number. So, how can I remove out the old ear via maven if I increment my build number to 1.2.5_7.ear? --- Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804

continuum with clearcase

2006-03-01 Thread raghurajan . x . gurunathan
Hi All How multi module maven2 project works with continuum(either 1.0.2/1.0.3 Snapshot) and clearcase i have my project in clearcase has Modules + Module A +SubModuleA -pom.xml +SubModuleB -pom.xml -pom.xml + Module B

Re: NullPointerEXception , Sorry to insist guys

2006-03-01 Thread Gianfranco Oldani
Thanks for your answer and the various advises. In the meantime I have found the problem and it was only a wrong reference in a plugin section. Cheers Gianfranco PS: I will read all guidelines from now on...;o)) Original Message Follows From: Barrie Treloar [EMAIL PROTECTED] Reply-To:

Re: users Digest 1 Mar 2006 08:35:22 -0000 Issue 1934

2006-03-01 Thread Steven Coco
I've tried the assembly task. It will create the files under target/finalName-id from the assembly configuration in pom.xml Which means I have to manually move the files out of this directory into target/site I have tried fiddling with the values in finalName and id to get it into target/site

Re: RE: [m2] Hibernate doclet

2006-03-01 Thread Akbarr
On 2/27/06, Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/2/27, Akbarr [EMAIL PROTECTED]: No, the query is in just 1 line: /** * @hibernate.class table=I18N_Textos * * @hibernate.query name=getTextoI18N query=from I18NTextos i where i.locale=:locale and i.texto=:texto * */

Re: Copying resources to the javadoc output directory.

2006-03-01 Thread Steven Coco
On 3/1/06, Brian E. Fox [EMAIL PROTECTED] wrote: Sounds like a copy plugin is in order? What I was wondering was Is this the right way to do things in Maven2?. Copying feels wrong. I'd rather describe the extra resources and the destinations as part of a phase execution or it should be

Re: Filtering bits of a pom.xml file

2006-03-01 Thread Henry S. Isidro
Bob Arnott wrote: Hello, I've got a bit of a situation where development will be happening across two sites that wont be able to share local repositories. From looking at the documentation I see I can filter values in resource files - # application.properties application.name=${pom.name}

deploy failing- error msg :session down

2006-03-01 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
Hi All, My build is failing at deploy command. Sometimes it works fine, sometimes it fails. The error msg says session down. Any suggestions ?? [INFO] 01 Mar 2006 16:31:09,471 - [deploy:deploy] [INFO] 01 Mar 2006 16:31:11,700 - Uploading:

Re: Build date time

2006-03-01 Thread Allan Ramirez
Hi Jorg, I think it is not possible for the moment. Please file a jira request if it is not yet existing http://jira.codehaus.org/browse/MJAR -allan Jörg Zintel wrote: Hi, I'm just starting with maven 2 and wonder how I could get the build date and time into the manifest of my jar. I

Re: [m2] Multiple Goals In Pom

2006-03-01 Thread Manoj Kumar
Hi you can execute as many as goals you want in the pom.xml. you have to tie up these goals with any one phase of maven lifecycle. when that life cycle runs the attached goal will automatically run. here is an eaxample that generates sources jar with compile phase of life cycle. you have to give