Skip to content

Commit a0a6546

Browse files
committed
Fixed formatting and missing s in schemalocation
Signed-off-by: David Matějček <[email protected]>
1 parent 5483bbc commit a0a6546

File tree

1 file changed

+32
-30
lines changed

1 file changed

+32
-30
lines changed

pom.xml

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21+
<project xmlns="http://maven.apache.org/POM/4.0.0"
22+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
2224
<modelVersion>4.0.0</modelVersion>
2325
<parent>
2426
<groupId>org.eclipse.ee4j</groupId>
@@ -76,7 +78,7 @@
7678
</issueManagement>
7779

7880
<properties>
79-
<legal.doc.source>${project.basedir}</legal.doc.source>
81+
<legal.doc.source>${project.basedir}</legal.doc.source>
8082
</properties>
8183

8284
<build>
@@ -117,33 +119,33 @@
117119
</dependency>
118120
</dependencies>
119121
</plugin>
120-
<plugin>
121-
<groupId>org.apache.maven.plugins</groupId>
122-
<artifactId>maven-javadoc-plugin</artifactId>
123-
<version>3.10.1</version>
124-
<configuration>
125-
<additionalOptions>
126-
<option>-Xdoclint:none</option>
127-
</additionalOptions>
128-
<bottom>
129-
<![CDATA[Copyright &#169; 1996-2018,
130-
<a href="http://www.oracle.com">Oracle</a>
131-
and/or its affiliates. All Rights Reserved.
132-
Use is subject to
133-
<a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.
134-
]]>
135-
</bottom>
136-
</configuration>
137-
<executions>
138-
<execution>
139-
<id>attach-javadocs</id>
140-
<goals>
141-
<goal>jar</goal>
142-
</goals>
143-
</execution>
144-
</executions>
145-
</plugin>
146-
<plugin>
122+
<plugin>
123+
<groupId>org.apache.maven.plugins</groupId>
124+
<artifactId>maven-javadoc-plugin</artifactId>
125+
<version>3.10.1</version>
126+
<configuration>
127+
<additionalOptions>
128+
<option>-Xdoclint:none</option>
129+
</additionalOptions>
130+
<bottom>
131+
<![CDATA[Copyright &#169; 1996-2018,
132+
<a href="http://www.oracle.com">Oracle</a>
133+
and/or its affiliates. All Rights Reserved.
134+
Use is subject to
135+
<a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.
136+
]]>
137+
</bottom>
138+
</configuration>
139+
<executions>
140+
<execution>
141+
<id>attach-javadocs</id>
142+
<goals>
143+
<goal>jar</goal>
144+
</goals>
145+
</execution>
146+
</executions>
147+
</plugin>
148+
<plugin>
147149
<groupId>org.apache.maven.plugins</groupId>
148150
<artifactId>maven-source-plugin</artifactId>
149151
<version>3.3.1</version>
@@ -156,7 +158,7 @@
156158
</execution>
157159
</executions>
158160
</plugin>
159-
<plugin>
161+
<plugin>
160162
<groupId>org.codehaus.mojo</groupId>
161163
<artifactId>build-helper-maven-plugin</artifactId>
162164
<version>3.6.0</version>

0 commit comments

Comments
 (0)