> -----Original Message----- > From: Veerasamy, Thirumalai (Cognizant) > [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 2:36 PM > To: Maven Users List > Subject: Dependency - If version is not specified, should it consider > '-' or not? > > > Hi, > > I specify a dependency like given below. > > <dependency> > <groupId>group</groupid> > <artifactId>artifact</artifactId> > </dependency> > > Though I didn't specify a version for that file it still expects as > group/group-artifact-.jar. Is this the expected behaviour?
Yes it is expected behaviour. > Shouldn't it > ignore '-' if version is not specified. > No! all artifacts in the repository must be versioned. Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
