Re: is it possible to 'append' to a property ?

2005-03-09 Thread Martin Skopp
Hi Jörg, Jörg Schaible schrieb: You can do this on your own. Define in your parent project : nature.append= maven.eclipse.projectnatures=javanature,${nature.append} Now you can override "nature.append" in your subprojects ... http://jira.codehaus.org/browse/MPJAVADOC-4 Does that mean issue http://j

RE: skipping snapshot downloads

2005-03-09 Thread Arnaud HERITIER
You can also use the console plugin. The POM is read (and thus dependencies are downloaded) only at the startup. Be careful to restart your console if you update your POM. maven console Arnaud > -Message d'origine- > De : Nathan Coast [mailto:[EMAIL PROTECTED] > Envoyé : mardi 8 mars 20

RE: SNAPSHOT dependency takes forever

2005-03-09 Thread Vincent Massol
> -Original Message- > From: Mark D. Hansen [mailto:[EMAIL PROTECTED] > Sent: mercredi 9 mars 2005 19:06 > To: Maven User (E-mail) > Subject: SNAPSHOT dependency takes forever > > I have a local (filesystem) maven repository with a foo-SNAPSHOP.jar that > I periodically update. The prob

Re: SNAPSHOT dependency takes forever

2005-03-09 Thread Konstantin Priblouda
--- "Mark D. Hansen" <[EMAIL PROTECTED]> wrote: > I have a local (filesystem) maven repository with a > foo-SNAPSHOP.jar that I periodically update. The > problem is that when I do a different maven build, > that depends on foo-SNAPSHOP.jar, the build process > hangs for a long time (5 minutes or

SNAPSHOT dependency takes forever

2005-03-09 Thread Mark D. Hansen
I have a local (filesystem) maven repository with a foo-SNAPSHOP.jar that I periodically update. The problem is that when I do a different maven build, that depends on foo-SNAPSHOP.jar, the build process hangs for a long time (5 minutes or more) trying to download foo-SNAPSHOP.jar before it fin

Re: How to reference a dependency by filename?

2005-03-09 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 9, 2005, at 09:41, Martin Heitz wrote: Here is a short example which copies dependencies to a certain path. You need to modify it for your purpose. It works, as soon as the dependency is located in the local repository.

RE: How to reference a dependency by filename?

2005-03-09 Thread Martin Heitz
Hi Craig! Here is a short example which copies dependencies to a certain path. You need to modify it for your purpose. It works, as soon as the dependency is located in the local repository. Best regards from (today grey) Blac

How to reference a dependency by filename?

2005-03-09 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have two projects (A and B) that use Hibernate, so they contain *.hbm.xml files for their persisted classes. Up to now, they've been mutually exclusive, but I'm trying to add a dependency on a class in A to a class in B. (The class in B is to have

Re: string replace

2005-03-09 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 9, 2005, at 01:40, Arto Pastinen wrote: There is a problem.. it writes file over existing one.. It must be different file. That xml file is only template for final.. Any hints?!? On Wed, 2005-03-09 at 09:28 +0200, Arto Pastinen wrote: Yes, that i

RE: How to use site:ftpdeploy

2005-03-09 Thread Skjelvik Rune
By adding this line :: ${maven.home}/lib/NetComponents.jar (and also copied the file) To the end of [root] ${tools.jar} ${maven.home}/lib/commons-grant-1.0-beta-4.jar ${maven.home}/lib/ant-1.5.3-1.jar ${maven.home}/lib/endorsed/xml-apis-1.0.b2.jar ${maven.home}/lib/ant-option

Re: JAR plugin - Remove all maven-generated headers in JAR manifest (feature request)

2005-03-09 Thread Kaloyan . Enimanev
I have added locally a property named maven.jar.manifest.exclude.auto.headers if someone is interested I can provide a the "plugin.jelly" file. best regards, Kaloyan --- Keep In Touch With Your Life Sensors [EMAIL PROTECTED] 03/09/2005 0

JAR plugin - Remove all maven-generated headers in JAR manifest (feature request)

2005-03-09 Thread Kaloyan . Enimanev
Hi guys, this post is more like feature request. We're using Maven to build some OSGI bundles. (JAR files for embedded java platforms). We have our custom manifests and our headers are correctly imported. The problem is that we do not want any maven-generated header in the JAR manifest.

RE: Adding Artifacts to War without making them dependencies.

2005-03-09 Thread Roy, Anthony
Hi David, > It looks to me like a circular dependency between the > modules; from a > clean start you can build neither module first. I appreciate all of the concern about this percieved circular dependency, and I hadn't really wanted to go into the full details of why I want it that way. Howe

Jars & Resources For Development, synchronizing with Maven

2005-03-09 Thread Michael Mattox
On my last project I came up with a method of using maven to copy the jars and filter the resources for the developers during the development phase. I think maybe there is a better method (I hope). So I'd like to describe what I did and see if any of you have a better idea. To avoid putting our

Re: is it possible to 'append' to a property ?

2005-03-09 Thread Nicolas De Loof
Thanks for suggestion. Nico. Jörg Schaible a écrit : Nicolas De Loof wrote on Wednesday, March 09, 2005 9:53 AM: Hi all, My projects is developped under eclipse and I'm using the maven eclipse plugin. I'd like to set maven.eclipse.projectnatures and maven.eclipse.buildcommands in my parent proje

RE: is it possible to 'append' to a property ?

2005-03-09 Thread =?iso-8859-1?Q?J=F6rg_Schaible?=
Nicolas De Loof wrote on Wednesday, March 09, 2005 9:53 AM: > Hi all, > > My projects is developped under eclipse and I'm using the > maven eclipse > plugin. > > I'd like to set maven.eclipse.projectnatures and > maven.eclipse.buildcommands in my parent project so I don't > have to set > it in e

RE: Clover history report on website

2005-03-09 Thread Deblauwe, Wim
yes, that is true. I think I found the issue. I was doing "maven clover:on site clover:save-history" That resulted in the site being made before the history. I have now added a preGoal for "clover:report" to do a "clover:save-history", that way the information of the current situation is the las

RE: Clover history report on website

2005-03-09 Thread Vincent Massol
> -Original Message- > From: Deblauwe, Wim [mailto:[EMAIL PROTECTED] > Sent: mercredi 9 mars 2005 09:05 > To: Maven Users List (E-mail) > Subject: Clover history report on website > > Hi, > > How can i make the clover report and clover history report links appear > together in the naviga

is it possible to 'append' to a property ?

2005-03-09 Thread Nicolas De Loof
Hi all, My projects is developped under eclipse and I'm using the maven eclipse plugin. I'd like to set maven.eclipse.projectnatures and maven.eclipse.buildcommands in my parent project so I don't have to set it in every sub-project (I've got lot's of). On the war sub-project, I'd like to appe

reactor postprocessing for failures

2005-03-09 Thread Deblauwe, Wim
Hi, I'm searching for some more information on the postprocessing you can do with the reactor. From the documentation: ... Do whatever you want with the harvested information ... What are things you can 'ask' to the reactorProject variable? Since ignor

Clover history report on website

2005-03-09 Thread Deblauwe, Wim
Hi, How can i make the clover report and clover history report links appear together in the navigation table? I currently have this in my project.xml: maven-junit-report-plugin maven-javadoc-plugin maven-pmd-plugin maven-clover-plugin maven-jxr-plugin This comes out as: - JUnit