On 1/16/07, CharlesP <[EMAIL PROTECTED]> wrote:


bsnyder wrote:
>
> On 1/15/07, CharlesP <[EMAIL PROTECTED]> wrote:
>>
>> where is the pom located?
>
> The POM is the pom.xml file that should be in the hello-world-su
> directory. (One small side note here, I am still reworking the
> tutorial and to make room for a JBI service engine and a JBI binding
> component, I renamed this package/directory to be hello-world-se-su.)
>
>

So this is the pom to rebuild the 3.1 snapshot of servicemix-common?  I
thought this pom was just to build the hello-world project?

This is the POM for the hello-world-su. I'm not sure what POM you're
looking for???

I just realized that I neglected to answer the question that got us
down this path:

Ok, I renamed the 3.1 directory to .old, but what
command do I run to let
Maven create a new one and download the correct
artifacts?  thanks.

All you need to do is rebuild the hello-world-su using:

$ mvn clean install

This will tell Maven to remove the target directory from the
hello-world-su project and rebuild it. During the rebuild, Maven will
search the local maven repo for dependencies listed in the POM file
and notice that the servicemix-common directory for version
3.1-incubating-SNAPSHOT does not exist (because you renamed it to
3.1-incubating-SNAPSHOT.old correct?) and it will then create a new
directory named 3.1-incubating-SNAPSHOT and download a new copy of the
servicemix-common version 3.1-incubating-SNAPSHOT into that directory
and use it to build the hello-world-su project.

This exercise will usually clean up any discrepancies and is normally
not necessary. It's a brute force style of solution that is sometimes
the shortest path to fixing an issue like the one you're experiencing.

Bruce
--
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/

Reply via email to