Frank Adcock wrote:
> 
> What do you have as your version and artifactId and groupId fields?
> 

This is from the pom of the dependancy:

<modelVersion>4.0.0</modelVersion>
        <groupId>com.mycompany</groupId>
        <artifactId>util</artifactId>
        <packaging>jar</packaging>
        <version>1.0-SNAPSHOT</version>
        <name>util</name>

This is how I deployed it:

mvn deploy:deploy-file -Dversion=1.0-SNAPSHOT
-Dfile=Development/util/target/util-1.0-SNAPSHOT.jar -DgroupId=com.mycompany
-DartifactId=util -Durl=scp://myserver.co.uk/var/local/mvn/

-- 
View this message in context: 
http://www.nabble.com/Missing-SNAPSHOT-jar-tp16996685s177p17036201.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to