Revision: | 22065 |
Committed: | Wed Mar 10 08:57:49 2010 UTC (10 years, 10 months ago) by fvlankvelt |
Content type: | text/xml |
File size: | 4643 byte(s) |
Log Message: | HTMLCLEANER-22: release 1.01.07 copy for tag Release_HTMLCLEANER_v1_01_07 |
# | Content |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!-- |
3 | Copyright 2008-2009 Hippo (www.onehippo.com) |
4 | |
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 | --> |
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 | <modelVersion>4.0.0</modelVersion> |
19 | |
20 | <name>Htmlcleaner</name> |
21 | <description>Html</description> |
22 | <groupId>hippo</groupId> |
23 | <artifactId>htmlcleaner</artifactId> |
24 | <version>1.01.07</version> |
25 | |
26 | <issueManagement> |
27 | <system>JIRA</system> |
28 | <url>https://issues.onehippo.com/browse/HTMLCLEANER</url> |
29 | </issueManagement> |
30 | |
31 | <scm> |
32 | <connection>scm:svn:http://svn.hippocms.org/repos/hippo/hippo-components/htmlcleaner/tags/Release_HTMLCLEANER_v1_01_07</connection> |
33 | <developerConnection>scm:svn:https://svn.hippocms.org/repos/hippo/hippo-components/htmlcleaner/tags/Release_HTMLCLEANER_v1_01_07</developerConnection> |
34 | <url>http://svn.hippocms.org/repos/hippo/hippo-components/htmlcleaner/tags/Release_HTMLCLEANER_v1_01_07</url> |
35 | </scm> |
36 | |
37 | <distributionManagement> |
38 | <repository> |
39 | <id>repository.hippocms.org</id> |
40 | <url>ftp://repository.hippocms.org/maven2</url> |
41 | </repository> |
42 | </distributionManagement> |
43 | |
44 | <dependencies> |
45 | <dependency> |
46 | <groupId>nekohtml</groupId> |
47 | <artifactId>nekodtd</artifactId> |
48 | <version>0.1.11</version> |
49 | </dependency> |
50 | <dependency> |
51 | <groupId>org.outerj.daisy</groupId> |
52 | <artifactId>daisy-util</artifactId> |
53 | <version>1.4.1</version> |
54 | </dependency> |
55 | <dependency> |
56 | <groupId>xerces</groupId> |
57 | <artifactId>xercesImpl</artifactId> |
58 | <version>2.8.1</version> |
59 | </dependency> |
60 | <dependency> |
61 | <groupId>xerces</groupId> |
62 | <artifactId>xmlParserAPIs</artifactId> |
63 | <version>2.2.1</version> |
64 | </dependency> |
65 | <dependency> |
66 | <groupId>commons-lang</groupId> |
67 | <artifactId>commons-lang</artifactId> |
68 | <version>2.1</version> |
69 | </dependency> |
70 | <dependency> |
71 | <groupId>jakarta-regexp</groupId> |
72 | <artifactId>jakarta-regexp</artifactId> |
73 | <version>1.4</version> |
74 | </dependency> |
75 | <dependency> |
76 | <groupId>net.sourceforge.nekohtml</groupId> |
77 | <artifactId>nekohtml</artifactId> |
78 | <version>1.9.13</version> |
79 | <type>jar</type> |
80 | <scope>compile</scope> |
81 | </dependency> |
82 | <dependency> |
83 | <groupId>xml-apis</groupId> |
84 | <artifactId>xml-apis</artifactId> |
85 | <version>1.3.03</version> |
86 | <type>jar</type> |
87 | <scope>compile</scope> |
88 | </dependency> |
89 | </dependencies> |
90 | |
91 | <organization> |
92 | <name>onehippo</name> |
93 | <url>http://www.onehippo.com</url> |
94 | </organization> |
95 | |
96 | <build> |
97 | <defaultGoal>package</defaultGoal> |
98 | <plugins> |
99 | <plugin> |
100 | <groupId>org.apache.maven.plugins</groupId> |
101 | <artifactId>maven-compiler-plugin</artifactId> |
102 | <version>2.0.2</version> |
103 | <configuration> |
104 | <source>1.4</source> |
105 | <target>1.4</target> |
106 | </configuration> |
107 | </plugin> |
108 | <plugin> |
109 | <inherited>true</inherited> |
110 | <groupId>org.apache.maven.plugins</groupId> |
111 | <artifactId>maven-source-plugin</artifactId> |
112 | <version>2.1</version> |
113 | <executions> |
114 | <execution> |
115 | <id>attach-sources</id> |
116 | <goals> |
117 | <goal>jar</goal> |
118 | </goals> |
119 | </execution> |
120 | </executions> |
121 | </plugin> |
122 | <plugin> |
123 | <groupId>org.apache.maven.plugins</groupId> |
124 | <artifactId>maven-release-plugin</artifactId> |
125 | <version>2.0-beta-8</version> |
126 | </plugin> |
127 | </plugins> |
128 | <extensions> |
129 | <extension> |
130 | <groupId>org.apache.maven.wagon</groupId> |
131 | <artifactId>wagon-ftp</artifactId> |
132 | <version>1.0-beta-6</version> |
133 | </extension> |
134 | </extensions> |
135 | <resources> |
136 | <resource> |
137 | <filtering>false</filtering> |
138 | <directory>${basedir}/src/main/java</directory> |
139 | <includes> |
140 | <include>**/*.ent</include> |
141 | <include>**/*.dtd</include> |
142 | </includes> |
143 | </resource> |
144 | </resources> |
145 | </build> |
146 | </project> |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |