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


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

        

Reply via email to