Revision 108:88e47c247478 pom.xml

View differences:

pom.xml
66 66
								<configuration>
67 67
									<target>
68 68
										<delete file="${project.build.outputDirectory}/upassMin.properties" />
69
										<copy
70
											file="src/main/resources/upassMin${config.postfix}.properties"
71
											tofile="${project.build.outputDirectory}/upassMin.properties" />
69
										<copy file="src/main/resources/upassMin${config.postfix}.properties" tofile="${project.build.outputDirectory}/upassMin.properties" />
72 70

  
73 71
										<delete>
74
											<fileset dir="${project.build.outputDirectory}"
75
												includes="upassMin.*.properties" />
72
											<fileset dir="${project.build.outputDirectory}" includes="upassMin.*.properties" />
76 73
										</delete>
77
										<delete
78
											file="${project.build.outputDirectory}/com/ib/hibernate/configuration/hibernate.cfg.xml" />
79
										<copy
80
											file="src/main/resources/com/ib/hibernate/configuration/hibernate${config.postfix}.cfg.xml"
81
											tofile="${project.build.outputDirectory}/com/ib/hibernate/configuration/hibernate.cfg.xml" />
74
										<delete file="${project.build.outputDirectory}/com/ib/hibernate/configuration/hibernate.cfg.xml" />
75
										<copy file="src/main/resources/com/ib/hibernate/configuration/hibernate${config.postfix}.cfg.xml" tofile="${project.build.outputDirectory}/com/ib/hibernate/configuration/hibernate.cfg.xml" />
82 76

  
83 77
										<delete>
84
											<fileset
85
												dir="${project.build.outputDirectory}/com/ib/hibernate/configuration"
86
												includes="hibernate.*.cfg.xml" />
78
											<fileset dir="${project.build.outputDirectory}/com/ib/hibernate/configuration" includes="hibernate.*.cfg.xml" />
87 79
										</delete>
88
										
80

  
89 81
										<delete file="${project.build.outputDirectory}/spring-ldap.xml" />
90
										<copy
91
											file="src/main/resources/spring-ldap.xml"
92
											tofile="${project.build.outputDirectory}/spring-ldap.xml" />
82
										<copy file="src/main/resources/spring-ldap.xml" tofile="${project.build.outputDirectory}/spring-ldap.xml" />
93 83
										<delete>
94 84
											<fileset dir="${project.build.outputDirectory}" includes="spring-ldap.*.xml" />
95 85
										</delete>
......
117 107
			</properties>
118 108
			<dependencies>
119 109
				<dependency>
120
		 			<groupId>org.hibernate</groupId>
121
		 			<artifactId>hibernate-core</artifactId>
122
		 			<version>3.3.1.GA</version>
123
		 			<type>jar</type>
124
		 			<scope>compile</scope>
125
		 		</dependency>
126
		 	</dependencies>
110
					<groupId>org.hibernate</groupId>
111
					<artifactId>hibernate-core</artifactId>
112
					<version>3.3.1.GA</version>
113
					<type>jar</type>
114
					<scope>compile</scope>
115
				</dependency>
116
			</dependencies>
127 117
		</profile>
128 118
		<profile>
129 119
			<id>env-staging-ci</id>
......
138 128
			</properties>
139 129
			<dependencies>
140 130
				<dependency>
141
		 			<groupId>org.hibernate</groupId>
142
		 			<artifactId>hibernate-core</artifactId>
143
		 			<version>3.3.1.GA</version>
144
		 			<type>jar</type>
145
		 			<scope>compile</scope>
146
		 		</dependency>
147
		 	</dependencies>
131
					<groupId>org.hibernate</groupId>
132
					<artifactId>hibernate-core</artifactId>
133
					<version>3.3.1.GA</version>
134
					<type>jar</type>
135
					<scope>compile</scope>
136
				</dependency>
137
				<dependency>
138
					<groupId>org.hibernate</groupId>
139
					<artifactId>hibernate-c3p0</artifactId>
140
					<version>3.3.1.GA</version>
141
				</dependency>
142
			</dependencies>
148 143
		</profile>
149 144
		<profile>
150 145
			<id>env-maybank-dev</id>
......
159 154
			</properties>
160 155
			<dependencies>
161 156
				<dependency>
162
		 			<groupId>org.hibernate</groupId>
163
		 			<artifactId>hibernate-core</artifactId>
164
		 			<version>3.3.1.GA</version>
165
		 			<type>jar</type>
166
		 			<scope>compile</scope>
167
		 			<exclusions>
157
					<groupId>org.hibernate</groupId>
158
					<artifactId>hibernate-core</artifactId>
159
					<version>3.3.1.GA</version>
160
					<type>jar</type>
161
					<scope>compile</scope>
162
					<exclusions>
168 163
						<exclusion>
169 164
							<groupId>xml-apis</groupId>
170 165
							<artifactId>xml-apis</artifactId>
171 166
						</exclusion>
172 167
					</exclusions>
173
		 		</dependency>
174
		 	</dependencies>
168
				</dependency>
169
				<dependency>
170
					<groupId>org.hibernate</groupId>
171
					<artifactId>hibernate-c3p0</artifactId>
172
					<version>3.3.1.GA</version>
173
				</dependency>
174
			</dependencies>
175 175
		</profile>
176 176
		<profile>
177 177
			<id>env-maybank-dev-jndi</id>
......
186 186
			</properties>
187 187
			<dependencies>
188 188
				<dependency>
189
		 			<groupId>org.hibernate</groupId>
190
		 			<artifactId>hibernate-core</artifactId>
191
		 			<version>3.3.1.GA</version>
192
		 			<type>jar</type>
193
		 			<scope>compile</scope>
194
		 			<exclusions>
189
					<groupId>org.hibernate</groupId>
190
					<artifactId>hibernate-core</artifactId>
191
					<version>3.3.1.GA</version>
192
					<type>jar</type>
193
					<scope>compile</scope>
194
					<exclusions>
195 195
						<exclusion>
196 196
							<groupId>xml-apis</groupId>
197 197
							<artifactId>xml-apis</artifactId>
198 198
						</exclusion>
199 199
					</exclusions>
200
		 		</dependency>
201
		 	</dependencies>
200
				</dependency>
201
			</dependencies>
202 202
		</profile>
203 203
		<profile>
204 204
			<id>cobertura-instrument</id>
......
318 318
					<type>pom</type>
319 319
				</dependency>
320 320
				<dependency>
321
		 			<groupId>org.hibernate</groupId>
322
		 			<artifactId>hibernate-core</artifactId>
323
		 			<version>3.3.1.GA</version>
324
		 			<type>jar</type>
325
		 			<scope>compile</scope>
326
		 		</dependency>
321
					<groupId>org.hibernate</groupId>
322
					<artifactId>hibernate-core</artifactId>
323
					<version>3.3.1.GA</version>
324
					<type>jar</type>
325
					<scope>compile</scope>
326
				</dependency>
327 327
			</dependencies>
328 328
		</profile>
329 329
	</profiles>
330 330

  
331 331
	<dependencies>
332 332
		<dependency>
333
 			<groupId>org.hibernate</groupId>
334
 			<artifactId>hibernate-core</artifactId>
335
 			<version>3.3.1.GA</version>
336
 			<type>jar</type>
337
 			<scope>compile</scope>
338
 		</dependency>
333
			<groupId>org.hibernate</groupId>
334
			<artifactId>hibernate-core</artifactId>
335
			<version>3.3.1.GA</version>
336
			<type>jar</type>
337
			<scope>compile</scope>
338
		</dependency>
339 339
		<dependency>
340 340
			<groupId>junit</groupId>
341 341
			<artifactId>junit</artifactId>
......
360 360
			<version>2.5</version>
361 361
		</dependency>
362 362
		<dependency>
363
		    <groupId>org.springframework.ldap</groupId>
364
		    <artifactId>spring-ldap-core</artifactId>
365
		    <version>1.3.0.RELEASE</version>
363
			<groupId>org.springframework.ldap</groupId>
364
			<artifactId>spring-ldap-core</artifactId>
365
			<version>1.3.0.RELEASE</version>
366 366
		</dependency>
367 367
		<dependency>
368 368
			<groupId>org.slf4j</groupId>

Also available in: Unified diff