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 seeder Show documentation
Show all versions of seeder Show documentation
Seed your database using java
The newest version!
<lifecycles xmlns="http://maven.apache.org/LIFECYCLE/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/LIFECYCLE/1.0.0 http://maven.apache.org/xsd/lifecycle-1.0.0.xsd"> <lifecycle> <id>seed</id> <phases> <phase> <id>seed</id> </phase> </phases> </lifecycle> </lifecycles>