Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

artifacts missing while compiling the 'confluence-project'

UdayK
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2013

We are trying to compile and package the confluence. So when we tried using atlas-compile we got errors related to missing of artifacts.

Below are missing artifacts. Unable to get the jar file called 'oracle-jdbc15-11.2.0.1.0.jar'

where to get the jar file. Below is the error console which we got.

Missing:
 
----------
 
1) com.oracle:oracle-jdbc15:jar:11.2.0.1.0
 

Try downloading the file manually from the project website.
 

Then, install it using the command: 

mvn install:install-file -DgroupId=com.oracle -DartifactId=oracle-jdbc15 -Dversion=11.2.0.1.0 -Dpackaging=jar -Dfile=/path/to/file
 

Alternatively, if you host your own repository you can deploy the file there: 

mvn deploy:deploy-file -DgroupId=com.oracle -DartifactId=oracle-jdbc15 -Dversion=11.2.0.1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
 

Path to dependency: 

1) com.atlassian.confluence.test:confluence-multi-test:jar:4.3.2
 
2) com.oracle:oracle-jdbc15:jar:11.2.0.1.0

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Alexej Geldt
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2013

propably messed up dependencies in POM.

let us see POM.XML

TAGS
AUG Leaders

Atlassian Community Events