root/trunk/build/platforms/ear-properties/pom.xml

Revision 3537 (checked in by douglm, 1 year ago)

Two intertwined updates here.

Most projects are changed to go some way towards maven. Use maven-ant tasks to deal with build dependencies. Mostly chnages to build.xml and the additon of pom.xml.

Additionally, added a new bedenote project which handles JMS messages. This removes the need for special support from activemq.

Removed the auto-deploy of activemq config and made it a special target - "deployActivemq"

To install this stuff:

1. Check out the bedenote project
2. execute the deployActivemq target
3. Build/deploy bedenote
4. Restart


Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4     Licensed to Jasig under one or more contributor license
5     agreements. See the NOTICE file distributed with this work
6     for additional information regarding copyright ownership.
7     Jasig licenses this file to you under the Apache License,
8     Version 2.0 (the "License"); you may not use this file
9     except in compliance with the License. You may obtain a
10     copy of the License at:
11        
12     http://www.apache.org/licenses/LICENSE-2.0
13        
14     Unless required by applicable law or agreed to in writing,
15     software distributed under the License is distributed on
16     an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17     KIND, either express or implied. See the License for the
18     specific language governing permissions and limitations
19     under the License.
20 -->
21
22 <project xmlns="http://maven.apache.org/POM/4.0.0"
23          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
25          http://maven.apache.org/xsd/maven-4.0.0.xsd">
26   <modelVersion>4.0.0</modelVersion>
27
28 <!--
29   <parent>
30     <groupId>org.bedework</groupId>
31     <artifactId>bedework</artifactId>
32     <version>3.8</version>
33     <relativePath>../../../bedework</relativePath>
34   </parent>
35  -->
36   <groupId>org.bedework</groupId>
37   <artifactId>ear.properties</artifactId>
38   <version>3.8</version>
39
40   <name>Properties for deployed ears</name>
41   <description>Properties for deployed ears</description>
42   <url>http://bedework.org/</url>
43 </project>
Note: See TracBrowser for help on using the browser.