You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "David DeWolf (JIRA)" <ji...@apache.org> on 2006/12/06 01:48:28 UTC

[jira] Resolved: (PLUTO-268) Ability to configure portlet dispatch servlet in maven-pluto-plugin

     [ http://issues.apache.org/jira/browse/PLUTO-268?page=all ]

David DeWolf resolved PLUTO-268.
--------------------------------

    Fix Version/s: 1.1.0
       Resolution: Fixed

Great patch! Thanks. Committed in 482851

> Ability to configure portlet dispatch servlet in maven-pluto-plugin
> -------------------------------------------------------------------
>
>                 Key: PLUTO-268
>                 URL: http://issues.apache.org/jira/browse/PLUTO-268
>             Project: Pluto
>          Issue Type: New Feature
>          Components: maven pluto plugin
>    Affects Versions: 1.1.0-beta2
>            Reporter: David Hay
>         Assigned To: David DeWolf
>             Fix For: 1.1.0
>
>         Attachments: pluto-1.1.0-assembler.patch
>
>
> I'm looking to extend the pluto library (and the portlet specification) to include some additional functionality required for our application.  As part of this, I'll need to subclass the PortletServlet.  I'd like to see the ability to specify the name of the class used by the maven-pluto-plugin when generating the modified web.xml file.  For example:
>             <plugin>
>                 <groupId>org.apache.pluto</groupId>
>                 <artifactId>maven-pluto-plugin</artifactId>
>                 <version>${pluto.version}</version>
>                 <executions>
>                     <execution>
>                         <phase>generate-resources</phase>
>                         <goals>
>                             <goal>assemble</goal>
>                         </goals>
>                     </execution>
>                 </executions>
>                 <configuration>
>                     <dispatchServletClass>org.apache.pluto.core.PortletServletDerived</dispatchServletClass>
>                 </configuration>
>             </plugin>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira