Hi together,
I hope to be in the right place here.
In my understanding the gradle target generatePomFileForMavenJavaPublication should produce pom.xml files (or differently named maven control files), which it doesn't right now. What am I missing?
<code>
git clone https://github.com/hibernate/hibernate-orm.git
gradle build
gradle generatePomFileForMavenJavaPublication
</code>
should create a pom.xml in the root or in hibernate-core at least.
Best regards,
Karl-P. Richter
Comments