|
2 | 2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 |
| - <groupId>com.gargoylesoftware.cssparser</groupId> |
| 5 | + <groupId>net.sourceforge.htmlunit</groupId> |
6 | 6 | <artifactId>htmlunit-cssparser</artifactId>
|
7 | 7 | <version>1.0.0-SNAPSHOT</version>
|
8 | 8 | <name>HtmlUnit CSS Parser</name>
|
9 |
| - <url>http://cssparser.sourceforge.net/</url> |
| 9 | + <url>https://github.com/HtmlUnit/htmlunit-cssparser</url> |
10 | 10 | <packaging>jar</packaging>
|
11 | 11 | <description>CSS parser for HtmlUnit.</description>
|
12 | 12 | <parent>
|
|
18 | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
19 | 19 | <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
|
20 | 20 | </properties>
|
| 21 | + |
| 22 | + <dependencies> |
| 23 | + <dependency> |
| 24 | + <groupId>junit</groupId> |
| 25 | + <artifactId>junit</artifactId> |
| 26 | + <version>4.12</version> |
| 27 | + <scope>test</scope> |
| 28 | + </dependency> |
| 29 | + </dependencies> |
| 30 | + |
21 | 31 | <build>
|
22 | 32 | <plugins>
|
23 | 33 | <plugin>
|
|
229 | 239 | </plugin>
|
230 | 240 | </plugins>
|
231 | 241 | </reporting>
|
232 |
| - <issueManagement> |
233 |
| - <system>SourceForge2</system> |
234 |
| - <url>http://sourceforge.net/p/cssparser/bugs/</url> |
235 |
| - </issueManagement> |
236 |
| - <inceptionYear>1999</inceptionYear> |
| 242 | + |
237 | 243 | <licenses>
|
238 | 244 | <license>
|
239 | 245 | <name>Apache License, Version 2.0</name>
|
240 | 246 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
241 | 247 | <distribution>repo</distribution>
|
242 | 248 | </license>
|
243 | 249 | </licenses>
|
| 250 | + |
244 | 251 | <scm>
|
245 | 252 | < connection>scm:git: [email protected]:HtmlUnit/htmlunit-cssparser.git</ connection>
|
246 | 253 | < developerConnection>scm:git: [email protected]:HtmlUnit/htmlunit-cssparser.git</ developerConnection>
|
247 | 254 | <url>https://github.com/htmlunit</url>
|
248 | 255 | </scm>
|
249 | 256 |
|
| 257 | + <distributionManagement> |
| 258 | + <snapshotRepository> |
| 259 | + <id>sonatype-nexus-snapshots</id> |
| 260 | + <url>http://oss.sonatype.org/content/repositories/snapshots</url> |
| 261 | + </snapshotRepository> |
| 262 | + <repository> |
| 263 | + <id>sonatype-nexus-staging</id> |
| 264 | + <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
| 265 | + </repository> |
| 266 | + </distributionManagement> |
| 267 | + |
250 | 268 | <mailingLists>
|
251 | 269 | </mailingLists>
|
252 | 270 | <developers>
|
|
275 | 293 | <name>Ahmed Ashour</name>
|
276 | 294 | </contributor>
|
277 | 295 | </contributors>
|
278 |
| - <dependencies> |
279 |
| - <dependency> |
280 |
| - <groupId>junit</groupId> |
281 |
| - <artifactId>junit</artifactId> |
282 |
| - <version>4.12</version> |
283 |
| - <scope>test</scope> |
284 |
| - </dependency> |
285 |
| - </dependencies> |
286 | 296 | </project>
|
0 commit comments