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

Fred Bricon (Issue Comment Edited) (JIRA) jira-events at lists.jboss.org
Tue Dec 6 04:51:42 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-10354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648297#comment-12648297 ] 

Fred Bricon edited comment on JBIDE-10354 at 12/6/11 4:50 AM:
--------------------------------------------------------------

Attached patch with the OpenShift Express  profile template. Should be applied on trunk and M5. 
André please review.

Patch needs to be applied to org.jboss.tools.openshift.express.ui
                
      was (Author: fbricon):
    Attached patch with the OpenShift Express  profile template. Should be applied on trunk and M5. 
André please review
                  
> 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: Andre Dietisheim
>            Priority: Critical
>             Fix For: 3.3.0.M5
>
>         Attachments: JBIDE-10354-openshift-profile.patch
>
>
> 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