clean file
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@72140 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0e9c22fa0b
commit
d627e9b68d
37
pom.xml
37
pom.xml
|
@ -6,29 +6,6 @@
|
|||
<artifactId>Flyway</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>local</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<properties>
|
||||
<database.host>jdbc:oracle:thin:@192.168.0.164:1521:ORCL</database.host>
|
||||
<database.user>vtabol</database.user>
|
||||
<database.password>vtax05</database.password>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>guana_teste</id>
|
||||
<properties>
|
||||
<database.host>jdbc:oracle:thin:@expresso-dev2.czfxp3nav8ri.us-east-1.rds.amazonaws.com:1521:vtabol</database.host>
|
||||
<database.user>vtabol</database.user>
|
||||
<database.password>vtax05</database.password>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
|
@ -70,20 +47,6 @@
|
|||
<target>1.6</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
<version>1.6.0</version>
|
||||
<configuration>
|
||||
<mainClass>com.rjconsultores.ventaboletos.RunFlyway</mainClass>
|
||||
<systemProperties>
|
||||
<systemProperty><key>database.host</key><value>${database.host}</value></systemProperty>
|
||||
<systemProperty><key>database.user</key><value>${database.user}</value></systemProperty>
|
||||
<systemProperty><key>database.password</key><value>${database.password}</value></systemProperty>
|
||||
</systemProperties>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue