You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Vedran (JIRA)" <ji...@apache.org> on 2019/08/04 11:53:00 UTC

[jira] [Created] (NETBEANS-2952) Created Payara Micro Application is generated with weird context root

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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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