Carsten Ziegeler wrote:
> Hi,
>
> I've cleaned up current trunk in order to make the release (hopefully)
> easier. But unfortunately I ran into problems (see below).
>
> The idea is to release the separate modules as maven artifacts (in
> binary form with attached source, javadocs artifacts), a big source
> release of the whole pluto trunk and for convenience a binary version of
> Pluto containing Tomcat.
>
> While the first two seem to work now (I also ran the RAT profile), the
> last one is giving me some problems as I don't understand at all how
> this is supposed to work :)
> There is the ant file doing all the magic, the ant file itself starts
> maven to build the whole project. It also uses the maven pluto plugin to
> install the war files (portal and testsuite) but for some reason the
> testsuite war file doesn't get rewritten. Unfortunately does neither the
> util code nor the plugin itself have any log output. I think as soon as
> we have fixed this rewriting, we are ready for release.
>
> Does anyone have a good clue? (I'll need to do a break for some hours,
> if not I guess I have to debug the maven plugin).
Hi Carsten,
No, I don't have a good clue yet.
But I can try to look at it too.
Can you post the exact command(s) you're running so I can replay myself?
Regards,
Ate
>
> Regards
> Carsten