On 10/4/07, KIRA1983 <[EMAIL PROTECTED]> wrote: > > maybe but maybe.. > if try to use mvn offline i see that repository list down for fuse 3.3.0.0 > with my browser and.. not exist nothing! > so, can i doing? > beacuse: > i launch this command: mvn jbi:embeddedServicemix > the result: > > Downloading: > http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom > Downloading: > http://repo.open.iona.com/maven2/org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom > Downloading: > http://repo1.maven.org/maven2/org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM).
What exactly are you trying to build using the jbi:embeddedServicemix goal and why are you building it in offline mode? I just checked the artifact listed above by simply clicking the URL and it is definitely there: http://repo.open.iona.com/maven2/org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom Run Maven in online mode so that it can download the necessary artifacts. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Castor - http://castor.org/
