Vadim Gritsenko wrote:


Hm. Should samples be extracted on block(s) on their own? There is already one - petstore...


Vadim

How is petstore separated? Petstore currently has:

petstore/conf
petstore/java
petstore/samples
petstore/WEB-INF

The problem is that with maven I really need

petstore/
petstore/project.xml
petstore/block
petstore/block/project.xml
petstore/block/java
petstore/block/
petstore/samples
petstore/samples/project.xml
petstore/samples/conf
petstore/samples/WEB-INF

In block the target is jar:install - this would create the jar for the block.
In samples I could see the target as block:install - I guess this would invoke the block deployer?


I'm not actually sure if conf and WEB-INF belong in samples - they seem to contain a mixture of stuff that any deployment would need as well as stuff specific to samples.

Ralph




Reply via email to