Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

dependencies issues while compiling Confluence source

morxander
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 1, 2017

I am trying to compile Confluence on a CentOS 7 Server, I installed OpenJDK8 and the "mailer" and "ojdbc6" dependencies. and here is how I installed the dependencies :

./mvn325.sh install:install-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.x.x -Dpackaging=jar -Dfile=../javamail/mail.jar -s "settings.xml" -Dmaven.repo.local="`pwd`/localrepo"
./mvn325.sh install:install-file -DgroupId=com.oracle -DartifactId=oracle-jdbc15 -Dversion=11.2.0.1.0 -Dpackaging=jar -Dfile=../ojdbc6.jar -s "settings.xml" -Dmaven.repo.local="`pwd`/localrepo"

 

And after executing build.sh script it takes a lot of time downloading and compiling to end with this error :

 

[ERROR] Failed to execute goal on project confluence-multi-test: Could not resolve dependencies for project com.atlassian.confluence.test:confluence-multi-test:jar:6.0.4-SNAPSHOT: The following artifacts could not be resolved: com.oracle:oracle-jdbc7:jar:12.1.0.2, com.microsoft.sqlserver:sqljdbc:jar:6.0.7507: Could not find artifact com.oracle:oracle-jdbc7:jar:12.1.0.2 in atlassian-proxy (https://m2proxy.atlassian.com/repository/public) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :confluence-multi-test

 

What to do?

1 answer

0 votes
gregjm February 14, 2017

I'm having the same issue.

I see this:

Could not resolve dependencies for project com.atlassian.confluence.test:confluence-multi-test:jar:6.0.6-SNAPSHOT:

The following artifacts could not be resolved:

com.oracle:oracle-jdbc7:jar:12.1.0.2, com.microsoft.sqlserver:sqljdbc:jar:6.0.7507:

Could not find artifact

com.oracle:oracle-jdbc7:jar:12.1.0.2

How is this resolved?

Thanks.

 

Yurii Bilash September 9, 2018

@gregjm you could try to install these dependencies manually to your maven local repository(because these artifacts are not available in "known" repositories) and than rerun your build script.

How to install artifacts to maven local repository you can find here: https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html

Hope, you are still interested in this issue :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events