Re: Maven and Eclipse (WTP)

2009-10-18 Thread Brett Randall
All else fails you could access via Nabble: http://www.nabble.com/Maven-Eclipse---User-f14525.html . Cheers Brett On Mon, Oct 19, 2009 at 2:52 PM, Damon Silver wrote: > Off-topic: On that note, I've tried half a dozen times to subscribe to the > M2Eclipse Users list via the link on that page t

RE: Maven and Eclipse (WTP)

2009-10-18 Thread Damon Silver
Off-topic: On that note, I've tried half a dozen times to subscribe to the M2Eclipse Users list via the link on that page to no avail. Is there some other avenue to use instead, or someone who has to be notified that the subscription link is broken? Thanks, Damon -Original Message- Fro

Re: Out of Office Reply

2009-10-18 Thread Barrie Treloar
On Mon, Oct 19, 2009 at 6:50 AM, Quintin Beukes wrote: > Hey, > > Did anyone else notice an out-of-office reply from someone on the list > when sending to this list? > > From the headers it seems to be in response to a message I sent in > this list, though I can't be sure because it doesn't follow

A maven/nexus repos manager/missing dependency question

2009-10-18 Thread Sean Davis
I have been using maven pretty successfully for low-end java programming--I'm not much of a developer. I have finally convinced a few folks to potentially work with me on some projects at work and thought setting up a repository manager would be a good idea. The nexus setup pretty simple and I ch

Out of Office Reply

2009-10-18 Thread Quintin Beukes
Hey, Did anyone else notice an out-of-office reply from someone on the list when sending to this list? >From the headers it seems to be in response to a message I sent in this list, though I can't be sure because it doesn't following the reply header conventions - just checking for interest sake.

Re: Mirrors

2009-10-18 Thread Quintin Beukes
On Sun, Oct 18, 2009 at 7:45 PM, Brian Fox wrote: > Maven still has these repositories configured internally even though > you most likely have a mirror definition to redirect these to Nexus. > The mirror definition applies at the end of the lookup processing and > Maven doesn't currently deduplic

Re: Minimal Nexus Anonymous Privileges

2009-10-18 Thread Brian Fox
On Sat, Oct 17, 2009 at 7:19 PM, Quintin Beukes wrote: > Never mind. I found that I am able to edit the anonymous user but not > the role, so I just created a new role with the desired privileges and > assigned this role to the anonymous user. Works like a charm. > > Great piece of software. I lov

Re: Mirrors

2009-10-18 Thread Brian Fox
Maven still has these repositories configured internally even though you most likely have a mirror definition to redirect these to Nexus. The mirror definition applies at the end of the lookup processing and Maven doesn't currently deduplicate the repository definitions. Fortunately, Nexus is cachi

Re: Maven and Eclipse (WTP)

2009-10-18 Thread Manuel Grau
Hi Giovanni, Currently at job, I'm doing this. We have some projects using maven-j2ee-archetype. We have some web modules, an ear module, and some jar modules. If you can wait until tomorrow, I wrote a guide at work that I can send you. Do you understand some Spanish? If not, I can translate into e

Re: how to change output html format of maven changes plugin

2009-10-18 Thread Dennis Lundberg
You change the element [1] of your /src/site/site.xml file [1] http://maven.apache.org/doxia/doxia-sitetools-1.0.x/doxia-decoration-model/decoration.html fflyw wrote: > Hi and how can in change this skin? > > dennisl-2 wrote: >> fflyw wrote: >>> Hi >>> >>> is there some way to change look of ch

Mirrors

2009-10-18 Thread Quintin Beukes
Hey, I have my nexus repository set up to have all requests proxy through it. But it still does checks like the following: snapshot org.apache.geronimo.plugins:connector:2.2-SNAPSHOT: checking for updates from central snapshot org.apache.geronimo.plugins:connector:2.2-SNAPSHOT: checking for update

Re: Config.jar project dependency

2009-10-18 Thread Quintin Beukes
I understand. OK, firstly you can only produce one artifact per POM. So for you to build 2 JARs you would either need to use a plugin for this purpose or create your own. This is probably not ideal, so I recommend using 2 POMs. You don't have to change your layout much. Have a look at the follow

Re: Advice on Resolving Maven Circular Dependency

2009-10-18 Thread leojhartiv
I'm not sure I agree there. I won't have any Asserts on a domain builder class. Only the domain classes. Kalle Korhonen-2 wrote: > > I'd just put those tests in domain-builder module and call them > integration tests. After all, they are testing the builder classes > just as well as the do

Re: Config.jar project dependency

2009-10-18 Thread _MS_
Why does it have to be a separate JAR if only project1 depends on it? Quintin Beukes My project1 is actually web application but tests can also be run locally on my computer. I keep all my config mib files in separate directory under project directory project1 |-src ||-main | |

Re: Config.jar project dependency

2009-10-18 Thread Quintin Beukes
You could try the maven assembly plugin? Might need a bit of restructuring, but you should be able to achieve something like what you want. Quintin Beukes On Sun, Oct 18, 2009 at 2:41 PM, Quintin Beukes wrote: > Why does it have to be a separate JAR if only project1 depends on it? > > Quintin

Re: Config.jar project dependency

2009-10-18 Thread Quintin Beukes
Why does it have to be a separate JAR if only project1 depends on it? Quintin Beukes On Sun, Oct 18, 2009 at 2:37 PM, _MS_ wrote: > > My project structure is: > > project1 with dependencies :lib-project.jar, config.jar > lib-project - this is separate project > > All dependencies are resolved

Re: Config.jar project dependency

2009-10-18 Thread _MS_
My project structure is: project1 with dependencies :lib-project.jar, config.jar lib-project - this is separate project All dependencies are resolved through local repository. Project1 has subdirectory mibs that I would like to package into jar in order to load more easily all the MIB files by

Re: Config.jar project dependency

2009-10-18 Thread Quintin Beukes
What exactly is the reason for putting the applications configuration in a separate JAR? Is it to wrap the configuration for all modules into a single jar, and then all modules retrieve their configurations from it. I figure this way you don't need to extract+repackage each JAR when you want to rec

Re: Config.jar project dependency

2009-10-18 Thread Anders Hammar
I pretty much boils down to your requirements. Loading from the classpath is IMO the right way to do things. However, if you need to keep the config files in a separate project, or just have them in the same project where you read them, depends on your needs. I would not have a separate config proj

Re: Nexus

2009-10-18 Thread Quintin Beukes
Will do so. Quintin Beukes On Sun, Oct 18, 2009 at 2:20 AM, Jason van Zyl wrote: > Better to ask on the Nexus user list and we'll help you out there: > > http://nexus.sonatype.org/project-information.html > > On 2009-10-17, at 3:47 PM, Quintin Beukes wrote: > >> Hey, >> >> I have about 1gb of de