you mentioned using maven-assembly-plugin, to be used as a war overlay.
what do you think of maven-dependency-plugin [1] in this situation ?
given we have
app
client
shared
server
webapp
* what I'm thinking is:
we gwt:compile the client, and copy the generated files into webapp ,
and then using maven-war-plugin in webapp to create a war.
I would like to know what is the benefit of maven-assembly-plugin over
maven-dependency plugin,
and is my proposed solution * a hack? and not the correct way to build ?
Thank You
[1]
http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.