On Fri, Oct 12, 2012 at 10:51 AM, Richard Hierlmeier <[email protected]> wrote:
Hi Thomas,
thank you for your fast reply.
Am 12.10.2012 09:26, schrieb Thomas Mortagne:
On Fri, Oct 12, 2012 at 8:39 AM, Richard Hierlmeier <[email protected]> wrote:
Hi,
I like to use the Extension Repository Application in XWiki 4.2 to host our homemade XWiki extensions.
For this purpose I configured our Apache archiva instance in xwiki.properties as extension repository:
extension.repositories=ourmaven:maven:http://ourmaven:8081/archiva/repository/main
I am struggling now with importing the extensions in the http://localhost:8080/xwiki/bin/view/ExtensionCode/ImportExtension page.
What is the syntax of an extension id for maven artifacts?
<groupid>:<artifactId> as in org.xwiki.platform:xwiki-platform-oldcore
OK, it works! I imported our XARs into the repository. However they are not installable with the Extension Manager.
What are the prequisites for an extension to become installable with the Extension Manager?
Actually the importer generally do everything needed for it to be installable so not sure what's wrong in your case. Do you have any error in the log ? The required minimum is: * proper id * a valid download associated to each version
Thank you in advance
Richard
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne