Hi all,

According to the docs at http://maven.apache.org/plugins/maven-ear-plugin/modules.html#harModule, it is now at long last possible to build ear files containing har files with maven.

Unfortunately, any attempt at adding the config in the docs results in this exception:

org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: org.apache.maven.plugins:maven-ear-plugin. Reason: Unable to parse the created DOM for plugin configuration

The modules are defined like this:

          <modules>
            <ejbModule>
              <groupId>alchemy</groupId>
              <artifactId>alchemy-trader</artifactId>
            </ejbModule>
            <harModule>
              <groupId>alchemy</groupId>
              <artifactId>alchemy-trader</artifactId>
            </harModule>
          </modules>


Is there something I need to do to my maven v2.0.4 install before it will automatically upgrade to the new maven-ear-plugin, assuming I am running an older one?

Has the version of the maven-ear-plugin described by the docs been released yet?

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to