Hello, I tried to upgrade from *maven 3.0-alpha-6* to *maven 3.0* within *maven shell*. I copied all the jar files from *apache-maven-3.0\lib* to *mvnsh-0.10\lib* And I removed all **alpha*.jar*
When I execute a maven command in the maven shell, I get the following exception: *java.lang.IllegalAccessError: class org.sonatype.maven.shell.maven.internal.ConsoleMavenTransferListener cannot access its superclass org.apache.maven.cli.AbstractMavenTransferListener* I checked that these classes are in the jar files. Did anyone meet the same problem and solve it? Thanks. Stan.