Wendy and all,

I thought I am doing the minimum setup for testing "deploy". Can
someone tell me what is the minimum code that i need to put into
pom.xml?

Thanks. B.

On 3/24/07, Baz <[EMAIL PROTECTED]> wrote:
>         <distributionManagement>
>                 <repository>
>                         <id>local-repository</id>
>                         <url>http://localhost:8081</url>
>                 </repository>
>         </distributionManagement>

I meant i am using the code "my-app" from the book. Page 213 for
setting up the jetty server.

The above section for distributionManagement is sampled from http://apache.org.

Forget about the <build> section, i am desprately trying out things.

Wendy, would you please suggest what i should change?


On 3/24/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 3/24/07, Baz <[EMAIL PROTECTED]> wrote:
>
> >         <distributionManagement>
> >                 <repository>
> >                         <id>local-repository</id>
> >                         <url>http://localhost:8081</url>
> >                 </repository>
> >         </distributionManagement>
> >
> >         <build>
> >                 <extensions>
> >                         <groupId>org.apache.maven.wagon</groupId>
> >                         <artifactId>wagon-http</artifactId>
> >                 </extensions>
> >         </build>
>
> Is this one of the examples in the BBwM book?  I don't think you can
> do that. :)
>
> http://maven.apache.org/wagon/wagon-providers/wagon-http/
> "... enables Maven to use remote repositories stored in HTTP servers.
> It doesn't allow deployment."
>
> Your server needs to be running something that allows file transfer.
> The book has some examples of scp and ftp urls, and dav is also an
> option, with the wagon-webdav build extension.
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to