[jbosstools-issues] [JBoss JIRA] (JBIDE-10354) add openshift profile template to pom.xml editor

Isaac Rooskov (JIRA) jira-events at lists.jboss.org
Thu Feb 9 20:50:48 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-10354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Isaac Rooskov updated JBIDE-10354:
----------------------------------

    Release Notes Docs Status: Documented as Resolved Issue
                       Writer: irooskov
           Release Notes Text: A new OpenShift profile is available for use in the creation of a WAR archive. The template provides a structure compatible with OpenShift Express for the user, and can be inserted into the pom.xml file using Ctrl+Space. 

    
> add openshift profile template to pom.xml editor
> ------------------------------------------------
>
>                 Key: JBIDE-10354
>                 URL: https://issues.jboss.org/browse/JBIDE-10354
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: maven, openshift
>            Reporter: Max Rydahl Andersen
>            Assignee: Fred Bricon
>            Priority: Critical
>              Labels: new_and_noteworthy
>             Fix For: 3.3.0.M5
>
>         Attachments: JBIDE-10354-openshift-profile.patch, openshift-profile.png
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> we should have a "openshift war profile" template that contains something like this from the default openshift app:
>  <profile>
>          <!-- When built in OpenShift the 'openshift' profile will be used when invoking mvn. -->
>          <!-- Use this profile for any OpenShift specific customization your app will need. -->
>          <!-- By default that is to put the resulting archive into the 'deployments' folder. -->
>          <!-- http://maven.apache.org/guides/mini/guide-building-for-different-environments.html -->
>          <id>openshift</id>
>          <build>
>             <plugins>
>                <plugin>
>                   <artifactId>maven-war-plugin</artifactId>
>                   <version>2.1.1</version>
>                   <configuration>
>                      <outputDirectory>deployments</outputDirectory>
>                      <warName>ROOT</warName>
>                   </configuration>
>                </plugin>
>             </plugins>
>          </build>
>       </profile>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list