You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/28 17:04:06 UTC

[GitHub] chetanmeh opened a new issue #3823: Install wskadmin-next module in other OpenWhisk projects

chetanmeh opened a new issue #3823: Install wskadmin-next module in other OpenWhisk projects
URL: https://github.com/apache/incubator-openwhisk/issues/3823
 
 
   Recent addition of `wskadmin-next` via #3722 is leading to build failures in various other OpenWhisk repos which depend on test module result in following error
   
   ```
   Could not resolve all files for configuration ':tests:testCompileClasspath'.
   > Could not find org.apache.openwhisk:openwhisk-admin-tools:1.0.0-SNAPSHOT.
     Searched in the following locations:
         https://repo1.maven.org/maven2/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/maven-metadata.xml
         https://repo1.maven.org/maven2/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/openwhisk-admin-tools-1.0.0-SNAPSHOT.pom
         https://repo1.maven.org/maven2/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/openwhisk-admin-tools-1.0.0-SNAPSHOT.jar
         file:/home/travis/.m2/repository/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/maven-metadata.xml
         file:/home/travis/.m2/repository/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/openwhisk-admin-tools-1.0.0-SNAPSHOT.pom
         file:/home/travis/.m2/repository/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/openwhisk-admin-tools-1.0.0-SNAPSHOT.jar
     Required by:
         project :tests > org.apache.openwhisk:openwhisk-tests:1.0.0-SNAPSHOT
   ```
   
   All such repo build scrips would need to be fixed

----------------------------------------------------------------
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