Liquibase Community Forum
2010-12-31 15:27:44 UTC
A new topic, '2.0.0 Maven plugin', has been made on a board you are watching.
You can see it at
http://liquibase.org/forum/index.php?topic=876.new#new
The text of the topic is shown below:
Hello,
I upgrade liquibase to 2.0. The maven plugin does not use username configuration anymore. Is it an issue?
Thanks.
Here is the plugin configuration.
Code:
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-maven-plugin</artifactId>
<version>${liquibase-version}</version>
<executions>
<execution>
<phase>process-test-resources</phase>
<configuration>
<changeLogFile>${project.build.outputDirectory}/database/master.xml</changeLogFile>
<driver>${connection-driver}</driver>
<url>${connection-url}</url>
<username>${connection-username}</username>
<password>${connection-password}</password>
<promptOnNonLocalDatabase>false</promptOnNonLocalDatabase>
</configuration>
<goals>
<goal>update</goal>
</goals>
</execution>
</executions>
</plugin>
Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0
Regards,
The Liquibase Community Forum Team.
You can see it at
http://liquibase.org/forum/index.php?topic=876.new#new
The text of the topic is shown below:
Hello,
I upgrade liquibase to 2.0. The maven plugin does not use username configuration anymore. Is it an issue?
Thanks.
Here is the plugin configuration.
Code:
<plugin>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-maven-plugin</artifactId>
<version>${liquibase-version}</version>
<executions>
<execution>
<phase>process-test-resources</phase>
<configuration>
<changeLogFile>${project.build.outputDirectory}/database/master.xml</changeLogFile>
<driver>${connection-driver}</driver>
<url>${connection-url}</url>
<username>${connection-username}</username>
<password>${connection-password}</password>
<promptOnNonLocalDatabase>false</promptOnNonLocalDatabase>
</configuration>
<goals>
<goal>update</goal>
</goals>
</execution>
</executions>
</plugin>
Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0
Regards,
The Liquibase Community Forum Team.