RE: Missing SNAPSHOT jar

2008-05-03 Thread John Patterson
Frank Adcock wrote: > > What do you have as your version and artifactId and groupId fields? > This is from the pom of the dependancy: 4.0.0 com.mycompany util jar 1.0-SNAPSHOT util This is how I deployed it: mvn deploy:deploy-file -Dversion=1.0-SNAPS

RE: Missing SNAPSHOT jar

2008-05-01 Thread Frank Adcock
What do you have as your version and artifactId and groupId fields? -Original Message- From: John Patterson [mailto:[EMAIL PROTECTED] Sent: Friday, 2 May 2008 2:23 PM To: users@maven.apache.org Subject: Re: Missing SNAPSHOT jar John Patterson wrote: > > Hi, > > I am a

Re: Missing SNAPSHOT jar

2008-05-01 Thread John Patterson
John Patterson wrote: > > Hi, > > I am a bit confused about deploying snapshots to my internal repository. > When I use the deploy:deploy-file command I get a time-stamped jar > uploaded to the repository but no myproject-1.0-SNAPSHOT.jar. > > Then when I 'mvn install' a project that depend