yes, now assembly work OK... (included junits, 0 errors) :-)
----- Original Message -----
From: "Stefano Bagnara" <[EMAIL PROTECTED]>
To: "James Developers List" <server-dev@james.apache.org>
Sent: Sunday, October 01, 2006 4:36 PM
Subject: Re: [jira] Commented: (JSPF-33) Use commons cli for commandline
parsing
Let me add an explanation: maven2 would automatically download junit but
we added a custom configuration to prevent maven from downloading
dependencies from untrusted repositories and junit is currently not
available in the repositories we marked as trusted (ASF ones).
The fourth solution would be to add ibiblio as the last repository in the
pom.xml:
-----
<repository>
<id>ibiblio</id>
<name>Main maven repo</name>
<url>http://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
-----
This will automatically download junit when needed.
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]