Re: Welcome Robert Scholte to the Apache Maven team!

2011-07-08 Thread Vincent Siveton
Welcome Robert Vincent 2011/7/6 Mark Struberg : > Hi Maven folks! > > The Apache Maven PMC is glad to welcome Robert Scholte as new Apache Maven > Committer! > Most of us know Robert already from his dedicated work on lots of Maven > plugins over at codehaus-mojo, so I guess I don't have to add

Re: Skip Resources for War

2011-07-08 Thread Vincent Latombe
Hello, You have to use http://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html webResources are meant to be web resources (jsp, js, html) not resources present in the classpath (WEB-INF/classes) Vincent On Wed, Jul 6, 2011 at 18:01, Wayne Fay wrote: > > Well,

Re: Mirrors and repositories

2011-07-08 Thread Wendy Smoak
On Fri, Jul 8, 2011 at 4:09 PM, Maven User wrote: > When I was building without the additional repository defined, maven (maven > 3.0.3) was unable to find the parent pom.  Once I added this extra > repository, boom - it all works. It worked because you had true somewhere. > What's extra confusi

Re: Mirrors and repositories

2011-07-08 Thread Maven User
Snapshots of plugins are explicitly banned as are not specifying versions of plugins and relying on maven's super pom (years ago, I got whacked with this when the war plugin changed). But I'm not saying I'm mirroring JUST central, I thought I was saying "I'm mirroring every repository you could po

Re: Mirrors and repositories

2011-07-08 Thread Brian Fox
> One reason you might do it is to enable a repository to be searched > for snapshots.  By default, Maven's built-in definition of 'central' > only has releases enabled.  Unless you define another repository > somewhere that has snapshots enabled, Maven will never retrieve any > snapshots. This i

Re: Mirrors and repositories

2011-07-08 Thread Maven User
Ahhh - here we go - So I'm working on rolling out a corp pom for a company who doesn't have one right now. The corp pom is a completely different maven project/jenkins build and structurally, unrelated to the other projects that list it as a parent. The current version of this corp pom is 1.0-SN

Re: Mirrors and repositories

2011-07-08 Thread Wendy Smoak
On Fri, Jul 8, 2011 at 3:50 PM, Maven User wrote: > I thought I had a good handle on this, but can someone help me fully > understand the and settings in settings.xml? > > When one has a repository server running, and there are several urls grouped > up, why isn't it enough to tell maven where

Mirrors and repositories

2011-07-08 Thread Maven User
Hi all - I thought I had a good handle on this, but can someone help me fully understand the and settings in settings.xml? When one has a repository server running, and there are several urls grouped up, why isn't it enough to tell maven where to look via a single mirrors stanza? Why do I then

Re: Maven searching remote repo's for locally installed jars

2011-07-08 Thread Ron Wheeler
On 08/07/2011 8:53 AM, mschipperheyn wrote: Hi, When I build a project. Maven tries to find the jars that I installed locally, because they don't have repositories through all the repo's I have set up. It takes ages. How can I prevent this from happening? Your own Nexus mirroring the universe.

Re: Maven searching remote repo's for locally installed jars

2011-07-08 Thread Wendy Smoak
On Fri, Jul 8, 2011 at 8:53 AM, mschipperheyn wrote: > When I build a project. Maven tries to find the jars that I installed > locally, because they don't have repositories through all the repo's I have > set up. It takes ages. How can I prevent this from happening? There isn't enough info here t

Re: Maven installation and using in project without Internet conncetion

2011-07-08 Thread Ron Wheeler
If you don't have internet access, you will want to install Nexus or some other Maven Repo, locally. Then you can download jars and put them in your local repo and point Maven to that. Even if you could access the Internet, I strongly recommend a repo. It makes your life with Maven so much eas

Maven searching remote repo's for locally installed jars

2011-07-08 Thread mschipperheyn
Hi, When I build a project. Maven tries to find the jars that I installed locally, because they don't have repositories through all the repo's I have set up. It takes ages. How can I prevent this from happening? Kind regards, Marc -- View this message in context: http://maven.40175.n5.nabble.c

Maven installation and using in project without Internet conncetion

2011-07-08 Thread skmoorthy02
I'm new to maven project. I'm changing an ant project to maven project. To install the 3rd party jar's in maven local repository, I used install command. Its trying to download the resource jar.pom. I don't have download access in my organization so the build failed for installation. After request

Re: maven-surefire-plugin : when does it abort?

2011-07-08 Thread Stephen Connolly
http://jira.codehaus.org/browse/SUREFIRE-580 On 8 July 2011 10:05, Marc SCHNEIDER wrote: > Hi, > > I have a test class with several test methods. > I suspect Surefire run all the tests even if there is a failure in one > method. > Am I right? > If this is the case, is there a way to tell Surefire

maven-surefire-plugin : when does it abort?

2011-07-08 Thread Marc SCHNEIDER
Hi, I have a test class with several test methods. I suspect Surefire run all the tests even if there is a failure in one method. Am I right? If this is the case, is there a way to tell Surefire to abort as soon as it gets a failure? I'm using JUnit4 Thanks in advance, Marc.

Plugin development using Guice?

2011-07-08 Thread Johannes Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, is it possible to use Guice for new plugins? Since Maven is build on top of Guice, this should be possible, does it? A link to an existing plugin using Guice would be great, if there existed one. Thanks, Johannes - -- Johannes Schneide

Re: Git or Mercurial

2011-07-08 Thread Sascha Vogt
Hi Ben, Am 08.07.2011 04:44, schrieb Ben Caradoc-Davies: > On 07/07/11 23:04, Sascha Vogt wrote: >> Am 05.07.2011 10:46, schrieb Ben Caradoc-Davies: >>> For large projects (>8000 source files) egit becomes painful: every time >>> a file is saved egit insists on making Eclipse refresh everything, w