User: ecrutchfield
Date: 06/03/06 12:22:48
Modified: andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/core
pom.xml.vsl
Log:
comment out 'schema' goal
Revision Changes Path
1.2 +9 -9 plugins/andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/core/pom.xml.vsl
Index: pom.xml.vsl
===================================================================
RCS file: /cvsroot/andromdaplugins/plugins/andromdapp/projects/csharp/maven2/src/main/resources/templates/csharp/maven2/core/pom.xml.vsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- pom.xml.vsl 5 Mar 2006 06:16:54 -0000 1.1
+++ pom.xml.vsl 6 Mar 2006 20:22:47 -0000 1.2
@@ -49,8 +49,9 @@
<artifactId>andromda-multi-source-plugin</artifactId>
</plugin>
#if ($nspring || $nhibernate)
+<!--To be developed
<plugin>
- <artifactId>andromdapp-maven-plugin</artifactId>
+ <artifactId>andromdanetapp-maven-plugin</artifactId>
<executions>
<execution>
<goals>
@@ -59,11 +60,11 @@
</execution>
</executions>
<configuration>
- <jdbcDriver>${jdbc.driver}</jdbcDriver>
- <jdbcDriverJar>${jdbc.driver.jar}</jdbcDriverJar>
- <jdbcConnectionUrl>${jdbc.url}</jdbcConnectionUrl>
- <jdbcUsername>${jdbc.username}</jdbcUsername>
- <jdbcPassword>${jdbc.password}</jdbcPassword>
+ <driver>${db.driver}</driver>
+ <driverDll>${db.driver.dll}</driverDll>
+ <connectionString>${db.connectString}</connectionString>
+ <dbUsername>${db.username}</dbUsername>
+ <dbPassword>${db.password}</dbPassword>
<properties>
<property>
<name>mappingsLocation</name>
@@ -82,15 +83,14 @@
<value>${project.basedir}/../web/target/schema-drop.sql</value>
</property>
</properties>
- <!-- You might need to execute additional scripts, just uncomment and add
- them here:
+You might need to execute additional scripts, just uncomment and add them here:
<scripts>
<script>${project.basedir}/path/to/scripts/script1.sql</script>
<script>${project.basedir}/path/to/scripts/script2.sql</script>
</scripts>
- -->
</configuration>
</plugin>
+-->
#end
</plugins>
<resources>
|