The trinidad-maven "maven-jdev-plugin" hard-codes the context root of the jpr, 
should be a customizable property
----------------------------------------------------------------------------------------------------------------

                 Key: TRINIDAD-2075
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2075
             Project: MyFaces Trinidad
          Issue Type: Wish
            Reporter: Matt Cooper


The 
https://svn.apache.org/repos/asf/myfaces/trinidad-maven/trunk/maven-jdev-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/jdeveloper/JDeveloperMojo.java
 file hard-codes the web application context root to be the name of the project 
plus "-context-root":

    // update the webapp context root
    webappContextDOM.setAttribute("v", projectName + "-context-root");

This results in very long URLs and worse is not customizable; you can't just 
specify that you want "demo" as your context root name.

It would be nice if this could be customized by specifying a property in the 
pom.xml file of your project.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to