root/branches/omero/docs/build.properties.example
| Revision 123, 2.0 kB (checked in by jmoore, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | ############################################ |
| 2 | # JDBC Connection properties |
| 3 | ############################################ |
| 4 | database.url=jdbc:postgresql://localhost/ome |
| 5 | database.username=you |
| 6 | database.password=secret |
| 7 | database.schema=public |
| 8 | database.catalog="" |
| 9 | database.driver=org.postgresql.Driver |
| 10 | database.dialect=org.hibernate.dialect.PostgreSQLDialect |
| 11 | database.show_sql=true |
| 12 | |
| 13 | ############################################ |
| 14 | # Tomcat manager connection |
| 15 | ############################################ |
| 16 | maven.tomcat.username=you |
| 17 | maven.tomcat.password=secret |
| 18 | server.host=localhost |
| 19 | server.port=8080 |
| 20 | server.dir=/tmp |
| 21 | |
| 22 | ############################################ |
| 23 | # Path conversion for middlegen ant-build |
| 24 | ############################################ |
| 25 | ant.os=unix |
| 26 | |
| 27 | ############################################ |
| 28 | # Content Mgmt Connection |
| 29 | ############################################ |
| 30 | maven.scm.url=scm:svn:svn+ssh://jmoore@cvs.openmicroscopy.org.uk/home/svn/josh/ome3/branches/omero |
| 31 | |
| 32 | ############################################ |
| 33 | # Shoola connection |
| 34 | ############################################ |
| 35 | omeds.url=http://localhost:8888/shoola/ |
| 36 | omeds.user=you |
| 37 | omeds.pass=secret |
| 38 | maven.junit.sysproperties=omeds.url omeds.user omeds.pass |
| 39 | |
| 40 | # |
| 41 | # TODO clean up |
| 42 | # |
| 43 | maven.tomcat.scheme=http |
| 44 | maven.tomcat.host=${server.host} |
| 45 | maven.tomcat.port=${server.port} |
| 46 | #maven.tomcat.manager.context=manager |
| 47 | #maven.tomcat.war.context=/${pom.artifactId} |
| 48 | #would like to default to maven.war.build.dir but not available here |
| 49 | #maven.tomcat.build.dir=${maven.war.build.dir} |
| 50 | #maven.tomcat.build.dir=${maven.build.dir} |
| 51 | #would like to default to maven.war.webapp.dir but not available here |
| 52 | #maven.tomcat.webapp.dir=${maven.war.webapp.dir} |
| 53 | #maven.tomcat.webapp.dir=${maven.tomcat.build.dir}${maven.tomcat.war.context} |
| 54 | # default location of tomcat's context configuration file |
| 55 | #maven.tomcat.webapp.contextfile=${maven.tomcat.webapp.dir}/META-INF/context.xml |
| 56 | #these two go togther, if you override precompile, you probably want to remove jsp from excludes |
| 57 | #maven.tomcat.precompile=true |
Note: See TracBrowser
for help on using the browser.
