-
Notifications
You must be signed in to change notification settings - Fork 12
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
build failure #15
Comments
I hit the same error running mvn clean package -DskipTests [INFO] Scanning for projects... |
@ezYakaEagle442 windup -> windup-rulesets -> windup-distribution -> windup-web -> windup-openshift I can suggest you to do:
|
Windup OpenShift - Parent .......................... SUCCESS [ 19.282 s]
[INFO] windup-web-openshift ............................... FAILURE [ 13.835 s]
[INFO] windup-web-openshift-messaging-executor ............ SKIPPED
[INFO] windup-cli-openshift ............................... SKIPPED
[INFO] windup-web-openshift-templates ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.732 s
[INFO] Finished at: 2019-10-12T17:35:55+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:copy (copy-dependencies) on project windup-web-openshift: Unable to find artifact.: Could not find artifact org.jboss.windup.web:windup-web-services:war:4.3.0-SNAPSHOT
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.jboss.windup.web -DartifactId=windup-web-services -Dversion=4.3.0-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository yo
The text was updated successfully, but these errors were encountered: