diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index 17d70a90..7f26cf94 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -1,4 +1,5 @@ - + spring-ws-samples org.springframework.ws @@ -23,10 +24,10 @@ org.hsqldb.jdbcDriver sa - + jdbc:hsqldb:hsql://localhost/airline org.hibernate.dialect.HSQLDialect - + @@ -70,7 +71,7 @@ airline jdbc:mysql://localhost/airline org.hibernate.dialect.MySQLInnoDBDialect - + @@ -114,7 +115,7 @@ airline jdbc:postgresql://localhost/airline org.hibernate.dialect.PostgreSQLDialect - + @@ -148,7 +149,7 @@ The following values are for using an in-memory database, which is used for testing --> org.hsqldb.jdbcDriver sa - + jdbc:hsqldb:mem:airline org.hibernate.dialect.HSQLDialect create-drop @@ -157,8 +158,18 @@ src/main/resources + + **/*.properties + true + + src/main/resources + + **/*.properties + + false + @@ -170,7 +181,7 @@ - + ${project.build.directory}/generated-sources/main/java