jakartaee / transactions

Welcome to the Jakarta EE Transactions API Project (formerly JTA)
https://jakartaee.github.io/transactions/
Other
28 stars 29 forks source link

Maven central has an unexpanded property name #169

Open tomjenkinson opened 3 years ago

tomjenkinson commented 3 years ago

Please look at: https://search.maven.org/artifact/jakarta.transaction/jakarta.transaction-api

At the time of writing you would see: ${extension.name} API

pzygielo commented 3 years ago

But maven during build is able to resolve that property. So perhaps it shall rather be raised to https://github.com/sonatype-nexus-community/search-maven-org/ for search to do the same.

tomjenkinson commented 3 years ago

That might be an option. It's not ideal but if someone wanted this to be a blocker we could maybe set it to be "jakarta.transactions API" (keeping " API" as it is the API project) https://github.com/eclipse-ee4j/jta-api/blob/master/api/pom.xml#L39 as I don't suppose we would change it frequently.

markus183 commented 3 years ago

Why not use Jakarta Transactions API in pom.xml?

Example of other project: https://search.maven.org/artifact/jakarta.batch/jakarta.batch-api

tomjenkinson commented 3 years ago

I am not really sure, but I don't have any objection to that name either except hopefully people wouldn''t assume it was the "Jakarta Transactions API" project (as opposed to the "Jakarta Transactions" API) (compared to JTA)