Re: Can not understand why maven is ALWAYS choosing a 3rd repo BEFORE my nexus one?

2015-05-08 Thread Rick R
n a repo that will not talk to > Maven. > > Can you download the artifact manually and add it to your repo and move on. > > Ron > > > > On 08/05/2015 3:40 PM, Rick R wrote: > >> I mention that at the end of the above email... for some reason I'm having >

Re: Can not understand why maven is ALWAYS choosing a 3rd repo BEFORE my nexus one?

2015-05-08 Thread Rick R
to that effect. On Fri, May 8, 2015 at 3:03 PM, Ron Wheeler wrote: > Why not have your repo proxy the extra ones so everyone's settings.xml > points to your repo and its is up to the repo manager to set up the > permitted repo. > > Ron > > > On 08/05/2015 2:39 PM

Can not understand why maven is ALWAYS choosing a 3rd repo BEFORE my nexus one?

2015-05-08 Thread Rick R
t has to be authenticated with a username and password and I tried adding that to nexus as well, but was having trouble so I left the definition in my settings.xml) -- Rick R

Re: Why all these errors with mvn site:site concerning https://maven-repository.dev.java.net/nonav/repository

2010-07-28 Thread Rick R
On Tue, Jul 27, 2010 at 4:34 PM, Brian Fox wrote: > one of the reports in there hits all repos known to the build. There's > a bug against it. > Is there a known work around in the meantime? > > On Tue, Jul 27, 2010 at 2:29 PM, Rick R wrote: > > I keep gett

Why all these errors with mvn site:site concerning https://maven-repository.dev.java.net/nonav/repository

2010-07-27 Thread Rick R
a.net/nonav/repository [ERROR] Unable to determine if resource xpp3:xpp3_min:jar:1.1.4c:compile exists in https://maven-repository.dev.java.net/nonav/repository -- Rick R

Best Practices Question: Teams working on different modules / SCM, etc

2010-05-22 Thread Rick R
I've been trying to read up on best practices with Maven in a team environment where different groups are working on different but related modules. Been reading over chp7 of 'Better Builds With Maven' but still have some questions. To keep it simple for sake of discussion... war project depends o

Re: toughest time trying to get a jsp filtered.. any help much appreciated

2010-05-22 Thread Rick R
[SOLVED] not sure how because I've modified too many things since I came back to looking at this issue. On Sat, May 22, 2010 at 7:15 AM, Martin Gainty wrote: > > > you're probably want to consider a templating language such as FTL/VM.. > i'll borrow this test-include from FreeMarker > Well in

Re: toughest time trying to get a jsp filtered.. any help much appreciated

2010-05-21 Thread Rick R
On Fri, May 21, 2010 at 11:53 PM, Rick R wrote: > > > On Fri, May 21, 2010 at 9:44 PM, Wayne Fay wrote: > >> > >> > FOO/foo.bar> >> > >> >> If this is literally cut and paste from your pom.xml file, the problem >> should b

Re: toughest time trying to get a jsp filtered.. any help much appreciated

2010-05-21 Thread Rick R
On Fri, May 21, 2010 at 9:44 PM, Wayne Fay wrote: > > > > FOO/foo.bar> > > > > If this is literally cut and paste from your pom.xml file, the problem > should be pretty obvious. If you changed it and accidentally deleted > the <, that's another story. > Ha sorry. no it wasn't cut and pas

toughest time trying to get a jsp filtered.. any help much appreciated

2010-05-21 Thread Rick R
I'd like to have a jsp in the root of src/main/webapps filtered and the var replaced with a property in the war's pom. In my pom I have: FOO/foo.bar> org.apache.maven.plugins maven-war-plugin 2.0.2 src/main/webapp

Had to remove a plugin dir from local repo, why? [was Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as n

2010-02-03 Thread Rick R
I changed the subject since I think this is now more of a general local repository question. On Wed, Feb 3, 2010 at 2:08 PM, Anders Hammar wrote: > Regarding why Maven tries to use 2.8-SNAPSHOT and isn't successful I'm > somewhat puzzled. You didn't post the full error output, so I can't say for

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-03 Thread Rick R
On Wed, Feb 3, 2010 at 3:49 AM, Anders Hammar wrote: > Ok, first I would like to point you at some Maven books. They are great to > get the basics: > http://books.sonatype.com > Yes I need to read that more thoroughly. I did look through it once and tried to refer to even in this case, but it wa

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-02 Thread Rick R
On Tue, Feb 2, 2010 at 2:43 PM, Anders Hammar wrote: > > Also, try what I suggested about specifying the version of the plugin to v > 2.7. > Ok I totally suck at Maven :) I'm trying to figure out how the heck you figure out how to declare the above and where you figure out the pom syntax for th

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-02 Thread Rick R
to 2.8-SNAPSHOT? You can see that as well in the effective pom. > http://maven.apache.org/pom.html#Plugin_Management > (In this case you only need to specify groupId, artifactId, and version. > The > latest released version is 2.7, which exists in central.) > > /Anders > &g

what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-01 Thread Rick R
lipse' - Treating as non-aggregator. I'm new to maven and stumped by what is going on? -- Rick R

Tomcat plugin doesn't seem to be using build final name for context (seems to always use artifactId)

2009-12-17 Thread Rick R
e config but all the examples I see show a hardcoded path for the context. I dont' want to to hardcode that context path (eg /Users/rick/tomcat/webapps/dataselector ) -- Rick R - To unsubscribe, e-mail: users-unsubscr...@maven.

SOLVED I guess. Re: What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
e worked though without adding this jar? I'm too tired to try to figure that one out.) On Fri, Dec 11, 2009 at 7:51 PM, Rick R wrote: > > > On Fri, Dec 11, 2009 at 6:37 PM, Rick R wrote: > >> >> Now to add to the confusion, not sure it's the firewall at all ... on t

Re: What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
On Fri, Dec 11, 2009 at 6:37 PM, Rick R wrote: > > Now to add to the confusion, not sure it's the firewall at all ... on the > Mac and Windows machine both behind company firewall...the Mac now gives the > errors

Re: What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
On Fri, Dec 11, 2009 at 6:27 PM, Rick R wrote: > > On Fri, Dec 11, 2009 at 5:22 PM, Wayne Fay wrote: > >> > runs just fine when going against my OLD repo. With a fresh EMPTY repo >> I'll >> > end up with the following: >> > >> > >&g

Re: What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
On Fri, Dec 11, 2009 at 5:22 PM, Wayne Fay wrote: > > runs just fine when going against my OLD repo. With a fresh EMPTY repo > I'll > > end up with the following: > > > > app0.child-container[org.sonatype.flexmojos:flexmojos-maven-plugin:3.4.2] > > What version of the flexmojos-maven-plugin is us

Re: What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
On Fri, Dec 11, 2009 at 2:25 PM, Wayne Fay wrote: > > I think there's an extremely good chance you do not have your plugin > versions locked down in your pom files with > [1.2.3]. > I'm pretty sure my small project hasn't changed version numbers of plugins so I'm completely stumped. For example

What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
Hopefully I describe this situation correctly, because I'm constantly getting burned on it at work it seems and the non-maven co-workers always end up going "sheesh this stuff seems to happen all the time with maven." Here's a situation: I run an archetype command to create a project setup (happe