Vedran created NETBEANS-2952:
--------------------------------

             Summary: Created Payara Micro Application is generated with weird 
context root
                 Key: NETBEANS-2952
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2952
             Project: NetBeans
          Issue Type: Improvement
         Environment: Macosx, OpenJDK 11
            Reporter: Vedran


Using New Project -> Java With Maven -> Payara Micro Application a project is 
created with weird context root.

*+pom.xml+*

{{  <build>}}
{{        <plugins>}}
{{            <plugin>}}
{{                <groupId>fish.payara.maven.plugins</groupId>}}
{{                <artifactId>payara-micro-maven-plugin</artifactId>}}
{{                <version>1.0.5</version>}}
{{                <configuration>}}
{{                    <payaraVersion>${version.payara}</payaraVersion>}}
{{                    <deployWar>false</deployWar>}}
{{                    <commandLineOptions>}}
{{                        <option>}}
{{                            <key>--autoBindHttp</key>}}
{{                        </option>}}
{{                        <option>}}
{{                            <key>--deploy</key>}}
{{                            
<value>${project.build.directory}/${project.build.finalName}</value>}}
{{                        </option>}}
{{                    </commandLineOptions>}}
{{                    {color:#FF0000}*<contextRoot>""</contextRoot>*{color}}}
{{                </configuration>}}
{{            </plugin>}}
{{        </plugins>}}
{{    </build>}}

 

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to