Tag Archives: tools

Generating aggregate content-packages for CRX

Your typical CQ or CRX project is multi-module, right? You have the typical collection of modules = artifacts = bundles and content packages: content, samplecontent, uiapp, core, taglib – you name them. For cutting releases, it’s convenient to have just … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Building an XPI using Maven

For FireCurl, I wanted to use maven to do the packaging of the resulting XPI file. Following below suggestions, you’ll be able to use the following for your Mozilla Extension project: # to build a new XPI mvn package   … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Installing a jar file to your local maven repository (fast)

There’s mvn:install-file, yes. But it happens pretty often that the jar file you want to install already has a pom.xml in it that contains the information required on the command line and can be reused so that all you really … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Confluence 3.4: usability goodness

Atlassian just released Confluence 3.4. While there are no heavy duty enhancements in this release, there’s a couple of usability enhancements that were long overdue, especially Keyboard shortcuts. I always wanted to have at least the ‘/’ shortcut. User Macros … Continue reading

Posted in Uncategorized | Tagged | Leave a comment