Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Build GeronimoTransactionManagerLookup class with mvn -Dmaven.test.skip=true install command.

No Format
bgColor#000000
borderStylesolid
$ mvn  install
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building geronimo-hibernate-transaction-manager-lookup
[INFO]    task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to /home/jaydm/geronimo-hibernate-transaction-manager-lookup/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: /home/jaydm/geronimo-hibernate-transaction-manager-lookup/target/geronimo-hibernate-transaction-manager-lookup-1.0-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing /home/jaydm/geronimo-hibernate-transaction-manager-lookup/target/geronimo-hibernate-transaction-manager-lookup-1.0-SNAPSHOT.jar to 
/home/jaydm/.m2/repository/org/apache/geronimo/hibernate/transaction/geronimo-hibernate-transaction-manager-lookup/1.0-SNAPSHOT/geronimo-hibernate-transaction-manager-lookup-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Feb 21 19:55:10 CST 2008
[INFO] Final Memory: 10M/54M
[INFO] ------------------------------------------------------------------------

Note that the file is installed into your maven local repository, e.g. C:\.m2\org\apache\geronimo\hibernate\transaction\geronimo-hibernate-transaction-manager-lookup\1.0-SNAPSHOT\geronimo-hibernate-transaction-manager-lookup-1.0-SNAPSHOT.jar.

...