bsnyder wrote:
>
> On Nov 28, 2007 7:31 AM, Gordon Dickens <[EMAIL PROTECTED]> wrote:
>> I am having trouble locating dependencies for my repository when building
>> ServiceMix 3.2.
>>
>>
>>
>> Can someone point me to the preferred repositories that I can setup for
>> my Maven builds?
>
> All the repositories necessary to build the ServiceMix source are
> specified in the root pom.xml for the entire ServiceMix project.
>
>
I am having similar problems with "woden" just trying to build the "basic"
example. (See error below.)
Question: What and where is the "root pom.xml for the entire ServiceMix
project". I'm just trying to
get going with Service Mix. I did a "find" on \*pom.xml". There are
pom.xml files all over the place -
which one do I need to edit? And what changes do I need to make?
(This is maybe a dumb question, but I'm an ant and make user, I'm a total
newbie with maven.)
Suggestion: Make the examples, or at least a "basic" example,
"self-contained", so a newbie like me
doesn't have to download anything further to get started with a working
example.
Note: Users like me that just installed maven to get these examples to work
need to know that they probably have to
edit ~/.m2/settings.xml to specify an http proxy server location before the
examples will build. An example is:
<settings>
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>myproxyserver.foo.com</host>
<port>80</port>
<nonProxyHosts>*.mitre.org</nonProxyHosts>
</proxy>
</proxies>
</settings>
Here are the specific errors I'm getting:
Downloading:
http://repo1.maven.org/maven2/org/apache/woden/woden/1.0.0M6/woden-1.0.0M6.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.opensaml:opensaml:jar:1.1
Try downloading the file manually from the project website.
--
View this message in context:
http://www.nabble.com/Build-Dependencies-tp13993587s12049p14339642.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.