Hi Lachlan,

What do you want to do exactly? It seems that you are trying to package a WebObjects application. Have you tried the maven-wolifecycle-plugin [1]?

[1]http://wiki.objectstyle.org/confluence/display/WOL/WOProject-Maven2

Cheers,

Henrique

Lachlan Deck wrote:
Hi there,

I'm still quite new to maven... so any demos appreciated :-)

I'm needing to create a directory-based assembly (ideally it would be tgz or zipped up afterwards) - but I'm not quite sure how to go about the following.

The project looks like this:
/pom.xml
frameworks/
    pom.xml
    moduleA
    etc
apps/
    app1
    etc
The apps need to be built as application bundles...e.g.,
<finalName>.someExtension/
    Dependencies/*.jar <!-- all but system/test scoped dependencies -->
    Resources/Java/<finalName>.jar
    etc

I also need to append to a textfile the list of dependencies prefixed by a custom path (one entry per line).

Any examples/ideas?
Thanks

with regards,
--

Lachlan Deck


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to