I am currently trying to use the simpleJSP portlet in the
jasig-widgets-portlet in the uportal-portlet-overlay folder and instead of
using the deploy-ear to deploy the portlet I am using the
maven-uportal-plugin
<https://wiki.jasig.org/display/UPC/uPortal+Maven+Plugin> to deploy. The
plugin is successful in deploying the portlet but ignores the jsp file that
I created in the jasig-widget-portlets/src/main/webapp/WEB-INF/jsp.

             <plugin>
                <artifactId>maven-uportal-plugin</artifactId>
                <groupId>org.jasig.portal</groupId>
                <version>1.0.0-M4</version>
                <configuration>
                  <contextName>jasig-widget-portlets</contextName>
                  <artifactId>jasig-widget-portlets</artifactId>
                  <artifactGroupId>org.jasig.portlet</artifactGroupId>

<artifactVersion>${jasig-widget-portlets.version}</artifactVersion>
                  <extractWars>true</extractWars>
                </configuration>
             </plugin>


Is there a configuration setting I have to use to allow it to include the
files in the overlay?

Thank you for your help
Erik Culberson

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/uportal-dev

Reply via email to