I don't know what your checkout looks like but there is one pom.xml
that contains the <distributionManagement> section. That is the
geronimo/testsuite/pom.xml
If you modified just this, you should be good to go.
mvn site-deploy -DbuildNumber=<a timestamp>
Cheers
Prasad.
On 2/13/07, Sean Qiu <[EMAIL PROTECTED]> 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?
--
Sean Qiu