Revision 47756
Added by Claudio Atzori over 7 years ago
modules/cnr-config/tags/cnr-config-1.0.2/deploy.info | ||
---|---|---|
1 |
{"type_source": "SVN", "goal": "package -U -T 4C source:jar", "url": "http://svn-public.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-config/trunk/", "deploy_repository": "dnet45-snapshots", "version": "4", "mail": "sandro.labruzzo@isti.cnr.it,michele.artini@isti.cnr.it, claudio.atzori@isti.cnr.it, alessia.bardi@isti.cnr.it", "deploy_repository_url": "http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-snapshots", "name": "cnr-config"} |
modules/cnr-config/tags/cnr-config-1.0.2/src/main/resources/eu/dnetlib/cnr-default.properties | ||
---|---|---|
1 |
# you may need to override this |
|
2 |
infrastructure.name = development |
|
3 |
container.hostname = localhost |
|
4 |
|
|
5 |
# normally this are less likely to be overriden |
|
6 |
|
|
7 |
transport.soap.baseAddress = http://${container.hostname}:${container.port}/${container.context}/services |
|
8 |
|
|
9 |
container.logging = 1 |
|
10 |
inspector.template.cache.enabled = false |
|
11 |
|
|
12 |
dnet.data.path = ${java.io.tmpdir}/dnet |
|
13 |
services.is.sn.data.path = ${dnet.data.path}/issn |
|
14 |
services.is.store.data.path = ${dnet.data.path}/isstore |
|
15 |
services.resultset.data.path = ${dnet.data.path}/resultset |
|
16 |
|
|
17 |
services.is.sn.subscription.db.driver = org.apache.derby.jdbc.EmbeddedDriver |
|
18 |
services.is.sn.subscription.db.dialect = org.hibernate.dialect.DerbyDialect |
|
19 |
services.is.sn.subscription.db.url = jdbc:derby:${services.is.sn.data.path}/subscriptions;create=true |
|
20 |
|
|
21 |
services.registration.delay = 6700 |
|
22 |
services.registration.default.hnmlocator = nullHNMLocator |
|
23 |
|
|
24 |
oai.publisher.data.path = ${dnet.data.path}/oai_publisher |
|
25 |
oai.publisher.baseUrl = http://localhost:8081/servlet/oai |
|
26 |
|
|
27 |
services.is.store.bulk.validation = true |
|
28 |
|
|
29 |
# for development temporary exist database is preferred |
|
30 |
|
|
31 |
services.is.store.database.bean = temporaryExistDatabase |
|
32 |
#services.is.store.database.bean = persistentExistDatabase |
|
33 |
|
|
34 |
|
|
35 |
services.is.ui.munin.baseUrl = http://munin.isti.cnr.it/by-id/ |
|
36 |
services.is.ui.smokeping.baseUrl = http://smokeping.isti.cnr.it/by-id/ |
|
37 |
|
|
38 |
# obtain a key from GoogleMap API. Leave blank for localhost |
|
39 |
services.is.ui.google.maps.key = |
|
40 |
|
|
41 |
# put here the url pointed by the logo on top of each UI page (both IS UI and Repo UI) |
|
42 |
services.is.ui.logo.image.href = # |
|
43 |
|
|
44 |
# put here the url pointed by the logo on top of each Repo UI page |
|
45 |
services.is.ui.repo.logo.image.href = ${services.is.ui.logo.image.href} |
|
46 |
services.is.ui.repo.logo.image = driverLogoSmall.png |
|
47 |
|
|
48 |
# put here the url pointed by the logo on top of each IS UI page |
|
49 |
services.is.ui.infra.logo.image.href = ${services.is.ui.logo.image.href} |
|
50 |
services.is.ui.infra.logo.image = driverLogoSmall.png |
|
51 |
|
|
52 |
|
|
53 |
services.is.ui.admin.user = admin |
|
54 |
services.is.ui.admin.password = driver |
|
55 |
services.is.ui.data.path = ${dnet.data.path}/isui |
|
56 |
services.is.ui.workflow.db.driver = org.apache.derby.jdbc.EmbeddedDriver |
|
57 |
services.is.ui.workflow.db.url = jdbc:derby:${services.is.ui.data.path}/rules;create=true |
|
58 |
services.is.ui.workflow.db.dialect = org.hibernate.dialect.DerbyDialect |
|
59 |
services.is.ui.smtp.host = localhost |
|
60 |
services.is.ui.smtp.port = 25 |
|
61 |
services.is.ui.smtp.auth = false |
|
62 |
services.is.ui.smtp.user = |
|
63 |
services.is.ui.smtp.password = |
|
64 |
services.is.ui.smtp.from = |
|
65 |
services.is.ui.smtp.to = |
|
66 |
services.is.ui.metadata.harv.format = oai_dc |
|
67 |
services.is.ui.metadata.aggr.format = DMF |
|
68 |
services.is.ui.metadata.indexed.format = DMF |
|
69 |
|
|
70 |
|
|
71 |
services.aggregator.name=Aggregator TEST |
|
72 |
services.aggregator.host=driver33.isti.cnr.it |
|
73 |
services.aggregator.port=9000 |
|
74 |
services.aggregator.country=DE |
|
75 |
services.aggregator.ui.address=http://${services.aggregator.host}:${services.aggregator.port}/cgi-bin/ASmanager.pl |
|
76 |
services.aggregator.ws.endpoint=http://${services.aggregator.host}:${services.aggregator.port}/cgi-bin/SoapDriver.cgi |
|
77 |
|
|
78 |
|
|
79 |
services.msro.process.image.baseurl=http://${container.hostname}:${container.port}/${container.context}/mvc/inspector/msroProcessImage.do?pid= |
|
80 |
|
|
81 |
services.schemas=classpath*:/eu/dnetlib/test/schemas/**/*.xsd |
|
82 |
|
|
83 |
|
|
84 |
# Properties for OAI Publisher |
|
85 |
services.oai.publisher.doroty = |
|
86 |
services.oai.publisher.driver = 1 |
|
87 |
services.oai.publisher.layout = oai |
|
88 |
services.oai.publisher.layout.defaultQuery = Textual |
|
89 |
services.oai.publisher.layout.indexedDate = oaiDate |
modules/cnr-config/tags/cnr-config-1.0.2/src/main/resources/eu/dnetlib/applicationContext-properties.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<beans xmlns="http://www.springframework.org/schema/beans" |
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
4 |
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> |
|
5 |
|
|
6 |
<import resource="classpath:/eu/dnetlib/cnr-common-properties.xml" /> |
|
7 |
|
|
8 |
</beans> |
modules/cnr-config/tags/cnr-config-1.0.2/src/main/resources/eu/dnetlib/cnr-common-properties.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
3 |
xmlns:p="http://www.springframework.org/schema/p" xmlns="http://www.springframework.org/schema/beans" |
|
4 |
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> |
|
5 |
|
|
6 |
<bean id="propertyLocations" class="eu.dnetlib.conf.WebappContextPropertyLocationFactory"> |
|
7 |
<property name="locations"> |
|
8 |
<list> |
|
9 |
<value>classpath*:eu/dnetlib/**/applicationContext-*.properties</value> |
|
10 |
|
|
11 |
<!-- this stuff should gradually disappear --> |
|
12 |
<value>classpath*:eu/dnetlib/cnr-default.properties</value> |
|
13 |
<value>classpath*:eu/dnetlib/cnr-site.properties</value> |
|
14 |
<value>classpath*:cnr-override.properties</value> |
|
15 |
|
|
16 |
<!-- this stuff will be moved into a common place --> |
|
17 |
<value>classpath*:eu/dnetlib/dnet-default.properties</value> |
|
18 |
|
|
19 |
<value>classpath*:dnet-site-override.properties</value> |
|
20 |
|
|
21 |
<value>classpath*:dnet-wizard.properties</value> |
|
22 |
<value>classpath*:dnet-override.properties</value> |
|
23 |
|
|
24 |
<value>classpath*:dnet-@{webapp}-override.properties</value> |
|
25 |
|
|
26 |
<value>classpath*:dnet-site-force-override.properties</value> |
|
27 |
<value>classpath*:dnet-force-override.properties</value> |
|
28 |
|
|
29 |
<value>classpath*:dnet-@{webapp}-force-override.properties</value> |
|
30 |
</list> |
|
31 |
</property> |
|
32 |
</bean> |
|
33 |
|
|
34 |
<bean id="propertyFetcher" class="eu.dnetlib.conf.PropertyFetcher" |
|
35 |
p:locations-ref="propertyLocations"/> |
|
36 |
|
|
37 |
|
|
38 |
<bean id="propertyConfigurer" |
|
39 |
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" |
|
40 |
p:ignoreResourceNotFound="true" p:localOverride="true" |
|
41 |
p:locations-ref="propertyLocations"> |
|
42 |
<property name="properties"> |
|
43 |
<bean class="eu.dnetlib.conf.WebappContextProperyFactory" |
|
44 |
p:propertyFetcher-ref="propertyFetcher"/> |
|
45 |
</property> |
|
46 |
</bean> |
|
47 |
</beans> |
modules/cnr-config/tags/cnr-config-1.0.2/src/main/resources/eu/dnetlib/webContext-properties.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<beans xmlns="http://www.springframework.org/schema/beans" |
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
4 |
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> |
|
5 |
|
|
6 |
<import resource="classpath:/eu/dnetlib/cnr-common-properties.xml" /> |
|
7 |
|
|
8 |
</beans> |
modules/cnr-config/tags/cnr-config-1.0.2/pom.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
3 |
<parent> |
|
4 |
<groupId>eu.dnetlib</groupId> |
|
5 |
<artifactId>dnet45-parent</artifactId> |
|
6 |
<version>1.0.0</version> |
|
7 |
<relativePath /> |
|
8 |
</parent> |
|
9 |
<modelVersion>4.0.0</modelVersion> |
|
10 |
<groupId>eu.dnetlib</groupId> |
|
11 |
<artifactId>cnr-config</artifactId> |
|
12 |
<packaging>jar</packaging> |
|
13 |
<version>1.0.2</version> |
|
14 |
<scm> |
|
15 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-config/tags/cnr-config-1.0.2</developerConnection> |
|
16 |
</scm> |
|
17 |
<dependencies /> |
|
18 |
</project> |
Also available in: Unified diff
[maven-release-plugin] copy for tag cnr-config-1.0.2