|
21 | 21 | <scope>compile</scope>
|
22 | 22 | <optional>false</optional>
|
23 | 23 | </dependency>
|
24 |
| - <dependency> |
| 24 | + <dependency> |
25 | 25 | <groupId>io.sf.carte</groupId>
|
26 | 26 | <artifactId>css4j</artifactId>
|
27 | 27 | <version>${project.parent.version}</version>
|
28 | 28 | <type>test-jar</type>
|
29 | 29 | <scope>test</scope>
|
30 | 30 | </dependency>
|
31 |
| - <!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser --> |
| 31 | + <!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser --> |
32 | 32 | <dependency>
|
33 | 33 | <groupId>nu.validator.htmlparser</groupId>
|
34 | 34 | <artifactId>htmlparser</artifactId>
|
|
46 | 46 | </dependencies>
|
47 | 47 | <!-- Build Settings -->
|
48 | 48 | <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> |
55 | 55 | <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> |
69 | 56 | <plugin>
|
70 | 57 | <groupId>org.apache.maven.plugins</groupId>
|
71 | 58 | <artifactId>maven-javadoc-plugin</artifactId>
|
|
80 | 67 | <plugin>
|
81 | 68 | <groupId>org.apache.maven.plugins</groupId>
|
82 | 69 | <artifactId>maven-jar-plugin</artifactId>
|
83 |
| - <version>3.2.0</version> |
84 | 70 | <configuration>
|
85 | 71 | <archive>
|
86 | 72 | <manifestEntries>
|
|
115 | 101 | </testResources>
|
116 | 102 | </build>
|
117 | 103 | <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> |
119 | 105 | <url>https://github.com/css4j/css4j-awt</url>
|
120 | 106 | </scm>
|
121 | 107 | <distributionManagement>
|
|
0 commit comments