SAP-archive / cloud-bulletinboard-ads

This is the bulletinboard-ads sample application code used in the openSAP course: Cloud-Native Development with SAP Business Technology Platform (formerly SAP Cloud Platform).
Apache License 2.0
76 stars 99 forks source link

Error pom.xml #2

Closed Elrut closed 6 years ago

Elrut commented 6 years ago

Hello, I had the following error, how to fix? Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.3:runtime Cause: invalid END header (bad central directory offset) https://pp.userapi.com/c846120/v846120720/dfee/V_JI0EuR8Rg.jpg

skrishnakumar commented 6 years ago

Hello,

Can you please share more details? which branch are you working with and what was the command that you ran? the screen shot that you have attached is not accessible

Vest commented 6 years ago

I don't have this issue, but I used mvn instead of Eclipse. Probably the solution is described here.

nenaraab commented 6 years ago

Please find here further information on how to run the application within Eclipse IDE or on command line (terminal): https://github.com/SAP/cloud-bulletinboard-ads/blob/Documentation/CreateMicroservice/Exercise_1_GettingStarted.md

and what to do, when you face issues with pom.xml: https://github.com/SAP/cloud-bulletinboard-ads/blob/Documentation/Knowledge/TroubleShooting.md#issues-with-pomxml-or-error-updating-maven-configurations

Good luck!