You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/03/07 05:27:50 UTC

[GitHub] eumji025 opened a new issue #145: when mvn package -DskipTests -Pdocker -Pdemo can't find saga-persistence-jpa:jar:0.0.3-SNAPSHOT

eumji025 opened a new issue #145: when mvn package -DskipTests -Pdocker -Pdemo can't find saga-persistence-jpa:jar:0.0.3-SNAPSHOT 
URL: https://github.com/apache/incubator-servicecomb-saga/issues/145
 
 
   the build info like this
   ```shell
   [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 the not need anymore

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services