
META-INF.maven.lifecycle.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of timachine-maven-plugin Show documentation
Show all versions of timachine-maven-plugin Show documentation
The maven plugin to manage migrations
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