[jboss-jira] [JBoss JIRA] Created: (JBBUILD-556) Update Hudson server settings to prevent bad checksums with Maven 2.2.1
Paul Gier (JIRA)
jira-events at lists.jboss.org
Thu Sep 17 14:52:49 EDT 2009
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
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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list