1 |
jjoachimsthal |
18987 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
|
|
<!-- |
3 |
adouma |
38132 |
Copyright 2008-2013 Hippo B.V. (http://www.onehippo.com) |
4 |
ddam |
15595 |
|
5 |
|
|
Licensed under the Apache License, Version 2.0 (the "License"); |
6 |
|
|
you may not use this file except in compliance with the License. |
7 |
|
|
You may obtain a copy of the License at |
8 |
|
|
|
9 |
|
|
http://www.apache.org/licenses/LICENSE-2.0 |
10 |
|
|
|
11 |
|
|
Unless required by applicable law or agreed to in writing, software |
12 |
|
|
distributed under the License is distributed on an "AS IS" BASIS, |
13 |
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 |
|
|
See the License for the specific language governing permissions and |
15 |
|
|
limitations under the License. |
16 |
jjoachimsthal |
16404 |
--> |
17 |
|
|
<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"> |
18 |
bvdschans |
19762 |
<modelVersion>4.0.0</modelVersion> |
19 |
|
|
|
20 |
|
|
<name>Htmlcleaner</name> |
21 |
mnour |
37756 |
<description>Htmlcleaner</description> |
22 |
bvdschans |
19762 |
<groupId>hippo</groupId> |
23 |
|
|
<artifactId>htmlcleaner</artifactId> |
24 |
jsheriff |
39607 |
<version>1.02.10-SNAPSHOT</version> |
25 |
bvdschans |
19762 |
|
26 |
mnour |
37812 |
<inceptionYear>2008</inceptionYear> |
27 |
|
|
|
28 |
bvdschans |
19762 |
<issueManagement> |
29 |
|
|
<system>JIRA</system> |
30 |
|
|
<url>https://issues.onehippo.com/browse/HTMLCLEANER</url> |
31 |
|
|
</issueManagement> |
32 |
|
|
|
33 |
|
|
<scm> |
34 |
jsheriff |
39607 |
<connection>scm:svn:http://svn.onehippo.org/repos/hippo/hippo-components/htmlcleaner/trunk</connection> |
35 |
|
|
<developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/hippo-components/htmlcleaner/trunk</developerConnection> |
36 |
|
|
<url>http://svn.onehippo.org/repos/hippo/hippo-components/htmlcleaner/trunk</url> |
37 |
bvdschans |
19762 |
</scm> |
38 |
|
|
|
39 |
adouma |
38132 |
<pluginRepositories> |
40 |
|
|
<pluginRepository> |
41 |
|
|
<id>hippo</id> |
42 |
|
|
<name>Hippo maven 2 repository.</name> |
43 |
|
|
<url>http://maven.onehippo.com/maven2/</url> |
44 |
|
|
<snapshots> |
45 |
|
|
<enabled>false</enabled> |
46 |
|
|
</snapshots> |
47 |
|
|
<releases> |
48 |
|
|
<updatePolicy>never</updatePolicy> |
49 |
|
|
</releases> |
50 |
|
|
<layout>default</layout> |
51 |
|
|
</pluginRepository> |
52 |
|
|
</pluginRepositories> |
53 |
|
|
|
54 |
bvdschans |
19762 |
<distributionManagement> |
55 |
|
|
<repository> |
56 |
uhommes |
30964 |
<name>Hippo Maven 2 Repository</name> |
57 |
|
|
<id>hippo-maven2</id> |
58 |
|
|
<url>https://maven.onehippo.com/content/repositories/releases/</url> |
59 |
|
|
<uniqueVersion>false</uniqueVersion> |
60 |
bvdschans |
19762 |
</repository> |
61 |
adouma |
38152 |
<snapshotRepository> |
62 |
|
|
<id>hippo-maven2-snapshots</id> |
63 |
|
|
<name>Hippo Maven 2 Snapshots Repository</name> |
64 |
|
|
<url>https://maven.onehippo.com/content/repositories/snapshots/</url> |
65 |
|
|
<uniqueVersion>false</uniqueVersion> |
66 |
|
|
</snapshotRepository> |
67 |
bvdschans |
19762 |
</distributionManagement> |
68 |
|
|
|
69 |
adouma |
38132 |
<properties> |
70 |
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
71 |
|
|
|
72 |
|
|
<maven.plugin.rat.version>0.9.RAT125</maven.plugin.rat.version> |
73 |
|
|
<maven.plugin.release.version>2.3.2</maven.plugin.release.version> |
74 |
|
|
<maven.plugin.remote-resources.version>1.4</maven.plugin.remote-resources.version> |
75 |
|
|
|
76 |
|
|
</properties> |
77 |
|
|
|
78 |
fvlankvelt |
38537 |
<repositories> |
79 |
|
|
<repository> |
80 |
|
|
<id>hippo</id> |
81 |
|
|
<name>Hippo Maven 2</name> |
82 |
|
|
<url>http://maven.onehippo.com/maven2/</url> |
83 |
|
|
<snapshots> |
84 |
|
|
<enabled>false</enabled> |
85 |
|
|
</snapshots> |
86 |
|
|
<releases> |
87 |
|
|
<updatePolicy>never</updatePolicy> |
88 |
|
|
</releases> |
89 |
|
|
</repository> |
90 |
|
|
</repositories> |
91 |
|
|
|
92 |
bvdschans |
19762 |
<dependencies> |
93 |
abogaart |
22422 |
|
94 |
|
|
<dependency> |
95 |
|
|
<groupId>org.slf4j</groupId> |
96 |
|
|
<artifactId>slf4j-api</artifactId> |
97 |
uhommes |
30961 |
<version>1.6.1</version> |
98 |
|
|
<scope>provided</scope> |
99 |
abogaart |
22422 |
</dependency> |
100 |
|
|
|
101 |
|
|
<dependency> |
102 |
|
|
<groupId>org.slf4j</groupId> |
103 |
|
|
<artifactId>slf4j-log4j12</artifactId> |
104 |
uhommes |
30961 |
<version>1.6.1</version> |
105 |
abogaart |
22422 |
<scope>test</scope> |
106 |
|
|
</dependency> |
107 |
abogaart |
22581 |
|
108 |
bvdschans |
19762 |
<dependency> |
109 |
|
|
<groupId>nekohtml</groupId> |
110 |
|
|
<artifactId>nekodtd</artifactId> |
111 |
|
|
<version>0.1.11</version> |
112 |
|
|
</dependency> |
113 |
abogaart |
22581 |
|
114 |
bvdschans |
19762 |
<dependency> |
115 |
|
|
<groupId>org.outerj.daisy</groupId> |
116 |
|
|
<artifactId>daisy-util</artifactId> |
117 |
|
|
<version>1.4.1</version> |
118 |
|
|
</dependency> |
119 |
|
|
<dependency> |
120 |
|
|
<groupId>xerces</groupId> |
121 |
|
|
<artifactId>xercesImpl</artifactId> |
122 |
|
|
<version>2.8.1</version> |
123 |
uhommes |
30961 |
<scope>provided</scope> |
124 |
bvdschans |
19762 |
</dependency> |
125 |
uhommes |
30961 |
<dependency> |
126 |
bvdschans |
19762 |
<groupId>commons-lang</groupId> |
127 |
|
|
<artifactId>commons-lang</artifactId> |
128 |
|
|
<version>2.1</version> |
129 |
|
|
</dependency> |
130 |
|
|
<dependency> |
131 |
|
|
<groupId>jakarta-regexp</groupId> |
132 |
|
|
<artifactId>jakarta-regexp</artifactId> |
133 |
|
|
<version>1.4</version> |
134 |
|
|
</dependency> |
135 |
|
|
<dependency> |
136 |
|
|
<groupId>net.sourceforge.nekohtml</groupId> |
137 |
|
|
<artifactId>nekohtml</artifactId> |
138 |
|
|
<version>1.9.13</version> |
139 |
|
|
<type>jar</type> |
140 |
|
|
<scope>compile</scope> |
141 |
|
|
</dependency> |
142 |
|
|
<dependency> |
143 |
|
|
<groupId>xml-apis</groupId> |
144 |
|
|
<artifactId>xml-apis</artifactId> |
145 |
uhommes |
30961 |
<version>1.0.b2</version> |
146 |
bvdschans |
19762 |
<type>jar</type> |
147 |
uhommes |
30961 |
<scope>provided</scope> |
148 |
bvdschans |
19762 |
</dependency> |
149 |
abogaart |
22403 |
|
150 |
|
|
<dependency> |
151 |
|
|
<groupId>junit</groupId> |
152 |
|
|
<artifactId>junit</artifactId> |
153 |
|
|
<version>4.5</version> |
154 |
|
|
<scope>test</scope> |
155 |
|
|
</dependency> |
156 |
|
|
|
157 |
bvdschans |
19762 |
</dependencies> |
158 |
|
|
|
159 |
|
|
<organization> |
160 |
|
|
<name>onehippo</name> |
161 |
|
|
<url>http://www.onehippo.com</url> |
162 |
|
|
</organization> |
163 |
|
|
|
164 |
|
|
<build> |
165 |
|
|
<defaultGoal>package</defaultGoal> |
166 |
|
|
<plugins> |
167 |
|
|
<plugin> |
168 |
|
|
<groupId>org.apache.maven.plugins</groupId> |
169 |
|
|
<artifactId>maven-compiler-plugin</artifactId> |
170 |
|
|
<configuration> |
171 |
adouma |
38132 |
<source>1.6</source> |
172 |
|
|
<target>1.6</target> |
173 |
bvdschans |
19762 |
</configuration> |
174 |
|
|
</plugin> |
175 |
|
|
<plugin> |
176 |
|
|
<inherited>true</inherited> |
177 |
|
|
<groupId>org.apache.maven.plugins</groupId> |
178 |
|
|
<artifactId>maven-source-plugin</artifactId> |
179 |
|
|
<executions> |
180 |
|
|
<execution> |
181 |
|
|
<id>attach-sources</id> |
182 |
|
|
<goals> |
183 |
|
|
<goal>jar</goal> |
184 |
|
|
</goals> |
185 |
|
|
</execution> |
186 |
|
|
</executions> |
187 |
|
|
</plugin> |
188 |
|
|
<plugin> |
189 |
|
|
<groupId>org.apache.maven.plugins</groupId> |
190 |
|
|
<artifactId>maven-release-plugin</artifactId> |
191 |
adouma |
38132 |
<version>${maven.plugin.release.version}</version> |
192 |
bvdschans |
19762 |
</plugin> |
193 |
adouma |
38132 |
<plugin> |
194 |
|
|
<groupId>org.apache.maven.plugins</groupId> |
195 |
|
|
<artifactId>maven-remote-resources-plugin</artifactId> |
196 |
|
|
<version>${maven.plugin.remote-resources.version}</version> |
197 |
|
|
<inherited>true</inherited> |
198 |
|
|
<executions> |
199 |
|
|
<execution> |
200 |
|
|
<goals> |
201 |
|
|
<goal>process</goal> |
202 |
|
|
</goals> |
203 |
|
|
<configuration> |
204 |
|
|
<resourceBundles> |
205 |
|
|
<resourceBundle>org.onehippo.cms7:hippo-cms7-legal-resources:1</resourceBundle> |
206 |
|
|
</resourceBundles> |
207 |
|
|
</configuration> |
208 |
|
|
</execution> |
209 |
|
|
</executions> |
210 |
|
|
</plugin> |
211 |
bvdschans |
19762 |
</plugins> |
212 |
|
|
<extensions> |
213 |
|
|
<extension> |
214 |
|
|
<groupId>org.apache.maven.wagon</groupId> |
215 |
|
|
<artifactId>wagon-ftp</artifactId> |
216 |
|
|
<version>1.0-beta-6</version> |
217 |
|
|
</extension> |
218 |
|
|
</extensions> |
219 |
|
|
<resources> |
220 |
|
|
<resource> |
221 |
|
|
<filtering>false</filtering> |
222 |
|
|
<directory>${basedir}/src/main/java</directory> |
223 |
|
|
<includes> |
224 |
|
|
<include>**/*.ent</include> |
225 |
|
|
<include>**/*.dtd</include> |
226 |
|
|
</includes> |
227 |
|
|
</resource> |
228 |
|
|
</resources> |
229 |
|
|
</build> |
230 |
abogaart |
22403 |
|
231 |
|
|
<profiles> |
232 |
|
|
<profile> |
233 |
|
|
<id>jrebel</id> |
234 |
|
|
<build> |
235 |
|
|
<plugins> |
236 |
|
|
<plugin> |
237 |
|
|
<inherited>true</inherited> |
238 |
|
|
<groupId>org.zeroturnaround</groupId> |
239 |
|
|
<artifactId>javarebel-maven-plugin</artifactId> |
240 |
|
|
<executions> |
241 |
|
|
<execution> |
242 |
|
|
<id>generate-rebel-xml</id> |
243 |
|
|
<phase>process-resources</phase> |
244 |
|
|
<goals> |
245 |
|
|
<goal>generate</goal> |
246 |
|
|
</goals> |
247 |
|
|
</execution> |
248 |
|
|
</executions> |
249 |
|
|
</plugin> |
250 |
|
|
</plugins> |
251 |
|
|
</build> |
252 |
|
|
</profile> |
253 |
adouma |
38132 |
<profile> |
254 |
|
|
<id>pedantic</id> |
255 |
|
|
<build> |
256 |
|
|
<plugins> |
257 |
|
|
<plugin> |
258 |
|
|
<groupId>org.apache.rat</groupId> |
259 |
|
|
<artifactId>apache-rat-plugin</artifactId> |
260 |
|
|
<version>${maven.plugin.rat.version}</version> |
261 |
|
|
<executions> |
262 |
|
|
<execution> |
263 |
|
|
<phase>validate</phase> |
264 |
|
|
<goals> |
265 |
|
|
<goal>check</goal> |
266 |
|
|
</goals> |
267 |
|
|
</execution> |
268 |
|
|
</executions> |
269 |
|
|
<configuration> |
270 |
|
|
<addDefaultLicenseMatchers>false</addDefaultLicenseMatchers> |
271 |
|
|
<excludeSubProjects>false</excludeSubProjects> |
272 |
|
|
<licenses> |
273 |
|
|
<license implementation="org.apache.rat.analysis.license.AppliedApacheSoftwareLicense20"> |
274 |
|
|
<copyrightOwner>Hippo B\.V\. \(http://www\.onehippo\.com\)</copyrightOwner> |
275 |
|
|
</license> |
276 |
|
|
</licenses> |
277 |
|
|
<excludes> |
278 |
|
|
<!-- no Hippo license headers needed for these files --> |
279 |
|
|
<exclude>**/*.ent</exclude> |
280 |
|
|
<exclude>**/*.dtd</exclude> |
281 |
|
|
</excludes> |
282 |
|
|
</configuration> |
283 |
|
|
</plugin> |
284 |
|
|
</plugins> |
285 |
|
|
</build> |
286 |
|
|
</profile> |
287 |
|
|
|
288 |
abogaart |
22403 |
</profiles> |
289 |
ddam |
15595 |
</project> |