blob: 1666735045b3a268ae6bc1470d859961196e7c05 [file] [log] [blame]
<!--
!!!
NOTE: If you change this file, you MUST bump the version up from 1.0. That is the version of the POM, and was
used for releases of plexus-compiler and plexus-archiver in the past.
!!!
-->
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>plexus-root</artifactId>
<groupId>plexus</groupId>
<version>1.0</version>
</parent>
<groupId>plexus</groupId>
<artifactId>plexus-components</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<name>Plexus Components Parent Project</name>
<!--
TODO: should this be pushed down to all the dependencies?
- a more stable API JAR may be useful, for the interfaces and classes such as AbstractLogEnabled
-->
<dependencies>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-2</version>
</dependency>
</dependencies>
<modules>
<module>plexus-action</module>
<module>plexus-archiver</module>
<module>plexus-command</module>
<module>plexus-formica-web</module>
<module>plexus-formica</module>
<module>plexus-hibernate</module>
<module>plexus-jdo</module>
<module>plexus-jetty</module>
<module>plexus-mail-sender</module>
<module>plexus-summit</module>
<module>plexus-velocity</module>
<module>plexus-xmlrpc</module>
</modules>
</project>