SAP / olingo-jpa-processor-v4

The JPA Processor fills the gap between Olingo V4 and the database, by providing a mapping between JPA metadata and OData metadata, generating queries and supporting the entity manipulations.
Apache License 2.0
122 stars 78 forks source link

artifact not found in maven repo #237

Open vijaykumaroutlook opened 11 months ago

vijaykumaroutlook commented 11 months ago

i am not able download or find the below artifact in the maven repo. as documented.

com.sap.olingo odata-jpa-processor 2.0.0
mbossX commented 11 months ago

clone repo and mvn install

vijaykumaroutlook commented 11 months ago

Thanks. yes. i did clone repo and mvn install for now. However, i think the artifacts will be uploaded to central repo.

ib-haseeb commented 1 month ago

Hi all,

im also experiencing this problem, why this is not uploaded in maven central?

we can do mvn build and works but only in local, it would be optimal if this can be uploaded on maven central

Thanks in advance