Hi guys, I want to install a jar(db4o for java5) to local repository, and pom and checkSum files would be generated. I followed the instruction http://maven.apache.org/plugins/maven-install-plugin/examples/installing-checksums.html and used the following command install:install-file -DgroupId=com.db4o -DartifactId=db4o-java5 -Dversion=6.0 -Dpackaging=jar -Dfile=db4o-6.0-java5.jar -DgeneratePom=true -DcreateChecksum=true But unfortunately, I didin't get any checkSum file(sha1 or md5).
What's wrong with the matter? Thanks in advance. a cup of Java, cheers! Sha Jiang -- View this message in context: http://www.nabble.com/-M2-Why-don%27t-create-checkSum--tf2893952s177.html#a8085453 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
