You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
In order to export to Maven Central it's useful to be able to generate a Maven repo from a list of already compiled Ceylon modules. Including to publish the distrib.
This requires that we add the missing pom.xml to the distrib jars. We should generate them from the module.xml included, except those don't contain the groupId/artifactId coordinates for the modules which do come from Maven, such as aether.
The text was updated successfully, but these errors were encountered:
In order to export to Maven Central it's useful to be able to generate a Maven repo from a list of already compiled Ceylon modules. Including to publish the distrib.
This requires that we add the missing
pom.xml
to the distrib jars. We should generate them from themodule.xml
included, except those don't contain thegroupId
/artifactId
coordinates for the modules which do come from Maven, such as aether.The text was updated successfully, but these errors were encountered: