Skip to content

Commit c0d626e

Browse files
committed
Maven POM: general clean-up.
1 parent 8c795e0 commit c0d626e

File tree

1 file changed

+6
-48
lines changed

1 file changed

+6
-48
lines changed

pom.xml

Lines changed: 6 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,9 @@
7070
<sourceDirectory>${project.basedir}/src</sourceDirectory>
7171
<testSourceDirectory>${project.basedir}/junit</testSourceDirectory>
7272
<plugins>
73-
<plugin>
74-
<groupId>org.apache.maven.plugins</groupId>
75-
<artifactId>maven-source-plugin</artifactId>
76-
<version>3.2.0</version>
77-
<executions>
78-
<execution>
79-
<id>attach-sources</id>
80-
<goals>
81-
<goal>jar-no-fork</goal>
82-
</goals>
83-
</execution>
84-
</executions>
85-
</plugin>
8673
<plugin>
8774
<groupId>org.apache.maven.plugins</groupId>
8875
<artifactId>maven-compiler-plugin</artifactId>
89-
<version>3.8.1</version>
9076
<executions>
9177
<execution>
9278
<id>default-compile</id>
@@ -102,25 +88,18 @@
10288
<plugin>
10389
<groupId>org.apache.maven.plugins</groupId>
10490
<artifactId>maven-javadoc-plugin</artifactId>
105-
<version>3.1.0</version>
10691
<configuration>
107-
<source>8</source>
108-
<quiet>true</quiet>
109-
<doclint>none</doclint>
92+
<overview>${project.basedir}/src/overview.html</overview>
93+
<links>
94+
<link>https://docs.oracle.com/javase/8/docs/api/</link>
95+
<link>https://css4j.github.io/api/2.0/</link>
96+
<link>https://dom4j.github.io/javadoc/2.1.1/</link>
97+
</links>
11098
</configuration>
111-
<executions>
112-
<execution>
113-
<id>attach-javadocs</id>
114-
<goals>
115-
<goal>jar</goal>
116-
</goals>
117-
</execution>
118-
</executions>
11999
</plugin>
120100
<plugin>
121101
<groupId>org.apache.maven.plugins</groupId>
122102
<artifactId>maven-jar-plugin</artifactId>
123-
<version>3.2.0</version>
124103
<configuration>
125104
<archive>
126105
<manifestEntries>
@@ -162,27 +141,6 @@
162141
</testResource>
163142
</testResources>
164143
</build>
165-
<reporting>
166-
<plugins>
167-
<plugin>
168-
<groupId>org.apache.maven.plugins</groupId>
169-
<artifactId>maven-javadoc-plugin</artifactId>
170-
<version>3.1.0</version>
171-
<configuration>
172-
<reportOutputDirectory>${project.build.directory}/doc</reportOutputDirectory>
173-
<destDir>api</destDir>
174-
</configuration>
175-
<reportSets>
176-
<reportSet>
177-
<id>default</id>
178-
<reports>
179-
<report>javadoc</report>
180-
</reports>
181-
</reportSet>
182-
</reportSets>
183-
</plugin>
184-
</plugins>
185-
</reporting>
186144
<scm>
187145
<connection>scm:git:https://github.com/css4j/css4j-dom4j.git</connection>
188146
<url>https://github.com/css4j/css4j-dom4j</url>

0 commit comments

Comments
 (0)