1 <?xml version="1.0"?>
\r
3 <project xmlns="http://maven.apache.org/POM/4.0.0"
\r
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
\r
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
\r
6 http://maven.apache.org/maven-v4_0_0.xsd">
\r
8 <modelVersion>4.0.0</modelVersion>
\r
9 <groupId>com.soashable.lib</groupId>
\r
10 <artifactId>xmpp4js</artifactId>
\r
11 <packaging>javascript</packaging>
\r
12 <version>0.2-SNAPSHOT</version>
\r
13 <name>xmpp4js</name>
\r
15 xmpp4js is an xmpp connection library for Javascript. It is written with a heavy emphasis
\r
16 on resuability and extensibility, and is naturally heavilly tested.
\r
18 <url>http://xmpp4js.sourceforge.net</url>
\r
22 <groupId>com.prototype</groupId>
\r
23 <artifactId>prototype</artifactId>
\r
24 <type>javascript</type>
\r
25 <version>1.5.1-SNAPSHOT</version>
\r
29 <groupId>com.extjs</groupId>
\r
30 <artifactId>extjs-debug</artifactId>
\r
31 <type>javascript</type>
\r
32 <version>2.0-SNAPSHOT</version>
\r
36 <groupId>uk.org.pajhome</groupId>
\r
37 <artifactId>crypto</artifactId>
\r
38 <type>javascript</type>
\r
39 <version>1.0-SNAPSHOT</version>
\r
43 <groupId>net.sf.xml4script</groupId>
\r
44 <artifactId>xml4script</artifactId>
\r
45 <type>javascript</type>
\r
46 <version>3.1-SNAPSHOT</version>
\r
54 <groupId>org.codehaus.mojo.javascript</groupId>
\r
55 <artifactId>javascript-maven-extensions</artifactId>
\r
56 <version>1.0-alpha-1-SNAPSHOT</version>
\r
61 <groupId>org.codehaus.mojo.javascript</groupId>
\r
62 <artifactId>javascript-maven-plugin</artifactId>
\r
63 <version>1.0-alpha-1-SNAPSHOT</version>
\r
64 <extensions>true</extensions>
\r
66 <descriptor>${basedir}/src/assembler/xmpp4js.xml</descriptor>
\r
68 <compressor>shrinksafe</compressor>
\r
72 <include>*Test.html</include>
\r
75 <!-- hasn't been ported to new connection stuff yet -->
\r
76 <exclude>MUC_JoinTest.html</exclude>
\r
79 <browser>firefox</browser>
\r
86 <phase>compile</phase>
\r
88 <goal>attach-compressed</goal>
\r
96 <artifactId>maven-assembly-plugin</artifactId>
\r
98 <attach>false</attach>
\r
100 <descriptor>src/assembler/src.xml</descriptor>
\r
105 <id>make-assembly</id>
\r
106 <phase>package</phase>
\r
108 <goal>assembly</goal>
\r
120 <groupId>org.codehaus.mojo.javascript</groupId>
\r
121 <artifactId>javascript-report-maven-plugin</artifactId>
\r
124 <report>jsdoc</report>
\r
130 There is a bug in js plugin that prevents site from building if this
\r
131 is enabled and tests fail.
\r
134 <groupId>org.apache.maven.plugins</groupId>
\r
135 <artifactId>maven-surefire-report-plugin</artifactId>
\r
141 <distributionManagement>
\r
143 <id>mvn.soashable.com</id>
\r
145 http://mvn.soashable.com:8180/artifactory/libs-snapshots
\r
148 <snapshotRepository>
\r
149 <id>mvn.soashable.com</id>
\r
151 http://mvn.soashable.com:8180/artifactory/libs-snapshots
\r
153 </snapshotRepository>
\r
155 <id>sourceforge.net-site</id>
\r
156 <url>scp://shell.sourceforge.net/home/groups/x/xm/xmpp4js/htdocs</url>
\r
158 </distributionManagement>
\r
161 <connection>scm:svn:http://xmpp4js.svn.sourceforge.net/svnroot/xmpp4js/trunk</connection>
\r
162 <developerConnection>scm:svn:https://xmpp4js.svn.sourceforge.net/svnroot/xmpp4js/trunk</developerConnection>
\r
163 <url>http://xmpp4js.svn.sourceforge.net/viewvc/xmpp4js/</url>
\r
168 <name>GNU Lesser Public License (LGPL)</name>
\r
169 <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
\r
174 <system>Google Code Issues</system>
\r
175 <url>http://code.google.com/p/soashable/issues/list</url>
\r
181 <name>Harlan Iverson</name>
\r
182 <email>h.iverson at gmail dot com</email>
\r
183 <url>http://blog.devspan.com</url>
\r
189 <name>Matthew Purland</name>
\r
190 <email>m.purland at gmail dot com</email>
\r
196 <id>soashable-libs-snapshots</id>
\r
197 <url>http://mvn.soashable.com/artifactory/libs-snapshots</url>
\r
199 <enabled>false</enabled>
\r
200 <updatePolicy>never</updatePolicy>
\r
201 <checksumPolicy>fail</checksumPolicy>
\r
204 <updatePolicy>always</updatePolicy>
\r
205 <checksumPolicy>warn</checksumPolicy>
\r