Dependency Tree question for ears with war dependency

2011-04-11 Thread Eric Miles
ll navigate the entire dependency tree for the ear (should include transitive dependencies as well) and perform a business function. This is not working as expected as we get no dependencies of the war in the DependencyTreeBuilder. Thoughts? Hints? Suggestions? Thanks in advance. Eri

RE: plugin dependencies question

2008-03-12 Thread Eric Miles
t; > > In this way you can say your plugin will use FooBar version x.y by > > default, but if they want to use another one, they can do so by > > overriding it in their pom. > > > > -Original Message- > > From: Eric Miles [mailto:[EMAIL PROTECTED]

plugin dependencies question

2008-03-12 Thread Eric Miles
(compiled units are not backwards compatible). Is there a way to create my plugin so that it uses FooBar for compilation, however the individual projects specify which version of FooBar to the plugin via the pom? Thanks in advance, Eric Miles

Re: Proxied repository strategies?

2008-01-31 Thread Eric Miles
s what it seems like is going on. I have 4 managed repos that get scanned every minute. Is there any way to purge these jobs or do I just need to let them run their course? Thanks, Eric On Thu, 2008-01-31 at 10:57 -0500, Eric Miles wrote: > All, > > We have just stood up an instance of A

Proxied repository strategies?

2008-01-31 Thread Eric Miles
All, We have just stood up an instance of Archiva and attempting to incorporate it's use into our maven build processes. However, there is a lack of documentation for suggested practices on how to use it. My biggest question is surrounding proxy connector usage. I thought it would be a good ide

Re: proxied repositories -- plugin question

2008-01-29 Thread Eric Miles
13:51 -0700, Wendy Smoak wrote: > On Jan 29, 2008 1:44 PM, Eric Miles <[EMAIL PROTECTED]> wrote: > > Figured out my problem although not sure why it's NOT a problem when I > > don't use Archiva. This particular plugin (and no others) requires that > > I

Re: proxied repositories -- plugin question

2008-01-29 Thread Eric Miles
ins when they happen, however this is a workaround. Is this particular plugin deployed incorrectly? Is that why archiva/maven can not find the correct current version information? Thanks! Eric On Tue, 2008-01-29 at 10:00 -0500, Eric Miles wrote: > I have a managed repository that I inten

proxied repositories -- plugin question

2008-01-29 Thread Eric Miles
I have a managed repository that I intend to use as a proxy for several remote repositories. I'm doing a test and can't get the proxy to resolve a plugin dependency to save my life. It will however resolve regular dependencies to same remote repository. I am attempting to proxy the Dev Java Net

Re: Maven 2 and Subversion

2007-09-07 Thread Eric Miles
I'd recommend automating that via a system like Continuum or Cruise Control. I'm not sure there's any other way to do that directly with the POM or not... On Fri, 2007-09-07 at 10:06 -0400, Mark Eramo wrote: > Hello, >Can anyone point me to detailed information and maybe some examples > on

Re: Spring Framework & Acegi Security project

2007-09-06 Thread Eric Miles
Gerard, Use an exclusion like such: org.acegisecurity acegi-security 1.0.3 compile org

Odd dependency POM validation issue

2007-09-04 Thread Eric Miles
I have a dependency for my project that is provided by another company. I have built, installed, and deployed this other dependency in my local repository as well as our company's internal repository. This dependency, has something that is causing an issue in it's dependency section. It has this:

Configuring password policies for 1.1-beta1?

2007-08-03 Thread Eric Miles
I wanted to ensure I covered all my bases before I sent this message, but I have looked through the docs, FAQs, wiki, and about 1500 messages of this mailing list and I didn't see this question asked nor found information pertaining to this... How do I configure the password policies for this

Re: Continuum 1.1 alpha 1

2007-04-24 Thread Eric Miles
Any upgrade instructions for 1.0.3 to 1.1 alpha 1? The upgrade path doesn't seem to be the same as the previous upgrades. Thanks! On Mon, 2007-04-23 at 21:17 -0500, Jesse McConnell wrote: > Well, its finally happened...continuum has had an alpha release to show off > some of the work that has

maven site question, use of menu ref="parent"

2007-04-16 Thread Eric Miles
I am trying to create a site for my project that has modules. The creation of the modules menu in the parent's site page seems to work fine and it includes all my parent's modules' links. However I can not get the link back to the parent's site into my modules' sites. I have no other information

Mojo Dev question: Binding to phases?

2006-12-05 Thread Eric Miles
phase begins). What is the best way to accomplish this? Thanks! Eric Miles