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
Our extensions are normal XAR Files. Do we have to enhance the XAR Files with additional information?
Nop, nothing is needed. The importer will only look at the pom.xml in your case.
Richard
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne