All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.lifecycle.xml Maven / Gradle / Ivy

There is a newer version: 3.3.4
Show newest version
<lifecycles>

  <!-- Default lifecycle -->
  <lifecycle>
    <id>xar</id>
    <phases>
      <phase>
        <id>initialize</id>
        <executions>
          <execution>
            <goals>
              <goal>initialize</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>process-resources</id>
        <executions>
          <execution>
            <goals>
              <goal>process-resources</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>process-test-resources</id>
        <executions>
          <execution>
            <goals>
              <goal>process-test-resources</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>compile</id>
        <executions>
          <execution>
            <goals>
              <goal>compile</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>test-compile</id>
        <executions>
          <execution>
            <goals>
              <goal>test-compile</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>test</id>
        <executions>
          <execution>
            <goals>
              <goal>test</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>package</id>
        <executions>
          <execution>
            <goals>
              <goal>package</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>test-package</id>
        <executions>
          <execution>
            <goals>
              <goal>test-package</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>pre-integration-test</id>
        <executions>
          <execution>
            <goals>
              <goal>integration-test-compile</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>integration-test</id>
        <executions>
          <execution>
            <goals>
              <goal>integration-test</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>install</id>
        <executions>
          <execution>
            <goals>
              <goal>install</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>deploy</id>
        <executions>
          <execution>
            <goals>
              <goal>deploy</goal>
            </goals>
          </execution>
        </executions>
      </phase>
      <phase>
        <id>svn-deploy</id>
        <executions>
          <execution>
            <goals>
              <goal>svn-deploy</goal>
            </goals>
          </execution>
        </executions>
      </phase>
    </phases>
  </lifecycle>
</lifecycles>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy