mirror of https://github.com/apache/maven.git
fix unintended s/javacocs/Javadocs/
This commit is contained in:
parent
e83192cd56
commit
434ec3b476
|
@ -445,7 +445,7 @@ under the License.
|
|||
<version>2.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-Javadocs</id>
|
||||
<id>attach-javadocs</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
|
|
|
@ -127,7 +127,7 @@ under the License.
|
|||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-Javadocs</id>
|
||||
<id>attach-javadocs</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Reference in New Issue