Antonio,
On Tue, Jul 28, 2009 at 9:54 AM, Antonio
Petrelli<[email protected]> wrote:
> This could be a Maven archetype, or a piece of documentation. Good idea :-)
Yes, this could be a Maven archetype, but you _can_ publish poms in
the Maven repository! So, the users could be doing sth like (almost
like today):
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-servlet</artifactId>
<version>2.1.3</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-portlet</artifactId>
<version>2.1.3</version>
<type>pom</type>
</dependency>
etc.
So, for the end users almost nothing would change! Hope this makes sense.
Cheers,
Pawel