Hello,
I'm using maven-proxy to store restricted artifacts (com.*, javax.*)
I'm trying to add dependencies on them, but download fails whatever I do
For example I've added
<dependency>
<groupId>javax.resource</groupId>
<artifactId>connector</artifactId>
<version>1.0</version>
</dependency>
I've also added :
<repository>
<id>restricted</id>
<url>http://sai1rennes:8099/repository</url> // My private repo
with maven-proxy
</repository>
My private repo contains both
"javax/resource/connector/1.0/connector-1.0.jar" and
"javax.resources/jars/connector-1.0.jar" (it is used from maven1)
When I run "mvn package" the pom is downloaded (from ibiblio) and the
jar is not found.
My maven-poxy log has no trace from any try to get this jar from private
repo.
What did I miss ?
Nico.
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is intended only for the person to whom
it is addressed. If you are not the intended recipient, you are not authorized
to read, print, retain, copy, disseminate, distribute, or use this message or
any part thereof. If you receive this message in error, please notify the
sender immediately and delete all copies of this message.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]