Dependency Tree question for ears with war dependency

2011-04-11 Thread Eric Miles
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. Eric Miles Manager

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: plugin dependencies question

2008-03-12 Thread Eric Miles
, they can do so by overriding it in their pom. -Original Message- From: Eric Miles [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 4:24 PM To: users@maven.apache.org Subject: plugin dependencies question All, I have a plugin I wrote, that use framework FooBar

RE: Archiva crashes after a couple of days

2008-02-22 Thread Eric Miles
Enterprise 4 update 4. It has crashed on m2 at least 6 times in the last two weeks and I am not doing anything special with it. Also, I have noticed that it is creating almost 5 Gigs in logs files a day. I wonder if this has anything to do with it. -Original Message- From: Eric

RE: Archiva crashes after a couple of days

2008-02-22 Thread Eric Miles
after a couple of days -Original Message- From: Eric Miles [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 4:07 PM To: archiva-users@maven.apache.org Subject: RE: Archiva crashes after a couple of days I too had this same issue. Make sure your cron syntax is correct

RE: Archiva crashes after a couple of days

2008-02-22 Thread Eric Miles
artifacts in right now and the size is over 200 GB. This is a snapshot repo and we have many teams that are creating large installer artifacts that are basically uber artifacts, thus the size of these artifacts can be quite large. -Original Message- From: Eric Miles [mailto:[EMAIL

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

Re: Proxied repository strategies?

2008-01-31 Thread Eric Miles
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 Archiva and attempting

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: proxied repositories -- plugin question

2008-01-29 Thread Eric Miles
lastUpdated20071215123957/lastUpdated /versioning /metadata On Tue, 2008-01-29 at 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

Re: proxied repositories -- plugin question

2008-01-29 Thread Eric Miles
, 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 intend to use as a proxy for several

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: dependency groupIdorg.acegisecurity/groupId artifactIdacegi-security/artifactId version1.0.3/version scopecompile/scope

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

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

1.1 alpha 1 release?

2007-04-19 Thread Eric Miles
Any idea when 1.1 alpha 1 will be released? I'm certain the Continuum community is excited about a release that contains 342 resolved issues. Thanks!

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

Mojo Dev question: Binding to phases?

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