Re: Maven / Java 1.7 compliance

2012-01-06 Thread Holger Hoffstaette
On Fri, 06 Jan 2012 03:45:19 +0100, Johannes.Lichtenberger wrote: > On 01/06/2012 02:54 AM, Dave Wolf wrote: >> Instead of "1.7" try simply "7". > > Seems it doesn't have any impact. In Eclipse itself it doesn't seem to > change anything, too, but in Eclipse the build path is correct for all > pr

Re: maven and esper-4.0.0

2011-01-10 Thread Holger Hoffstaette
On Mon, 10 Jan 2011 21:01:53 +0100, Tina Vießmann wrote: > I've got a problem installing esper-4.0.0 using maven. I've got absolutly > no idea where it comes from. The output is: > > [ERROR] Error in manifest for myproject:myesper:jar:0.1-SNAPSHOT : Class > in different directory than declared. P

Re: [ANN] Apache Maven 3.0.1 Released

2010-11-27 Thread Holger Hoffstaette
On Sat, 27 Nov 2010 20:17:39 +0100, Dirk Olmes wrote: > Is it possible that the 3.0.1 download actually contains Maven 3.0? I Worked fine for me on both Windows and Linux. Pull the ebuild from the usual location ;) -h - To un

Re: mvn install to a given local repo path - broken with m3?

2010-11-04 Thread Holger Hoffstaette
On Thu, 04 Nov 2010 10:10:21 -0400, Wendy Smoak wrote: > On Thu, Nov 4, 2010 at 9:54 AM, Holger Hoffstaette > wrote: > >> To reproduce, take any project and run: mvn install >> -DlocalRepository=/some/path > > Have you tried -Dmaven.repo.local=... ? No, since that o

Re: mvn install to a given local repo path - broken with m3?

2010-11-04 Thread Holger Hoffstaette
On Thu, 04 Nov 2010 13:08:41 +0100, Jochen Wiedmann wrote: > you aren't writing how you do specify the "local repository path". My > assumption would be that you need to use the Maven option -s or --settings > and use the "localRepository" element in the given settings file, as > specified by the

mvn install to a given local repo path - broken with m3?

2010-11-04 Thread Holger Hoffstaette
I'm trying to install a project to a given local repository path instead of the default ~/.m2, and it just doesn't seem to work with m3 and install-plugin 2.3.1. No matter which property I specify (all I could find, with or without settings. or maven. prefixes :) it always installs to the default.

Re: -DskipTests=true gets ignored

2009-11-12 Thread Holger Hoffstaette
On Thu, 12 Nov 2009 17:29:28 -0500, Yaakov Chaikin wrote: > Right... I figured that... But why? Isn't something on the command-line > supposed to trump it all? Put the properties first: mvn -DskipTests=true install That worked for me. Holger ---

Re: maven / osgi / repositories

2009-01-27 Thread Holger Hoffstaette
On Tue, 27 Jan 2009 22:53:10 +1100, Samuel Le Berrigaud wrote: > Another point of reference you might consider is how the springsource > guys make OSGi-ified version of many java libraries in their bundle > repository [http://www.springsource.com/repository/]. This acts pretty > much as a simple m

Re: What does this mean?

2009-01-19 Thread Holger Hoffstaette
On Sun, 18 Jan 2009 22:05:34 -0800, David Jencks wrote: > Results : > Tests run: 1837, Failures: 0, Errors: 0, Skipped: 0 > > [INFO] > > [ERROR] BUILD FAILURE > [INFO] > --

Re: [2.0.10 RC] please test

2008-12-11 Thread Holger Hoffstaette
On Wed, 10 Dec 2008 21:14:29 -0500, Brian E. Fox wrote: > This RC fixes the SCP wagon problem identified in RC2 (MNG-3717). We have > reverted the 2.0.x branch back to use wagon beta-2 where it was > historically for stability. Users that require fixes for wagon beta-3+ > should use 2.1.0-M1 inste

Re: Maven native plugin

2007-05-09 Thread Holger Hoffstaette
On Wed, 09 May 2007 16:32:25 +0200, Lukas Theussl wrote: > MPNATIVE is the issue tracker for the maven 1 native plugin, which is not > developed anymore. If you meant to open an issue for the m2 plugin, you > should do it at MOJO, under the native component. Argh! Thanks a lot for the tip. I file

RE: Maven native plugin

2007-05-09 Thread Holger Hoffstaette
Guys, Everybody interested in more flexible CFLAGS/library path settings should vote for http://jira.codehaus.org/browse/MPNATIVE-22 :-) -h - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: New "feature" in 2.0.5: maven creates repo directories?!

2007-02-20 Thread Holger Hoffstaette
Forgot to mention.. > 2.0.5 has decided to create my repository directories for me. ..when running eclipse:eclipse for the project. It's repeatable too: no lib dir is created with 2.0.4, it immediately appears when run with 2.0.5. thanks Holger

New "feature" in 2.0.5: maven creates repo directories?!

2007-02-20 Thread Holger Hoffstaette
I was more than a little miffed^h^h^h^h^h^hsurprised to learn that maven 2.0.5 has decided to create my repository directories for me. Thanks, but no thanks! Add the following convenience repo: local (Maven 1) Local module repository (lib) file://lib ..etc.. and suddenly you have a "lib" direc

Re: Suppress wagon transfer progress - how?

2006-09-24 Thread Holger Hoffstaette
On Sun, 24 Sep 2006 08:19:35 -0700, dan tran wrote: > try mvn -B if you use it thru mvn deploy That does the trick - thank you very much! Kind of obvious *now*, though rather unintuitive, IMHO. cheers Holger - To unsubscribe,

Suppress wagon transfer progress - how?

2006-09-24 Thread Holger Hoffstaette
Hi, Wagon logs file transfer progress, but this pumps up logfiles for no good reason; a single line summary would be just fine for non-interactive use. Since the documentation links on the Apache site are all broken or contain no useful information I was hoping that the source of wagon-api could

m2-eclipse: exported libraries are unordered?

2006-08-13 Thread Holger Hoffstaette
Dear Mavens - After switching a project from m1 to m2 it seems that, much to my surprise, the m2-eclipse plugin does not order the exported jars in the generated .classpath file. Is there a magick flag that I'm missing or do I need to talk to the the source? thanks, Holger ---

Re: Unversioned jars revisted

2006-06-22 Thread Holger Hoffstaette
On Thu, 22 Jun 2006 12:30:32 +0200, Jeff Mutonho wrote: > Hmmm...so it means there's no way M2 takes unversioned jars , like M1 > could? No idea, but if that's really the case everybody trying to bundle WAR/RARs and using javamail-1.4 (which is now in java.net's maven repo) will have a really goo

Re: mule and maven2

2006-05-14 Thread Holger Hoffstaette
On Sun, 14 May 2006 01:11:29 +0200, Srepfler Srgjan wrote: > Does anyone have some experience in using maven 2 along with the mule ESB? The mule m2 build is still under development and currently more or less limping along the m1 version, though we do try to keep it current. We wanted to move to m