All,

Let me re-phase my questions. I am having problems to use "mvn deploy"
for the simple code that include in "Better builds with Maven". Here
are my questions:

1. What are the right contents within the section of
"distributionManagement" if I would like to deploy to a Jetty server
that is described in page 212 of the book? I keep having error such
as:

"[INFO] Error deploying artifact: Unable to transfer file.
HttpURLConnection returned the response code: 404"

Currently, I have the following code:

       <distributionManagement>
               <repository>
                       <id>local-repository</id>
                       <url>scp://localhost:8081</url>
               </repository>
       </distributionManagement>

2. What are the right contents for deploying to a ftp server?

Thanks.

B.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to