You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Thilina Gunarathne <cs...@gmail.com> on 2006/05/07 08:24:08 UTC

How to download .mar files using Maven

Hi all,
I found axis2 module files in the maven repository[1]. Can somebody give me
a pointer how to get maven to download them during the build..
We need to dynamically get the latest addressing.mar from the repository for
Kandula in order to run the test cases.

Thanks in advance,

~Thilina

*[1] *http://www.apache.org/dist/java-repository/axis2/mars/

--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina

Re: How to download .mar files using Maven

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
My understanding is that if you give the full URL you can download it ..
better ask on axis-dev; someone there will have the answer.

Sanjiva.
On Sun, 2006-05-07 at 12:24 +0600, Thilina Gunarathne wrote:
> Hi all,
> I found axis2 module files in the maven repository[1]. Can somebody
> give me a pointer how to get maven to download them during the
> build.. 
> We need to dynamically get the latest addressing.mar from the
> repository for Kandula in order to run the test cases.
>  
> Thanks in advance,
>  
> ~Thilina
>  
> [1] http://www.apache.org/dist/java-repository/axis2/mars/ 
> 
> -- 
> "May the SourcE be with u"            
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina               


---------------------------------------------------------------------
To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: kandula-dev-help@ws.apache.org


Re: How to download .mar files using Maven

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
My understanding is that if you give the full URL you can download it ..
better ask on axis-dev; someone there will have the answer.

Sanjiva.
On Sun, 2006-05-07 at 12:24 +0600, Thilina Gunarathne wrote:
> Hi all,
> I found axis2 module files in the maven repository[1]. Can somebody
> give me a pointer how to get maven to download them during the
> build.. 
> We need to dynamically get the latest addressing.mar from the
> repository for Kandula in order to run the test cases.
>  
> Thanks in advance,
>  
> ~Thilina
>  
> [1] http://www.apache.org/dist/java-repository/axis2/mars/ 
> 
> -- 
> "May the SourcE be with u"            
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina               


Re: How to download .mar files using Maven

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Add the follwig depedency to project.xml

<dependency>
            <groupId>axis2</groupId>
            <artifactId>addressing</artifactId>
            <version>1.0</version>
            <type>mar</type>
 </dependency>

Thilina Gunarathne wrote:

> Hi all,
> I found axis2 module files in the maven repository[1]. Can somebody
> give me a pointer how to get maven to download them during the build..
> We need to dynamically get the latest addressing.mar from the
> repository for Kandula in order to run the test cases.
>  
> Thanks in advance,
>  
> ~Thilina
>  
> _[1] _http://www.apache.org/dist/java-repository/axis2/mars/ 
>
> -- 
> "May the SourcE be with u"            
> http://webservices.apache.org/~thilina/
> <http://webservices.apache.org/%7Ethilina/>
> http://thilinag.blogspot.com/                
> http://www.bloglines.com/blog/Thilina
> <http://www.bloglines.com/blog/Thilina>              


-- 
Thanks,
Deepal
................................................................
~Future is Open~ 



Re: How to download .mar files using Maven

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
My understanding is that if you give the full URL you can download it ..
better ask on axis-dev; someone there will have the answer.

Sanjiva.
On Sun, 2006-05-07 at 12:24 +0600, Thilina Gunarathne wrote:
> Hi all,
> I found axis2 module files in the maven repository[1]. Can somebody
> give me a pointer how to get maven to download them during the
> build.. 
> We need to dynamically get the latest addressing.mar from the
> repository for Kandula in order to run the test cases.
>  
> Thanks in advance,
>  
> ~Thilina
>  
> [1] http://www.apache.org/dist/java-repository/axis2/mars/ 
> 
> -- 
> "May the SourcE be with u"            
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina               


---------------------------------------------------------------------
To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: kandula-dev-help@ws.apache.org