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: 1.7
Show newest version
<lifecycles>
  <lifecycle>
    <id>spiffyui-client</id>
    <phases>
      <phase>
        <id>initialize</id>
        <executions>
            <execution>
                <goals>
                    <goal>rev-info</goal>
                </goals>
            </execution>
        </executions>
      </phase>
      <phase>
        <id>generate-resources</id>
        <executions>
            <execution>
                <goals>
                    <goal>build-info</goal>
                    <goal>htmlprops</goal>
                    <goal>stubsprops</goal>
                </goals>
            </execution>
        </executions>
      </phase>
      <phase>
        <id>process-resources</id>
        <executions>
            <execution>
                <goals>
                    <goal>css-compress</goal>
                    <goal>spiffy-jslint</goal>
                    <goal>resources</goal>
                </goals>
            </execution>
        </executions>
      </phase>
      <phase>
        <id>compile</id>
        <executions>
            <execution>
                <goals>
                    <goal>gwt-compile</goal>
                    <goal>closure-compile</goal>
                    <goal>gzip</goal>
                </goals>
            </execution>
        </executions>
      </phase>
    </phases>
  </lifecycle>
</lifecycles>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy