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

Failure to find com.atlassian.confluence:confluence-not-shippable:jar:5.3 in https://maven.atlassian.com/repository/public

J D
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.
October 16, 2014

I want to import the auto-wiki-gardener from bitbucket into my eclipse to see what i can improve on it.

Copied it in the atlas-confluence folder like from https://developer.atlassian.com/display/DOCS/Getting+Started, where my "amps-standalone" is.

First i tried to instandly run it with "atlas-run", as a result i get the folowing errors:

Executing: "C:\Users\brischlej\atlassian-plugin-sdk\apache-maven-3.2.1\bin\mvn.bat"
 com.atlassian.maven.plugins:maven-amps-dispatcher-plugin:5.0.4:run -gs 
C:\Users\brischlej\atlassian-plugin-sdk\apache-maven-3.2.1/conf/settings.xml
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a
 thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building auto-wiki-gardener 1.7
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-amps-dispatcher-plugin:5.0.4:run (default-cli) @ auto-wiki-gardener >>>
[WARNING] The POM for com.atlassian.confluence:confluence-not-shippable:jar:5.3 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.054 s
[INFO] Finished at: 2014-10-17T10:41:18+01:00
[INFO] Final Memory: 24M/323M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project auto-wiki-gardener: Could not resolve 
dependencies for project com.atlassian.confluence.plugins:auto-wiki-gardener:atlassian-
plugin:1.7: Failure to find com.atlassian.confluence:confluence-not-shippable:jar:5.3 
in https://maven.atlassian.com/repository/public was cached in the local repository, 
resolution will not be reattempted until the update interval of atlassian-public has
 elapsed or updates are forced -> [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

"atlas-mvn eclipse:eclipse" generates the same error

C:\Users\brischlej\at-confluence\atlassianlabs-auto-wiki-gardener-cabab7c55807>a
tlas-mvn eclipse:eclipse
Executing: "C:\Users\brischlej\atlassian-plugin-sdk\apache-maven-3.2.1\bin\mvn.b
at"  -gs C:\Users\brischlej\atlassian-plugin-sdk\apache-maven-3.2.1/conf/setting
s.xml eclipse:eclipse
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethrea
ded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building auto-wiki-gardener 1.7
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-eclipse-plugin:2.8:eclipse (default-cli) @ auto-wiki-gardener >
>>
[WARNING] The POM for com.atlassian.confluence:confluence-not-shippable:jar:5.3
is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.628 s
[INFO] Finished at: 2014-10-17T10:49:28+01:00
[INFO] Final Memory: 30M/318M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project auto-wiki-gardener: Could not resolve
dependencies for project com.atlassian.confluence.plugins:auto-wiki-gardener:atl
assian-plugin:1.7: Failure to find com.atlassian.confluence:confluence-not-shipp
able:jar:5.3 in https://maven.atlassian.com/repository/public was cached in the
local repository, resolution will not be reattempted until the update interval o
f atlassian-public has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
lutionException

 

 

Where do i get this com.atlassian.confluence:confluence-not-shippable:jar from? Or how can i get the plugin running?

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
J D
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.
October 16, 2014

not-shippable.jar doesnt exist anymore? 

The Workaround helped to let the error disappear.

<dependency>
    <groupId>com.atlassian.confluence</groupId>
    <artifactId>confluence-webdriver-support</artifactId>
    <version>${atlassian.product.version}</version>
    <scope>test</scope>
    <exclusions>
        <exclusion>
            <groupId>com.atlassian.confluence</groupId>
            <artifactId>confluence-not-shippable</artifactId>
        </exclusion>
    </exclusions>
</dependency>
TAGS
AUG Leaders

Atlassian Community Events