Also, maybe this has changed with a plexus update but the module
should start with a lower case. so in this page:
http://people.apache.org/~epunzalan/maven-ear-plugin/modules.html
the example is wrong, it should be
<project>
[...]
<build>
[...]
<plugins>
[...]
<plugin>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<modules>
<ejbModule>
<!-- property configurations goes here -->
</ejbModule>
</modules>
</configuration>
</plugin>
[...]
</project>
On 7/31/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote:
Hi,
I've made some changes to the documentation of the EAR plugin and would
like to hear your inputs about it.
- made the plugin docck-compliant
- separated the usage examples into separate example pages
- added an faq page
- added some single project examples
A staging site is currently available at
http://people.apache.org/~epunzalan/maven-ear-plugin
Thank you for taking some time to review it.
^_^
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
.::You're welcome ::.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]