• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/branches/omero/project.properties

Revision 144, 4.5 kB (checked in by jmoore, 4 years ago)

Trying to get things working on J-M's machine.

Line 
1omero.home=${basedir}
2omero.context=/omero
3maven.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
14maven.test.mode=unit
15test.unit.includes = **/utests/**
16test.unit.excludes = **/itests/**,**/test/**,**/shoola/**
17test.integration.includes = **/itests/**
18test.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
38maven.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############################################
44maven.xdoc.date=left
45maven.multiproject.includes=components/*/project.xml
46maven.findbugs.enable=true
47
48############################################
49# Deteremine how the build will progress and what its products (jars,
50# wars, documentation) will look like.
51############################################
52maven.tomcat.precompile=false
53
54
55############################################
56# JAVADOC
57############################################
58maven.javadoc.additionalparam = -breakiterator
59maven.javadoc.useexternalfile=yes
60maven.javadoc.customtags=todotag
61todotag.name=DEV.TODO
62todotag.description=To Do:
63todotag.enabled=true
64todotag.scope=all
65maven.tasklist.taskTag=@DEV.TODO
66omero.home.relative=../..
67maven.javadoc.links = \
68file:${basedir}/${omero.home.relative}/target/docs/multiproject/omero-model/apidocs/,\
69file:${basedir}/${omero.home.relative}/target/docs/multiproject/omero-client/apidocs/,\
70file:${basedir}/${omero.home.relative}/target/docs/multiproject/omero-server/apidocs/,\
71file:${basedir}/${omero.home.relative}/target/docs/multiproject/omero-test/apidocs/,\
72file:${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:
78maven.jam.generate.dir=${basedir}/target
79
80# -------------------------------------------------------------------
81# jam:master goal properties.
82# -------------------------------------------------------------------
83maven.jam.master.basedir=${basedir}/../..
84maven.jam.master.includes=components/*/project.xml
85maven.jam.master.excludes=
86maven.jam.master.ignoreFailures=false
87
88# -------------------------------------------------------------------
89# jam:install goal properties.
90# -------------------------------------------------------------------
91maven.jam.home=${maven.jam.master.basedir}/lib/jam
92maven.jam.javagen.remote.repo=http://www.javagen.org/maven
93maven.jam.maven.remote.repos=http://www.ibiblio.org/maven,http://www.javagen.org/maven
94
95itest.folder=itest
96src.itest.dir=itest
97gen.itest.dir=${maven.build.dir}/itest-classes
98build.itest.dir=${gen.itest.dir}
99build.itest.classes.dir=${gen.itest.dir}
100build.itest.metainf.dir=${gen.itest.dir}
101build.test.reports.dir=${maven.build.dir}/itest-reports
102build.test.docs.dir=${build.test.reports.dir}
103
104testreports=true
105itestfork=true
106#build.classes.dir
107
108########################################
109# DEPLOYMENT
110########################################
111#List of repositories to which we will deploy.
112maven.repo.list=cvs
113
114#settings for repository 'cvs'
115maven.repo.cvs=scp://cvs.openmicroscopy.org.uk
116maven.repo.cvs.username=jmoore
117maven.repo.cvs.directory=/var/www/cvs.openmicroscopy.org.uk/html/maven
118#maven.repo.cvs.group=remote_group
119maven.repo.cvs.privatekey=/home/josh/.ssh/id_rsa
120maven.repo.cvs.compress=true
121
122########################################
123# Dependency Versions
124########################################
125hessian.version=3.0.13
126beanutils.version=1.7.0
127spring.version=1.2.2
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/