On Thu, May 29, 2008 at 8:59 AM, Jeff Sexton <[EMAIL PROTECTED]> wrote:
> > > I ran the mvn commands given by the first failure to "install" the latest > jars (version 3.0.4). Something like this: > > mvn install:install-file -DgroupId=jivesoftware -DartifactId=smack > -Dversion=3.0.4 [etc...] > > It seemed to succeed at that. Those are the jars I need as there are > pretty significant differences. I don't know what else I need to do? > It did create copies of the files, with the version numbers, in~/.m2 [EMAIL PROTECTED] src]$ find ~/.m2 -name smack\* -print /home/jsexton/.m2/repository/jivesoftware/smackx /home/jsexton/.m2/repository/jivesoftware/smackx/2.2.1/smackx-2.2.1.pom.sha1 /home/jsexton/.m2/repository/jivesoftware/smackx/2.2.1/smackx-2.2.1.jar /home/jsexton/.m2/repository/jivesoftware/smackx/2.2.1/smackx-2.2.1.jar.sha1 /home/jsexton/.m2/repository/jivesoftware/smackx/2.2.1/smackx-2.2.1.pom /home/jsexton/.m2/repository/jivesoftware/smackx/3.0.4/smackx-3.0.4.jar /home/jsexton/.m2/repository/jivesoftware/smack /home/jsexton/.m2/repository/jivesoftware/smack/2.2.1/smack-2.2.1.jar.sha1 /home/jsexton/.m2/repository/jivesoftware/smack/2.2.1/smack-2.2.1.jar /home/jsexton/.m2/repository/jivesoftware/smack/2.2.1/smack-2.2.1.pom.sha1 /home/jsexton/.m2/repository/jivesoftware/smack/2.2.1/smack-2.2.1.pom /home/jsexton/.m2/repository/jivesoftware/smack/3.0.4/smack-3.0.4.jar
