You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Graham Leggett <mi...@sharp.fm> on 2006/12/08 17:53:21 UTC

maven-ear-plugin: is har supported or not?

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
--

Re: maven-ear-plugin: is har supported or not?

Posted by Graham Leggett <mi...@sharp.fm>.
Stephane Nicoll wrote:

>> Are there any showstoppers preventing its release?
> 
> No. I just need to cast a vote and we'll release it.

Here is a non binding +1 for release: +1 :)

>> I was very confusing to see the docs for the new plugin released and
>> live before the plugin itself.
> 
> Yes, the sites have been deployed recently and we're discussing about
> this kind of issues. I think that adding a note somewhere saying that
> it's about a X.Y-SNAPSHOT version is a start.

The existence of the snapshot stuff is useful, but there needs to be a 
clear set of docs for the snapshots, and a clear set for the latest 
releases, and it needs to be clear which one you are looking at.

Regards,
Graham
--

Re: maven-ear-plugin: is har supported or not?

Posted by Stephane Nicoll <st...@gmail.com>.
On 12/8/06, Graham Leggett <mi...@sharp.fm> wrote:
> Stephane Nicoll wrote:
>
> > No, it's implemented as from 2.3 which is not yet released. You can
> > retrieve it on the snapshot repository [1] or you can build the plugin
> > from source yourself.
>
> Are there any showstoppers preventing its release?

No. I just need to cast a vote and we'll release it.

>
> I was very confusing to see the docs for the new plugin released and
> live before the plugin itself.

Yes, the sites have been deployed recently and we're discussing about
this kind of issues. I think that adding a note somewhere saying that
it's about a X.Y-SNAPSHOT version is a start.

Cheers,
Stéphane


>
> Regards,
> Graham
> --
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: maven-ear-plugin: is har supported or not?

Posted by Graham Leggett <mi...@sharp.fm>.
Stephane Nicoll wrote:

> No, it's implemented as from 2.3 which is not yet released. You can
> retrieve it on the snapshot repository [1] or you can build the plugin
> from source yourself.

Are there any showstoppers preventing its release?

I was very confusing to see the docs for the new plugin released and 
live before the plugin itself.

Regards,
Graham
--

Re: maven-ear-plugin: is har supported or not?

Posted by Stephane Nicoll <st...@gmail.com>.
Hi,

On 12/8/06, Graham Leggett <mi...@sharp.fm> wrote:
> 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.
>
> Has the version of the maven-ear-plugin described by the docs been
> released yet?

No, it's implemented as from 2.3 which is not yet released. You can
retrieve it on the snapshot repository [1] or you can build the plugin
from source yourself.

HTH,

Stéphane

[1] http://people.apache.org/repo/m2-snapshot-repository/
>
> Regards,
> Graham
> --
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org