On Feb 12, 2007, at 10:27 PM, Sean Qiu wrote:
The command "mvn site-deploy" will deploy the result to remote apache http server by default.

I modify the pom.xml in testsuite, while it works well only for the console-testsuite. The enterprise-testsuite and deploy-testsuite will still fail for connection error.

    <distributionManagement>
        <site>
            <id>website</id>
<!--<url>scp://people.apache.org/www/ geronimo.apache.org/maven/server/testsuite/${buildNumber}</url>--> <url>file:///home/qbit/at/geronimo/result/${buildNumber} </url>
        </site>
    </distributionManagement>

I grep the whole testsuite directory, there is more than one file contains "scp://" protocal.
Can i deploy it locally by means of adding some parameter?

Why do you want to _deploy_ it locally?

--jason

Reply via email to