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

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

The newest version!
<lifecycles>
    <lifecycle>
        <id>timachinecycle</id>
        <phases>
            <phase>
                <id>compile</id>
                <executions>
                    <execution>
                        <goals>
                            <goal>migrate</goal>
                        </goals>
                    </execution>
                    <execution>
                        <goals>
                            <goal>seed</goal>
                        </goals>
                    </execution>
                </executions>
            </phase>
        </phases>
    </lifecycle>
</lifecycles>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy