1. Under Windows 2000 where does Maven look the repository?
2. If I have a jar called myjar-1.0.jar, can I create a dependancy called
<dependency>
<groupId>myjar</groupId>
<artifactId>myjar</artifactId>
<version>1.0</version>
</dependency>
and create a directory called repository/myjar/jars and store the jar file
under that?
Thanks in advance,
Raj Auradkar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]