All,

I changed a jms dependency on my Project parent pom to have version 1.1
instead of
1.0.2
I manually uploaded its jar file to Artifactory.

My question is: When I build my app using maven 2 it tries to download the
jms file from http://repo1.maven.org/maven2/javax/jms/jms/1.1/jms-1.1.jar
instead of my own repo?

I ran a mvn help-effective-settings -Pacp command and all my repo URLs are
correct..

I get this error:



D:\acpwork\cruise\checkout\branch\modules\common-trilogy>mvn install -Pacp
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO]
------------------------------------------------------------------------
[INFO] Building octanner common trilogy module
[INFO]    task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Storing buildNumber: 25845 at timestamp: 1231785672571
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://repo1.maven.org/maven2/javax/jms/jms/1.1/jms-1.1.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) javax.jms:jms:jar:1.1

 Try downloading the file manually from:
     http://java.sun.com/products/jms/docs.html

 Then, install it using the command:
     mvn install:install-file -DgroupId=javax.jms -DartifactId=jms
-Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

 Alternatively, if you host your own repository you can deploy the file
there:
     mvn deploy:deploy-file -DgroupId=javax.jms -DartifactId=jms
-Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

 Path to dependency:
       1) com.octanner:common-trilogy:jar:8.12
       2) com.octanner:i18n:jar:8.12
       3) com.octanner:domainmodel:jar:8.12
       4) com.octanner:common:jar:8.12
       5) javax.jms:jms:jar:1.1

----------
1 required artifact is missing.

for artifact:
 com.octanner:common-trilogy:jar:8.12

from the specified remote repositories:
 central (http://repo1.maven.org/maven2)


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Mon Jan 12 11:41:15 MST 2009
[INFO] Final Memory: 11M/21M
[INFO]
------------------------------------------------------------------------

D:\acpwork\cruise\checkout\branch\modules\common-trilogy>

Any help would be greatly appreciate it.

-- 
View this message in context: 
http://www.nabble.com/Unable-to-build-a-maven-project-ufter-updating-JMS-to-1.1-tp21503052p21503052.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to