root/branches/omero/project.properties
| Revision 144, 4.5 kB (checked in by jmoore, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | omero.home=${basedir} |
| 2 | omero.context=/omero |
| 3 | maven.gen.src=${basedir}/gen-src |
| 4 | |
| 5 | ############################################ |
| 6 | # COMPILE SETTINGS |
| 7 | ############################################ |
| 8 | #maven.compile.target=1.4 |
| 9 | #maven.compile.source=1.4 |
| 10 | ############################################ |
| 11 | # TESTING : |
| 12 | ############################################ |
| 13 | #maven.test.skip=true |
| 14 | maven.test.mode=unit |
| 15 | test.unit.includes = **/utests/** |
| 16 | test.unit.excludes = **/itests/**,**/test/**,**/shoola/** |
| 17 | test.integration.includes = **/itests/** |
| 18 | test.integration.excludes = **/utests/**,**/test/**,**/shoola/** |
| 19 | |
| 20 | |
| 21 | # ------------------------------------------ |
| 22 | # You will most likely NOT need to alter |
| 23 | # entries below this point. |
| 24 | # ------------------------------------------ |
| 25 | |
| 26 | ############################################ |
| 27 | # Remote repositories are sites which provide build |
| 28 | # and run-time requirements |
| 29 | ############################################ |
| 30 | # |
| 31 | # - cvs.openmicroscopy.org.uk/maven: OME Specific requirements |
| 32 | # (Hibernate, etc.) |
| 33 | # - ibiblio.org/maven: Main Maven repository |
| 34 | # - codeczar.com/maven: Tomcat plugin |
| 35 | # - maven-plugins.sf.net: Misc. plugins |
| 36 | ############################################ |
| 37 | |
| 38 | maven.repo.remote=http://cvs.openmicroscopy.org.uk/maven,http://ibiblio.org/maven,http://www.codeczar.com/maven,http://maven-plugins.sf.net/maven,http://cvs.apache.org/repository,http://javagen.org/maven |
| 39 | |
| 40 | ############################################ |
| 41 | # Deteremine how the build will progress and what its products (jars, |
| 42 | # wars, documentation) will look like. |
| 43 | ############################################ |
| 44 | maven.xdoc.date=left |
| 45 | maven.multiproject.includes=components/*/project.xml |
| 46 | maven.findbugs.enable=true |
| 47 | |
| 48 | ############################################ |
| 49 | # Deteremine how the build will progress and what its products (jars, |
| 50 | # wars, documentation) will look like. |
| 51 | ############################################ |
| 52 | maven.tomcat.precompile=false |
| 53 | |
| 54 | |
| 55 | ############################################ |
| 56 | # JAVADOC |
| 57 | ############################################ |
| 58 | maven.javadoc.additionalparam = -breakiterator |
| 59 | maven.javadoc.useexternalfile=yes |
| 60 | maven.javadoc.customtags=todotag |
| 61 | todotag.name=DEV.TODO |
| 62 | todotag.description=To Do: |
| 63 | todotag.enabled=true |
| 64 | todotag.scope=all |
| 65 | maven.tasklist.taskTag=@DEV.TODO |
| 66 | omero.home.relative=../.. |
| 67 | maven.javadoc.links = \ |
| 68 | file:${basedir}/${omero.home.relative}/target/docs/multiproject/omero-model/apidocs/,\ |
| 69 | file:${basedir}/${omero.home.relative}/target/docs/multiproject/omero-client/apidocs/,\ |
| 70 | file:${basedir}/${omero.home.relative}/target/docs/multiproject/omero-server/apidocs/,\ |
| 71 | file:${basedir}/${omero.home.relative}/target/docs/multiproject/omero-test/apidocs/,\ |
| 72 | file:${basedir}/${omero.home.relative}/target/docs/multiproject/omero-shoolaadapter/apidocs/ |
| 73 | |
| 74 | #CURRENTLY NOT USED |
| 75 | #maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactor |
| 76 | |
| 77 | # JAM 2.0 setting: |
| 78 | maven.jam.generate.dir=${basedir}/target |
| 79 | |
| 80 | # ------------------------------------------------------------------- |
| 81 | # jam:master goal properties. |
| 82 | # ------------------------------------------------------------------- |
| 83 | maven.jam.master.basedir=${basedir}/../.. |
| 84 | maven.jam.master.includes=components/*/project.xml |
| 85 | maven.jam.master.excludes= |
| 86 | maven.jam.master.ignoreFailures=false |
| 87 | |
| 88 | # ------------------------------------------------------------------- |
| 89 | # jam:install goal properties. |
| 90 | # ------------------------------------------------------------------- |
| 91 | maven.jam.home=${maven.jam.master.basedir}/lib/jam |
| 92 | maven.jam.javagen.remote.repo=http://www.javagen.org/maven |
| 93 | maven.jam.maven.remote.repos=http://www.ibiblio.org/maven,http://www.javagen.org/maven |
| 94 | |
| 95 | itest.folder=itest |
| 96 | src.itest.dir=itest |
| 97 | gen.itest.dir=${maven.build.dir}/itest-classes |
| 98 | build.itest.dir=${gen.itest.dir} |
| 99 | build.itest.classes.dir=${gen.itest.dir} |
| 100 | build.itest.metainf.dir=${gen.itest.dir} |
| 101 | build.test.reports.dir=${maven.build.dir}/itest-reports |
| 102 | build.test.docs.dir=${build.test.reports.dir} |
| 103 | |
| 104 | testreports=true |
| 105 | itestfork=true |
| 106 | #build.classes.dir |
| 107 | |
| 108 | ######################################## |
| 109 | # DEPLOYMENT |
| 110 | ######################################## |
| 111 | #List of repositories to which we will deploy. |
| 112 | maven.repo.list=cvs |
| 113 | |
| 114 | #settings for repository 'cvs' |
| 115 | maven.repo.cvs=scp://cvs.openmicroscopy.org.uk |
| 116 | maven.repo.cvs.username=jmoore |
| 117 | maven.repo.cvs.directory=/var/www/cvs.openmicroscopy.org.uk/html/maven |
| 118 | #maven.repo.cvs.group=remote_group |
| 119 | maven.repo.cvs.privatekey=/home/josh/.ssh/id_rsa |
| 120 | maven.repo.cvs.compress=true |
| 121 | |
| 122 | ######################################## |
| 123 | # Dependency Versions |
| 124 | ######################################## |
| 125 | hessian.version=3.0.13 |
| 126 | beanutils.version=1.7.0 |
| 127 | spring.version=1.2.2 |
Note: See TracBrowser
for help on using the browser.
