xwikisas / application-filemanager

XWiki application to manage a hierarchy of folders and files
GNU Lesser General Public License v2.1
0 stars 4 forks source link

Update root pom artifact id from "application-filemanager-pom" to "application-filemanager" #63

Closed slauriere closed 1 year ago

slauriere commented 1 year ago

By default the Maven release plugin uses the root parent name as tag, hence using "application-filemanager" as artifact id will make the release process simpler and will avoid ending up with release tags such as application-fliemanager-pom-2.5.5. As mentioned by @mflorea, the update is safe because com.xwiki.filemanager:application-filemanager was never used. It's not the case for the contrib version however: where the UI module has:

<xwiki.extension.features>
  tdelafosse:file-manager-application,
  org.xwiki.contrib:application-filemanager
</xwiki.extension.features>