I am trying to compile a maven project, but I systematically get the following error message:
[ERROR]Failed to execute goal on project ...: Could not resolve
Another solution if you don't want to modify your settings:
Download jms-1.1.jar from JBoss repository then:
mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=jms-1.1.jar