Hi,
Is the following snippet a valid dependency?
<dependency>
<groupId>sailing-schedules</groupId>
<jar>SailingSchedulesUtils</jar>
</dependency>
For this dependency, I will not be providing an artifact version.
So I wish to define the jar file name that resides in
$MAVEN_REP/sailing-schedules/jars/ named SailingSchedulesUtils.jar
as apose to something like this:
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
</dependency>
Regards,
--Alen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]