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.6.3
Show newest version
<lifecycles>
  <lifecycle>
    <id>scan</id>
    <phases>
    <phase>
        <id>validate</id>
        <executions>
          <execution>
            <goals>
              <goal>project-only</goal>
            </goals>
          </execution>
          <execution>
            <goals>
              <goal>application</goal>
            </goals>
          </execution>
        </executions>
      </phase>
    </phases>
  </lifecycle>
</lifecycles>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy