2007/3/27, Greg Reddin <[EMAIL PROTECTED]>:
On 3/27/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
>
> Sorry I used the wrong terms, I meant "assemblies the packages together".
> The assembly module depends on tiles-core, tiles-api and tiles-jsp,
> takes it altogether and builds the source and binary distributions.
I wanted to try it and see how it works. I went into the framework
directory and did "mvn clean install". It says it built the assembly
module, but all it did is place a pom.xml file in my repo. How do I
actually build the assembly?
Type:
mvn site
And then go inside the "assembly" directory and type:
mvn assembly:assembly
Anyway I committed a "how to build" page, so in the next site
publishing it will appear.
HTH
Antonio