Re: dependency:tree not displaying all dependencies?

2008-12-02 Thread Jaran Nilsen
Done: http://jira.codehaus.org/browse/MSHARED-84 On Tue, Dec 2, 2008 at 1:43 PM, Mark Hobson [EMAIL PROTECTED] wrote: Hi Jaran, Could you attach a minimal project that reproduces this problem to a JIRA issue here please: http://jira.codehaus.org/browse/MSHARED/component/13264 That'll help

Re: dependency:tree not displaying all dependencies?

2008-12-02 Thread Mark Hobson
Hi Jaran, Could you attach a minimal project that reproduces this problem to a JIRA issue here please: http://jira.codehaus.org/browse/MSHARED/component/13264 That'll help keep track of it and I'll try to take a look when I've got a chance. Cheers, Mark 2008/12/2 Jaran Nilsen [EMAIL

dependency:tree not displaying all dependencies?

2008-12-02 Thread Jaran Nilsen
Hi. I have an issue with the dependency plugin and the tree goal, or the eclipse plugin. I wanted to ask here before I file a bug report on this, to make sure it's not just me messing things up :P The problem is that several dependencies, which do not appear in the list generated by

RE: Third party jars

2008-12-02 Thread John.Baker
Hi, Thanks for the suggestion, but I was already aware of this and I was wondering if there's an easier mechanism? Such as mvn being smart with the jar name and coming up with the group/artifact ID, but I suspect that's beginning to ask too much! John -Original Message- From:

Repo1 Mirrors not Updated

2008-12-02 Thread Reinhard Nägele
Hi, I was just trying to set up a new Wicket application using wicket-archetype-quickstart. I tried versions 1.3.5 and 1.4-rc1. Both failed. I then checked repo1 and did find the archetype artifacts. Then I figured we were using a repo1 mirror. I checked there and noticed that both, 1.3.5 and

Re: Third party jars

2008-12-02 Thread Wayne Fay
Thanks for the suggestion, but I was already aware of this and I was wondering if there's an easier mechanism? Such as mvn being smart with the jar name and coming up with the group/artifact ID, but I suspect that's beginning to ask too much! This just isn't something Maven can help you

Re: Repo1 Mirrors not Updated

2008-12-02 Thread Carlos Sanchez
can you send the exact urls you were looking for? On Tue, Dec 2, 2008 at 2:56 AM, Reinhard Nägele [EMAIL PROTECTED] wrote: Hi, I was just trying to set up a new Wicket application using wicket-archetype-quickstart. I tried versions 1.3.5 and 1.4-rc1. Both failed. I then checked repo1 and

RE: Repo1 Mirrors not Updated

2008-12-02 Thread Brian E. Fox
We push daily to a few mirrors, other mirrors are pulling from some other locations. Which mirror are you trying to use? -Original Message- From: Reinhard Nägele [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2008 2:56 AM To: users@maven.apache.org Subject: Repo1 Mirrors not

Re: RE : [deploy-plugin] Abort deploy when a target is present

2008-12-02 Thread solo1970
Somehow I'm getting a little bit lost!!! I tried to read the feeds but I don't quite get it! I'm just starting out with Maven (ver. 2.0.9) and I would like to have this feature of NO re-reployement of the same version. Can someone summarize? How do I do this? Is it available Sonia

RE: LATEST and RELEASE

2008-12-02 Thread Timothy Reilly
Just an observation from today when RELEASE didn't work for us. I was at someone's desk who normally build's the parent pom we are trying to reference as RELEASE. His last build of the pom or perhaps every build to his local repository is done without mvn install -DupdateReleaseInfo=true (so

How to make .java files in src/main/resources available at runtime?

2008-12-02 Thread Geoffrey Kwan
Hi, I'm trying to include some .java files in my src/main/resources but at runtime those files get compiled and only the .class files are available. I have placed .jpg, .txt, and .java files in my src/main/resources and what ends up there at runtime is .jpg, .txt, and .class files. How can I