Hi KR,

These are some of the jars the example depends upon. If it does not find
those jars on your machine, then it downloads them for you. Some of the
examples on the website may not have shown the full log (the downloading
part).

If your example is running successfully then you do not need to worry about
these jars. If you have ran it once, and do not want to download them again,
you can use the -o switch of maven i.e. you can run

mvn -o clean install

That will run maven in offline mode.

On Tue, Aug 5, 2008 at 3:30 PM, rad muthu <[EMAIL PROTECTED]> wrote:

> I am trying to run the examples.
>
> When I run mvn clean install I see it is downloading some of the jar from
> online.
>
> [INFO] Using default encoding to copy filtered resources.
> Downloading:
> http://people.apache.org/repo/m2-snapshot-repository//com/sun/xml/b
> ind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.pom<http://people.apache.org/repo/m2-snapshot-repository//com/sun/xml/bind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.pom>
> Downloading:
> http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0.5/jaxb
> -impl-2.0.5.pom<http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.pom>
> Downloading:
> http://people.apache.org/repo/m2-snapshot-repository//org/apache/ac
> tivemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom<http://people.apache.org/repo/m2-snapshot-repository//org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom>
> Downloading:
> http://repo1.maven.org/maven2/org/apache/activemq/activeio-core/3.0
> .0-incubator/activeio-core-3.0.0-incubator.pom<http://repo1.maven.org/maven2/org/apache/activemq/activeio-core/3.0.0-incubator/activeio-core-3.0.0-incubator.pom>
> [INFO] [compiler:compile]
>
> But in the example output it is not shown. Is it needed?. How to avoid
> this?
>
> Thanks
> KR
>



-- 
Karan Singh Malhi

Reply via email to