Skip to content

Commit 4ec10c4

Browse files
committed
Maven POM: clean-up.
1 parent d4810f1 commit 4ec10c4

File tree

1 file changed

+6
-52
lines changed

1 file changed

+6
-52
lines changed

pom.xml

+6-52
Original file line numberDiff line numberDiff line change
@@ -46,48 +46,23 @@
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>
6753
<source>7</source>
68-
<quiet>true</quiet>
69-
<doclint>none</doclint>
7054
</configuration>
71-
<executions>
72-
<execution>
73-
<id>attach-javadocs</id>
74-
<goals>
75-
<goal>jar</goal>
76-
</goals>
77-
</execution>
78-
</executions>
7955
</plugin>
8056
<plugin>
8157
<groupId>org.apache.maven.plugins</groupId>
8258
<artifactId>maven-jar-plugin</artifactId>
83-
<version>3.2.0</version>
8459
<configuration>
85-
<archive>
86-
<manifestEntries>
87-
<Automatic-Module-Name>io.sf.carte.css4j.agent.net</Automatic-Module-Name>
88-
</manifestEntries>
89-
<addMavenDescriptor>false</addMavenDescriptor>
90-
</archive>
60+
<archive>
61+
<manifestEntries>
62+
<Automatic-Module-Name>io.sf.carte.css4j.agent.net</Automatic-Module-Name>
63+
</manifestEntries>
64+
<addMavenDescriptor>false</addMavenDescriptor>
65+
</archive>
9166
</configuration>
9267
</plugin>
9368
</plugins>
@@ -115,27 +90,6 @@
11590
</testResource>
11691
</testResources>
11792
</build>
118-
<reporting>
119-
<plugins>
120-
<plugin>
121-
<groupId>org.apache.maven.plugins</groupId>
122-
<artifactId>maven-javadoc-plugin</artifactId>
123-
<version>3.1.0</version>
124-
<configuration>
125-
<reportOutputDirectory>${project.build.directory}/doc</reportOutputDirectory>
126-
<destDir>api</destDir>
127-
</configuration>
128-
<reportSets>
129-
<reportSet>
130-
<id>default</id>
131-
<reports>
132-
<report>javadoc</report>
133-
</reports>
134-
</reportSet>
135-
</reportSets>
136-
</plugin>
137-
</plugins>
138-
</reporting>
13993
<scm>
14094
<connection>scm:git:https://github.com/css4j/css4j-agent.git</connection>
14195
<url>https://github.com/css4j/css4j-agent</url>

0 commit comments

Comments
 (0)