1 <?xml version="1.0" encoding="UTF-8"?>
\r
4 * Funambol is a mobile platform developed by Funambol, Inc.
\r
5 * Copyright (C) 2006 - 2007 Funambol, Inc.
\r
7 * This program is free software; you can redistribute it and/or modify it under
\r
8 * the terms of the GNU Affero General Public License version 3 as published by
\r
9 * the Free Software Foundation with the addition of the following permission
\r
10 * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED
\r
11 * WORK IN WHICH THE COPYRIGHT IS OWNED BY FUNAMBOL, FUNAMBOL DISCLAIMS THE
\r
12 * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
\r
14 * This program is distributed in the hope that it will be useful, but WITHOUT
\r
15 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
\r
16 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
\r
19 * You should have received a copy of the GNU Affero General Public License
\r
20 * along with this program; if not, see http://www.gnu.org/licenses or write to
\r
21 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
\r
22 * MA 02110-1301 USA.
\r
24 * You can contact Funambol, Inc. headquarters at 643 Bair Island Road, Suite
\r
25 * 305, Redwood City, CA 94063, USA, or at email address info@funambol.com.
\r
27 * The interactive user interfaces in modified source and object code versions
\r
28 * of this program must display Appropriate Legal Notices, as required under
\r
29 * Section 5 of the GNU Affero General Public License version 3.
\r
31 * In accordance with Section 7(b) of the GNU Affero General Public License
\r
32 * version 3, these Appropriate Legal Notices must retain the display of the
\r
33 * "Powered by Funambol" logo. If the display of the logo is not reasonably
\r
34 * feasible for technical reasons, the Appropriate Legal Notices must display
\r
35 * the words "Powered by Funambol".
\r
37 --><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">
\r
38 <modelVersion>4.0.0</modelVersion>
\r
39 <artifactId>httpauth</artifactId>
\r
40 <groupId>bmessage</groupId>
\r
41 <version>1.0-SNAPSHOT</version>
\r
42 <name>bmessage httpauth Module</name>
\r
43 <packaging>jar</packaging>
\r
48 <distributionManagement>
\r
51 <url>file:///Users/matt/code/target/deploy/site</url>
\r
53 </distributionManagement>
\r
56 <id>netbeans-public</id>
\r
59 <name>netbeans.execution</name>
\r
66 <artifactId>maven-jar-plugin</artifactId>
\r
70 <addClasspath>true</addClasspath>
\r
71 <classpathPrefix>lib</classpathPrefix>
\r
72 <mainClass>net.bionicmessage.funambol.httpauth.HTTPAuthenticationTest</mainClass>
\r
78 <artifactId>maven-assembly-plugin</artifactId>
\r
82 <phase>package</phase>
\r
84 <goal>directory</goal>
\r
87 <descriptor>${basedir}/src/main/assemblies/netbeans-run.xml</descriptor>
\r
88 <finalName>executable</finalName>
\r
104 <groupId>org.apache.maven.plugins</groupId>
\r
105 <artifactId>maven-jxr-plugin</artifactId>
\r
107 <aggregate>true</aggregate>
\r
111 <groupId>org.apache.maven.plugins</groupId>
\r
112 <artifactId>maven-pmd-plugin</artifactId>
\r
115 <groupId>org.apache.maven.plugins</groupId>
\r
116 <artifactId>maven-javadoc-plugin</artifactId>
\r
118 <aggregate>true</aggregate>
\r
122 <groupId>org.apache.maven.plugins</groupId>
\r
123 <artifactId>maven-project-info-reports-plugin</artifactId>
\r
127 <report>dependencies</report>
\r
128 <report>mailing-list</report>
\r
129 <report>issue-tracking</report>
\r
143 <groupId>funambol</groupId>
\r
144 <artifactId>core-framework</artifactId>
\r
145 <version>7.0.1</version>
\r
146 <scope>compile</scope>
\r
149 <groupId>bmessage</groupId>
\r
150 <artifactId>jgroupdav</artifactId>
\r
151 <version>1.3-SNAPSHOT</version>
\r
152 <scope>compile</scope>
\r
155 <groupId>funambol</groupId>
\r
156 <artifactId>server-framework</artifactId>
\r
157 <version>7.1.0</version>
\r
158 <scope>compile</scope>
\r
161 <groupId>funambol</groupId>
\r
162 <artifactId>admin-framework</artifactId>
\r
163 <version>7.1.0</version>
\r
164 <scope>compile</scope>
\r
167 <groupId>funambol</groupId>
\r
168 <artifactId>ds-server</artifactId>
\r
169 <version>7.1.0</version>
\r
170 <scope>compile</scope>
\r
179 <groupId>org.apache.maven.plugins</groupId>
\r
180 <artifactId>maven-jar-plugin</artifactId>
\r
185 <addClasspath>true</addClasspath>
\r
186 <addExtensions></addExtensions>
\r
187 <classpathPrefix></classpathPrefix>
\r
194 The Funambol Maven Plugin enables the use of the following
\r
196 - funambol:s4j -} to create a Funambol module archive
\r
199 <artifactId>maven-antrun-plugin</artifactId>
\r
202 <phase>package</phase>
\r
205 <copy todir="target/funambol/sql" preservelastmodified="true">
\r
206 <fileset dir="src/main/sql"></fileset>
\r
208 <copy todir="target/funambol/config" preservelastmodified="true">
\r
209 <fileset dir="src/main/config"></fileset>
\r
211 <copy todir="target/funambol/lib" file="target/httpauth-1.0-SNAPSHOT.jar"></copy>
\r
212 <!-- <copy todir="target/funambol/lib">
\r
213 <fileset dir="target/dependency"></fileset>
\r
215 <jar jarfile="target/httpauth.s4j" compress="true" update="true">
\r
216 <fileset dir="target/funambol">
\r
217 <include name="**/*"></include>
\r
227 <id>mkdir-s4j-struct</id>
\r
228 <phase>process-resources</phase>
\r
231 <mkdir dir="target/funambol"></mkdir>
\r
232 <mkdir dir="target/funambol/sql"></mkdir>
\r
233 <mkdir dir="target/funambol/lib"></mkdir>
\r
234 <mkdir dir="target/funambol/config"></mkdir>
\r
244 This is the central Funambol repostiry where all funambol related
\r
245 artifacts are stored
\r
250 <url>http://funambol.sourceforge.net/m2</url>
\r
253 <pluginRepositories>
\r
256 <url>http://funambol.sourceforge.net/m2</url>
\r
257 </pluginRepository>
\r
258 </pluginRepositories>
\r