Boa tarde pessoal.
Alguém tem alguma idéia do motivo pelo qual o artifactory não está buscando ou salvando os artefatos quando requisitados pelo maven?
Parte do log:
Aqui parece que ele baixou o maven-compiler-plugin-2.0.2.pom pois o código de retorno é 200, ok?
2010-04-27 13:14:13,764 [pool-1-thread-5] [INFO ] (o.a.r.HttpRepo :193) - repo1: Downloaded ‘http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.pom’ with return code: 200.
Porém acontece esse erro quando requisitado pelo maven…
2010-04-27 13:14:13,775 [pool-1-thread-5] [WARN ] (o.a.e.DownloadServiceImpl:198) - Sending HTTP error code 409: Failed to read POM for ‘org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.pom’: only whitespace content allowed before start tag and not \u1f (position: START_DOCUMENT seen \u1f… @1:1) …
Alguma idéia?
Estou utilizando o Debian Lenny e estou em uma rede interna.
Temos um proxy transparente então interi a seguinte entrada no artifactory.config.xml :
true
http
192.168.0.4
3128
Além de exporta-la
export HTTP_PROXY=http://192.168.0.4:3128
No cliente "pom.xml"
central
http://192.168.0.161:8081/artifactory/repo
false
snapshots
http://192.168.0.161:8081/artifactory/repo
false
central
http://192.168.0.161:8081/artifactory/plugins-releases
false
snapshots
http://192.168.0.161:8081/artifactory/plugins-snapshots
false
</pluginRepositories
Muito obrigado a todos.