Trying to understand how maven finds source

2013-10-24 Thread Robert Dailey
Hey everyone, I'm trying to understand something basic, I haven't been able to find the answer through Google surprisingly (maybe my searching abilities suck today). How is it that Maven is able to find source code to compile? What I would expect is the pom.xml to refer to some *.java path

Re: Trying to understand how maven finds source

2013-10-24 Thread Robert Dailey
Benedict pbened...@apache.orgwrote: You are likely not see src/main/java in POMs because that is the default path. Unless you want to change the source directory, you can omit it altogether. On Thu, Oct 24, 2013 at 3:04 PM, Robert Dailey rcdailey.li...@gmail.com wrote: Hey everyone

Re: Trying to understand how maven finds source

2013-10-24 Thread Robert Dailey
searches to find the man behind the curtain. - Original Message - Subject: Trying to understand how maven finds source From: Robert Dailey rcdailey.li...@gmail.com Date: 10/24/13 1:04 pm To: Maven users@maven.apache.org Hey everyone, I'm trying to understand something basic, I

Re: Trying to understand how maven finds source

2013-10-24 Thread Robert Dailey
. /Anders On Thu, Oct 24, 2013 at 10:33 PM, Robert Dailey rcdailey.li...@gmail.comwrote: I tried your command and I got this: C:\Work\mavenmvn help:effective-pom [INFO] Scanning for projects... [INFO] [INFO] [INFO

Getting restSQL to work with maven

2013-10-24 Thread Robert Dailey
So my goal right now is to generate an Eclipse project for my maven project. I successfully have done this using: mvn eclipse:eclipse Now in my Activator.java file I am adding a new dependency: import org.restsql.core.Config; Eclipse tells me it cannot resolve org.restsql. So what I did was

Re: Trying to understand how maven finds source

2013-10-24 Thread Robert Dailey
be a pain if you don't know where the conventional places are, and any deviation often results in a great multitude of google searches to find the man behind the curtain. - Original Message - Subject: Trying to understand how maven finds source From: Robert Dailey rcdailey.li

Re: Getting restSQL to work with maven

2013-10-24 Thread Robert Dailey
...@oracle.comwrote: Hi Robert, Did you add this to your POM? If so, Eclipse should try to download the jar from maven central into your local repo. If you didn't, just putting it in the repo probably won't do much. - Russ On Oct 24, 2013, at 5:47 PM, Robert Dailey wrote: So my goal right now

Re: Getting restSQL to work with maven

2013-10-24 Thread Robert Dailey
central into your local repo. If you didn't, just putting it in the repo probably won't do much. - Russ On Oct 24, 2013, at 5:47 PM, Robert Dailey wrote: So my goal right now is to generate an Eclipse project for my maven project. I successfully have done this using: mvn eclipse:eclipse

Problem downloading dependencies

2013-10-21 Thread Robert Dailey
Hi, I'm very new to maven so I have no idea what's causing this error. I have a sample application and I type mvn clean install -U, which seems to grab all dependencies except one: [WARNING] The POM for org.springframework.osgi:servlet-api.osgi:jar:2.5-SNAPSHOT is missing, no dependency