mirror of
https://github.com/apache/maven.git
synced 2025-02-10 03:56:01 +00:00
o Pressing [ENTER] at a plugin update prompt should result in the plugin being registered, as indicated by the prompt. o Use CLI switch '--no-plugin-updates' to suppress usage of the plugin registry o Use CLI switch '--update-plugins' to force updated/resolved plugin versions to be registered o Neither of these has a short CLI option, since we're starting to run out of sensible char options for these types of things. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193082 13f79535-47bb-0310-9956-ffa450edef68
24 lines
676 B
XML
24 lines
676 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-report-parent</artifactId>
|
|
<version>2.0-alpha-3</version>
|
|
</parent>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>2.0-alpha-1</version>
|
|
<packaging>maven-plugin</packaging>
|
|
<name>Maven Javadoc Plugin</name>
|
|
<developers>
|
|
<developer>
|
|
<id>evenisse</id>
|
|
<name>Emmanuel Venisse</name>
|
|
<email>evenisse@apache.org</email>
|
|
<organization>Apache Software Foundation</organization>
|
|
<roles>
|
|
<role>Creator</role>
|
|
</roles>
|
|
</developer>
|
|
</developers>
|
|
</project>
|