全部博文(89)
分类: Java
2009-01-30 14:15:46
[hantsy@localhost springfuse-example]$ mvn initialize
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building springfuse-example
[INFO] task-segment: [initialize]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot com.jaxio:maven-springfuse-plugin:2.5.0-SNAPSHOT: checking for updates from dojo-snapshots
[INFO] [sql:execute {execution: Create and initialize the database}]
[INFO] Executing file: /home/hantsy/Projects/springfuse-example/src/main/sql/h2/drop.sql
[INFO] Executing file: /home/hantsy/Projects/springfuse-example/src/main/sql/h2/create.sql
[INFO] Executing file: /home/hantsy/Projects/springfuse-example/src/main/sql/h2/comment.sql
[INFO] Executing file: /home/hantsy/Projects/springfuse-example/src/main/sql/h2/init.sql
[INFO] 45 of 45 SQL statements executed successfully
[WARNING]
Attempting to build MavenProject instance for Artifact
(com.jaxio:maven-springfuse-plugin:2.5.0-20090119.142601-1) of type:
maven-plugin; constructing POM artifact instead.
[INFO] snapshot com.jaxio:jaxio-dbmetadata:2.5.0-SNAPSHOT: checking for updates from dojo-snapshots
[INFO] [springfuse:extract {execution: Extract Database Meta Data}]
[INFO] Ready to extract the database schema
[INFO] Connecting to Database jdbcUrl=jdbc:h2:~/.h2/quickstartdb
[INFO] Connected OK
[INFO] Database Product Name: H2
[INFO] Database schema extracted
[INFO] File data-model.springfuse passed reverse conversion OK
[INFO] File data-model.springfuse created successfully
[INFO] You are now ready to upload data-model.springfuse to and generate your project!
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 seconds
[INFO] Finished at: Sat Jan 31 19:03:53 CST 2009
[INFO] Final Memory: 4M/7M
[INFO] ------------------------------------------------------------------------
[hantsy@localhost springfuse-example]$