]
Paul Gier reassigned JBBUILD-556:
---------------------------------
Assignee: Paul Gier
Update Hudson server settings to prevent bad checksums with Maven
2.2.1
-----------------------------------------------------------------------
Key: JBBUILD-556
URL:
https://jira.jboss.org/jira/browse/JBBUILD-556
Project: JBoss Build System
Issue Type: Task
Reporter: Paul Gier
Assignee: Paul Gier
The maven settings.xml on Hudson should be changed to avoid the problem discussed in
JBBUILD-555.
This basically just means adding the following server configuration:
<server>
<id>jboss-snapshots</id>
<
username>jboss.org username</username>
<password>password</password>
<configuration>
<httpConfiguration>
<put>
<params>
<param>
<name>http.authentication.preemptive</name>
<value>%b,true</value>
</param>
</params>
</put>
</httpConfiguration>
</configuration>
</server>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: