Hi All,


I am running with some problem



Pl help me !!







1) Problem:

We used the following in the build.properties file to download third
party dependencies from a central repository (The central repository was
setup in a Web server in a Linux machine). The download did not succeed.



                        maven.repo.remote=http://10.145.92.29:8081/maven

           

2) Problem:

            We used the following in the project.xml to download the
commons-digester jar from the given URL, but it failed. Even in the
below section the url refers to the central repository mentioned in
Problem 1

                        <dependency>

                                    <groupId>commons-digester</groupId>


<artifactId>commons-digester</artifactId>             

                                    <version>1.5</version>  


<url>http://10.145.92.29:8081/maven</url>

                        </dependency>

3) Problem:

            We used the following in the build.properties file to deploy
the artifacts to the central repository during the build process. Even
in the below section the url refers to the central repository mentioned
in Problem 1.



                        maven.repo.list=wyndhamrepo

maven.repo.wyndhamrepo=ftp://10.145.92.29

maven.repo.wyndhamrepo.directory=/home/wynmgm/jakarta-tomcat-4.1.31/weba
pps/maven/

maven.repo.wyndhamrepo.username=wynmgm

maven.repo.wyndhamrepo.password=wynmgm



 Output:

            The following error occurred:       

Will deploy to 1 repository(ies): wyndhamrepo

Deploying to repository: wyndhamrepo

220 Welcome to blah FTP service.

Connected to 10.145.92.29.

USER wynmgm

331 Please specify the password.

PASS wynmgm

230 Login successful.

SYST

215 UNIX Type: L8

Remote system is UNIX Type: L8

TYPE I

200 Switching to Binary mode.

CWD /home/wynmgm/jakarta-tomcat-4.1.31/webapps/maven/

250 Directory successfully changed.

Deploying:
D:\MavenEx\sample-echo\sample-echo\project.xml-->sample/poms/sample-1.0.
pom

CWD sample

550 Failed to change directory.

MKD sample

550 Create directory operation failed.

Failed to deploy to: wyndhamrepo Reason: Error executing FTP command



4) Problem:

            We used the same set of properties as mentioned in the above
problem to deploy the artifacts to the central repository in a Windows
machine using file protocol, but it failed to deploy the artifacts in
the required central repository.



Please provide us some solution to deploy artifacts in a central
repository and download dependencies from central repository.





           





   

Regards,



Vijay





Confidentiality Notice

The information contained in this electronic message and any attachments to 
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

Reply via email to