OPS4J
  News from Sep 24, 2007
  2007/09/24

In the latest version of Pax-Construct I make heavy use of other maven plugins and often need to extend them with additional features or modify their behaviour. Because plexus relies on Javadoc tags to calculate the plugin metadata, you normally can't extend mojos without having the source available locally. So I developed the 'maven-inherit-plugin' which merges the local plugin metadata with metadata from any extended plugin mojos.

http://www.ops4j.org/projects/pax/construct/maven-inherit-plugin

Here's an snippet from Pax-Construct where I extend the eclipse plugin to add improved support for OSGi bundles:

/**
 * @extendsPlugin eclipse
 * @goal eclipse
 * @phase package
 */
public class EclipseOSGiMojo extends EclipsePlugin
{
    // etc...
}
Posted at 24 Sep @ 11:40 AM by Stuart McCulloch | 0 comments

First version (0.1.0) of Pax Web Extender has been released.

Highlights:

Pax Web Extender
Pax Web Extender is a set of utilities related to web development under OSGi.
Posted at 24 Sep @ 9:14 PM by Alin Dreghiciu | 0 comments

September 2007
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            

Sep 26, 2007
Sep 23, 2007