opentext-idol / find

End-user search interface for Haven OnDemand and Micro Focus IDOL
MIT License
25 stars 38 forks source link

mockui fails to build due to 404 (https://repo.maven.apache.org/maven2/com/hp/autonomy/frontend/selenium) #62

Open catmanjan opened 5 years ago

catmanjan commented 5 years ago
Downloading from central: https://repo.maven.apache.org/maven2/com/hp/autonomy/frontend/selenium/mockui-framework/4.1.0/mockui-framework-4.1.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for find 12.0.0:
[INFO]
[INFO] find ............................................... SUCCESS [  1.110 s]
[INFO] core ............................................... SUCCESS [ 32.720 s]
[INFO] idol ............................................... SUCCESS [ 44.470 s]
[INFO] hod ................................................ SUCCESS [01:37 min]
[INFO] on-prem-dist ....................................... SUCCESS [ 23.833 s]
[INFO] hsod-dist .......................................... SUCCESS [  0.985 s]
[INFO] selenium-tests ..................................... SUCCESS [  3.547 s]
[INFO] mockui ............................................. FAILURE [  3.375 s]
[INFO] integration-tests .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:28 min
[INFO] Finished at: 2018-11-09T00:34:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project mockui: Could not resolve dependencies for project com.hp.autonomy.frontend.find:mockui:jar:12.0.0: The following artifacts could not be resolved: com.hp.autonomy.frontend.selenium:mockui-helpers:jar:4.1.0, com.hp.autonomy.frontend.selenium:mockui-framework:jar:4.1.0: Could not find artifact com.hp.autonomy.frontend.selenium:mockui-helpers:jar:4.1.0 in central (https://repo.maven.apache.org/maven2) -> [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 :mockui
catmanjan commented 5 years ago

I notice that https://repo.maven.apache.org/maven2/com/hp/autonomy/frontend/ is loading but has no selenium folder

catmanjan commented 5 years ago

Here's a workaround for now: mvn install -pl core,idol,hod,on-prem-dist,hsod-dist -DskipTests