Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ..
  2. <plugins>
  3. ..
  4. <!-- User liquibase plugin -->
  5. <plugin>
  6. <groupId>org.liquibase</groupId>
  7. <artifactId>liquibase-maven-plugin</artifactId>
  8. <version>3.0.5</version>
  9. <configuration>
  10. <propertyFile>src/main/resources/liquibase.properties</propertyFile>
  11. </configuration>
  12. <!--
  13. <executions>
  14. <execution>
  15. <goals>
  16. <goal>update</goal>
  17. </goals>
  18. </execution>
  19. </executions>
  20. -->
  21. </plugin>
  22. ..
  23. </plugins>
  24. ..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement