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

Max Rydahl Andersen (Created) (JIRA) jira-events at lists.jboss.org
Tue Dec 6 04:21:40 EST 2011


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


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