at least the compile failed much more quickly, but I wish they would say something other than build at the end:
[INFO] WSO2 API Manager - Based on product backend Test Module FAILURE [ 11.253 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:11 min [INFO] Finished at: 2020-10-14T17:01:43-05:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (unpack-mar-jks) on project org.wso2.carbon.am.integration.backend.test: Unable to find/resolve artifact.: Could not find artifact org.wso2.am:wso2am:zip:3.2.0 in repo.jenkins-ci.org (https://repo.jenkins-ci.org/public/) -> [Help 1]
[INFO] WSO2 API Manager - Based on product backend Test Module FAILURE [ 02:22 h] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:58 h
Unknown lifecycle phase "build". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>.
ok, and then it turned itself off, again...I guess going through an entire test suite. I'm no maven guru, but I've run maven enough to feel this is super weird. I mean, I was complaining about this taking a long time an hour ago...
I wonder if I should have used build instead of package...
ok, and then it turned itself off, again...I guess going through an entire test suite. I'm no maven guru, but I've run maven enough to feel this is super weird. I mean, I was complaining about this taking a long time 54 minutes ago...
I should really get in the habit of running the time command with compiles because i am definitely in the wtf stage. I think Maven will print out a time though....eventually.