El complemento de lanzamiento de Maven falla: los artefactos de origen se implementan dos veces

Estamos utilizando el complemento de lanzamiento de Maven en Hudson e intentamos automatizar el proceso de lanzamiento. El lanzamiento: preparar funciona bien. Cuando intentamos hacer la versión: realizar, falla porque intenta cargar un artefacto de origen dos veces en el repositorio.

Cosas que probé

eliminar el perfil que incluye el complemento fuente maven del super pom (no funcionó)especificando los objetivos en hudson para el lanzamiento como -P! attach-source release: prepare release: perform. Lo que pensé que excluirá el complemento de origen de ser ejecutado. (no funcionó).intenté especificar la fase del complemento a alguna fase inexistente en el super pom (no funcionó)Intenté especificar la configuración del complemento, forReleaseProfile como falso. (¿adivina qué? No funcionó también)

Todavía escupe este error.

[INFO] [DEBUG] Using Wagon implementation lightweight from default mapping for protocol http
[INFO] [DEBUG] Using Wagon implementation lightweight from default mapping for protocol http
[INFO] [DEBUG] Checking for pre-existing User-Agent configuration.
[INFO] [DEBUG] Adding User-Agent configuration.
[INFO] [DEBUG] not adding permissions to wagon connection
[INFO] Uploading: http://xx.xx.xx.xx:8081/nexus/content/repositories/releases//com/yyy/xxx/hhh/hhh-hhh/1.9.40/hhh-hhh-1.9.40-sources.jar
[INFO] 57K uploaded  (xxx-xxx-1.9.40-sources.jar)
[INFO] [DEBUG] Using Wagon implementation lightweight from default mapping for protocol http
[INFO] [DEBUG] Using Wagon implementation lightweight from default mapping for protocol http
[INFO] [DEBUG] Checking for pre-existing User-Agent configuration.
[INFO] [DEBUG] Adding User-Agent configuration.
[INFO] [DEBUG] not adding permissions to wagon connection
[INFO] Uploading: http://xx.xxx.xx.xx:8081/nexus/content/repositories/releases//com/xxx/xxxx/xxx/xxx-xxx/1.9.40/xxx-xxx-1.9.40-sources.jar
[INFO] [DEBUG] Using Wagon implementation lightweight from default mapping for protocol http
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] BUILD ERROR
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Error deploying artifact: Authorization failed: Access denied to: http://xx.xxx.xx.xx:8081/nexus/content/repositories/releases/com/xxx/xxx/xxx/xxx-config/1.9.40/xxx-xxx-1.9.40-sources.jar

Cualquier ayuda con respecto a esto será muy apreciada.

Respuestas a la pregunta(9)

Su respuesta a la pregunta