maven-woproject-plugin
Version 40.1 by Ulrich Köster on 2006/11/07 03:24
Description
"maven-woproject-plugin" is a plug-in for development of WebObjects applications and frameworks in the context of Maven.
Lifecyle
Lifecyle for for WebObjects projects.
For the moment, this project is based on the existing ant stuff.
Example WOFramework
This goal does need previous configuration.
From the pom.xml
<?xml version="1.0"?>
<project>
...
<packaging>woapplication</packaging>
...
<build>
...
<plugins>
<plugin>
<groupId>org.objectstyle.woproject.maven2</groupId>
<artifactId>maven-woproject-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
<extensions>true</extensions>
</plugin>
</plugins>
...
</build>
...
</project>
{code}
h3. Example WOApplication
This goal does need previous configuration.
From the pom.xm
{{/code xml}}