Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when mvn package -DskipTests -Pdocker -Pdemo can't find saga-persistence-jpa:jar:0.0.3-SNAPSHOT #145

Closed
eumji025 opened this issue Mar 7, 2018 · 1 comment

Comments

@eumji025
Copy link
Contributor

eumji025 commented Mar 7, 2018

when I used mvn package -DskipTests -Pdocker -Pdemo build the project ,find bad build info like this

[WARNING] The POM for org.apache.servicecomb.saga:saga-persistence-jpa:jar:0.0.3-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ServiceComb Saga ................................... SUCCESS [  1.085 s]
[INFO] Saga::Docker Build Config .......................... SUCCESS [  0.091 s]
[INFO] Saga::Pack Common .................................. SUCCESS [  0.844 s]
[INFO] Saga::Omega ........................................ SUCCESS [  0.071 s]
[INFO] Saga::Omega::Context ............................... SUCCESS [  0.301 s]
[INFO] Saga::Omega::Transaction ........................... SUCCESS [  0.521 s]
[INFO] Saga::Omega::Spring TX ............................. FAILURE [  0.123 s]
[INFO] Saga::Omega::Transport ............................. SKIPPED
[INFO] Saga::Omega::Transport::Rest Template .............. SKIPPED
[INFO] omega-transport-servicecomb ........................ SKIPPED
[INFO] Saga::Pack Contracts ............................... SKIPPED
[INFO] Saga::Pack Contracts::Grpc ......................... SKIPPED
[INFO] Saga::Omega::Connector ............................. SKIPPED
[INFO] Saga::Omega::Connector::GRPC ....................... SKIPPED
[INFO] Saga::Omega::Format ................................ SKIPPED
[INFO] Saga::Omega::Spring Starter ........................ SKIPPED
[INFO] Saga::Alpha ........................................ SKIPPED
[INFO] Saga::Alpha::Core .................................. SKIPPED
[INFO] Saga::Alpha::Server ................................ SKIPPED
[INFO] Saga::Integration Tests ............................ SKIPPED
[INFO] Saga::Integration Tests::Pack Tests ................ SKIPPED
[INFO] Saga::Integration Tests::Coverage Aggregate ........ SKIPPED
[INFO] Saga::Demo ......................................... SKIPPED
[INFO] Saga::Demo::Booking ................................ SKIPPED
[INFO] Saga::Demo::Pack::Booking .......................... SKIPPED
[INFO] Saga::Demo::Pack::Car .............................. SKIPPED
[INFO] Saga::Demo::Pack::Hotel ............................ SKIPPED
[INFO] Saga:Acceptance Tests .............................. SKIPPED
[INFO] Saga:Acceptance Tests::Pack ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.916 s
[INFO] Finished at: 2018-03-07T13:10:59+08:00
[INFO] Final Memory: 37M/483M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project omega-spring-tx: Could not resolve dependencies for project org.apache.servicecomb.saga:omega-spring-tx:jar:0.0.3-SNAPSHOT: Failure to find org.apache.servicecom
b.saga:saga-persistence-jpa:jar:0.0.3-SNAPSHOT in http:/xxxxxxxxxxxxxxxxxxxxxxxx was cached in the local repository, resolution will not be reattempted until the update interval of nexus
-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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :omega-spring-tx

maybe it's not need anymore

@WillemJiang
Copy link
Member

The bug should fix, @eumji025 Could you verify it and reopen it if the issue still there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants