Skip to content

Commit 21aea0d

Browse files
committed
Maven POM: general clean-up.
1 parent c8eb546 commit 21aea0d

File tree

1 file changed

+9
-23
lines changed

1 file changed

+9
-23
lines changed

pom.xml

Lines changed: 9 additions & 23 deletions
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,26 +46,13 @@
4646
</dependencies>
4747
<!-- Build Settings -->
4848
<build>
49-
<directory>${project.basedir}/build</directory>
50-
<outputDirectory>${project.build.directory}/bin</outputDirectory>
51-
<finalName>${project.artifactId}-${project.version}</finalName>
52-
<testOutputDirectory>${project.build.directory}/testbin</testOutputDirectory>
53-
<sourceDirectory>${project.basedir}/src</sourceDirectory>
54-
<testSourceDirectory>${project.basedir}/junit</testSourceDirectory>
49+
<directory>${project.basedir}/build</directory>
50+
<outputDirectory>${project.build.directory}/bin</outputDirectory>
51+
<finalName>${project.artifactId}-${project.version}</finalName>
52+
<testOutputDirectory>${project.build.directory}/testbin</testOutputDirectory>
53+
<sourceDirectory>${project.basedir}/src</sourceDirectory>
54+
<testSourceDirectory>${project.basedir}/junit</testSourceDirectory>
5555
<plugins>
56-
<plugin>
57-
<groupId>org.apache.maven.plugins</groupId>
58-
<artifactId>maven-source-plugin</artifactId>
59-
<version>3.2.1</version>
60-
<executions>
61-
<execution>
62-
<id>attach-sources</id>
63-
<goals>
64-
<goal>jar-no-fork</goal>
65-
</goals>
66-
</execution>
67-
</executions>
68-
</plugin>
6956
<plugin>
7057
<groupId>org.apache.maven.plugins</groupId>
7158
<artifactId>maven-javadoc-plugin</artifactId>
@@ -80,7 +67,6 @@
8067
<plugin>
8168
<groupId>org.apache.maven.plugins</groupId>
8269
<artifactId>maven-jar-plugin</artifactId>
83-
<version>3.2.0</version>
8470
<configuration>
8571
<archive>
8672
<manifestEntries>
@@ -115,7 +101,7 @@
115101
</testResources>
116102
</build>
117103
<scm>
118-
<connection>scm:git:https://github.com/css4j/css4j-awt.git</connection>
104+
<connection>scm:git:https://github.com/css4j/css4j-awt.git</connection>
119105
<url>https://github.com/css4j/css4j-awt</url>
120106
</scm>
121107
<distributionManagement>

0 commit comments

Comments
 (0)