|
262 | 262 | <build> |
263 | 263 | <defaultGoal>install</defaultGoal> |
264 | 264 | <sourceDirectory>src</sourceDirectory> |
| 265 | + <!-- Tests still depend on hibernate, |
| 266 | + so thats not going to work |
| 267 | + <testSourceDirectory>test</testSourceDirectory> |
| 268 | + --> |
265 | 269 | <resources> |
266 | 270 | <resource> |
267 | 271 | <directory>src</directory> |
|
274 | 278 | </resource> |
275 | 279 | </resources> |
276 | 280 | <plugins> |
277 | | - <plugin> |
278 | | - <groupId>org.apache.maven.plugins</groupId> |
279 | | - <artifactId>maven-dependency-plugin</artifactId> |
280 | | - <version>2.5.1</version> |
281 | | - <executions> |
282 | | - <execution> |
283 | | - <id>copy-dependencies</id> |
284 | | - <phase>install</phase> |
285 | | - <goals> |
286 | | - <goal>copy-dependencies</goal> |
287 | | - </goals> |
288 | | - <configuration> |
289 | | - <outputDirectory>../deps/awsapi-lib/rampart-lib</outputDirectory> |
290 | | - <overWriteReleases>false</overWriteReleases> |
291 | | - <overWriteSnapshots>false</overWriteSnapshots> |
292 | | - <overWriteIfNewer>true</overWriteIfNewer> |
293 | | - <includeArtifactIds>rampart-core,rampart-policy,rampart-trust,slf4j-jdk14,slf4j-api,wss4j,joda-time,xmltooling,openws,velocity,opensaml,xmlsec,bcprov-jdk16</includeArtifactIds> |
294 | | - </configuration> |
295 | | - </execution> |
296 | | - <execution> |
297 | | - <id>copy-axis2-war</id> |
298 | | - <phase>install</phase> |
299 | | - <goals> |
300 | | - <goal>copy-dependencies</goal> |
301 | | - </goals> |
302 | | - <configuration> |
303 | | - <outputDirectory>../deps/awsapi-lib/</outputDirectory> |
304 | | - <overWriteReleases>false</overWriteReleases> |
305 | | - <overWriteSnapshots>false</overWriteSnapshots> |
306 | | - <overWriteIfNewer>true</overWriteIfNewer> |
307 | | - <includeArtifactIds>axis2-webapp</includeArtifactIds> |
308 | | - </configuration> |
309 | | - </execution> |
310 | | - <execution> |
311 | | - <id>copy-mars</id> |
312 | | - <phase>install</phase> |
313 | | - <goals> |
314 | | - <goal>copy-dependencies</goal> |
315 | | - </goals> |
316 | | - <configuration> |
317 | | - <outputDirectory>../deps/awsapi-lib/modules</outputDirectory> |
318 | | - <overWriteReleases>false</overWriteReleases> |
319 | | - <overWriteSnapshots>false</overWriteSnapshots> |
320 | | - <overWriteIfNewer>true</overWriteIfNewer> |
321 | | - <includeArtifactIds>rampart,rahas</includeArtifactIds> |
322 | | - </configuration> |
323 | | - </execution> |
324 | | - </executions> |
325 | | - </plugin> |
326 | 281 | <plugin> |
327 | 282 | <groupId>org.mortbay.jetty</groupId> |
328 | 283 | <artifactId>maven-jetty-plugin</artifactId> |
|
341 | 296 | </plugin> |
342 | 297 | </plugins> |
343 | 298 | <!-- |
344 | | - <testSourceDirectory>test</testSourceDirectory> |
345 | 299 | <plugins> |
346 | 300 | <plugin> |
347 | 301 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments