Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-4404

Add a maven plugin which can start, stop teiid serrver

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Won't Do
    • Icon: Major Major
    • 9.1
    • None
    • Embedded
    • None

      The wildfly maven plugin can start, stop wildfly server

      <plugin>
              <groupId>org.wildfly.plugins</groupId>
              <artifactId>wildfly-maven-plugin</artifactId>
              <version>${version.org.wildfly.plugins.maven}</version>
              <executions>
                <execution>
                  <id>start</id>
                  <goals>
                    <goal>start</goal>
                  </goals>
                  <phase>validate</phase>
                  <configuration>
                    <version>${version.wildfly}</version>
                    <server-config>standalone-full-ha.xml</server-config>
                  </configuration>
                </execution>
                <execution>
                  <id>stop</id>
                  <goals>
                    <goal>shutdown</goal>
                  </goals>
                  <phase>package</phase>
                </execution>
              </executions>
            </plugin>
      

      This Issue will add a teiid maven plugin, which can start, stop teiid server, in develop swarm teiid, generate config api [1] depend on runtime teiid server, add this will made swarm develop more automatic.

      [1] https://github.com/teiid/wildfly-swarm-teiid/tree/master/config-api

            kylinsoong.1214@gmail.com Kylin Soong (Inactive)
            kylinsoong.1214@gmail.com Kylin Soong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: