Skip to content

Commit 2b53252

Browse files
committed
Maven POM: general clean-up.
1 parent b98d7a8 commit 2b53252

File tree

1 file changed

+8
-49
lines changed

1 file changed

+8
-49
lines changed

pom.xml

+8-49
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<scope>compile</scope>
2222
<optional>false</optional>
2323
</dependency>
24-
<dependency>
24+
<dependency>
2525
<groupId>io.sf.carte</groupId>
2626
<artifactId>css4j</artifactId>
2727
<version>${project.parent.version}</version>
2828
<type>test-jar</type>
2929
<scope>test</scope>
3030
</dependency>
31-
<!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser -->
31+
<!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser -->
3232
<dependency>
3333
<groupId>nu.validator.htmlparser</groupId>
3434
<artifactId>htmlparser</artifactId>
@@ -46,40 +46,20 @@
4646
<sourceDirectory>${project.basedir}/src</sourceDirectory>
4747
<testSourceDirectory>${project.basedir}/junit</testSourceDirectory>
4848
<plugins>
49-
<plugin>
50-
<groupId>org.apache.maven.plugins</groupId>
51-
<artifactId>maven-source-plugin</artifactId>
52-
<version>3.2.0</version>
53-
<executions>
54-
<execution>
55-
<id>attach-sources</id>
56-
<goals>
57-
<goal>jar-no-fork</goal>
58-
</goals>
59-
</execution>
60-
</executions>
61-
</plugin>
6249
<plugin>
6350
<groupId>org.apache.maven.plugins</groupId>
6451
<artifactId>maven-javadoc-plugin</artifactId>
65-
<version>3.1.0</version>
6652
<configuration>
67-
<source>8</source>
68-
<quiet>true</quiet>
53+
<links>
54+
<link>https://docs.oracle.com/javase/8/docs/api/</link>
55+
<link>https://css4j.github.io/api/2.0/</link>
56+
<link>https://about.validator.nu/htmlparser/apidocs/</link>
57+
</links>
6958
</configuration>
70-
<executions>
71-
<execution>
72-
<id>attach-javadocs</id>
73-
<goals>
74-
<goal>jar</goal>
75-
</goals>
76-
</execution>
77-
</executions>
7859
</plugin>
7960
<plugin>
8061
<groupId>org.apache.maven.plugins</groupId>
8162
<artifactId>maven-jar-plugin</artifactId>
82-
<version>3.2.0</version>
8363
<configuration>
8464
<archive>
8565
<manifestEntries>
@@ -113,29 +93,8 @@
11393
</testResource>
11494
</testResources>
11595
</build>
116-
<reporting>
117-
<plugins>
118-
<plugin>
119-
<groupId>org.apache.maven.plugins</groupId>
120-
<artifactId>maven-javadoc-plugin</artifactId>
121-
<version>3.1.0</version>
122-
<configuration>
123-
<reportOutputDirectory>${project.build.directory}/doc</reportOutputDirectory>
124-
<destDir>api</destDir>
125-
</configuration>
126-
<reportSets>
127-
<reportSet>
128-
<id>default</id>
129-
<reports>
130-
<report>javadoc</report>
131-
</reports>
132-
</reportSet>
133-
</reportSets>
134-
</plugin>
135-
</plugins>
136-
</reporting>
13796
<scm>
138-
<connection>scm:git:https://github.com/css4j/css4j-awt.git</connection>
97+
<connection>scm:git:https://github.com/css4j/css4j-awt.git</connection>
13998
<url>https://github.com/css4j/css4j-awt</url>
14099
</scm>
141100
<distributionManagement>

0 commit comments

Comments
 (0)