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

Fred Bricon (Updated) (JIRA) jira-events at lists.jboss.org
Tue Dec 6 04:49:41 EST 2011


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

Fred Bricon updated JBIDE-10354:
--------------------------------

    Attachment: JBIDE-10354-openshift-profile.patch


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
>            Reporter: Max Rydahl Andersen
>            Assignee: Fred Bricon
>            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