About Me

Ben is an IT Consultant and Architect specializing in web applications, online marketing and content management.
Me Elsewhere
Blogroll
Newsflash
Get a monthly or so update from me by email:Meta
Tag Archives: maven
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
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
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