updated Jira url

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1743929 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2016-05-15 17:53:39 +00:00
parent 51a8d562ad
commit 1525c61b93
3 changed files with 9 additions and 9 deletions

View File

@ -391,7 +391,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<!-- see http://jira.codehaus.org/browse/MNG-5346 -->
<!-- see https://issues.apache.org/jira/browse/MNG-5346 -->
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>

View File

@ -24,7 +24,7 @@
~~ under the License.
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
~~ https://maven.apache.org/doxia/references/apt-format.html
Using Plugin Tools Java5 Annotations
@ -145,7 +145,7 @@ Using Plugin Tools Java5 Annotations
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<!-- see http://jira.codehaus.org/browse/MNG-5346 -->
<!-- see https://issues.apache.org/jira/browse/MNG-5346 -->
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>

View File

@ -23,11 +23,11 @@ under the License.
<bannerLeft>
<name>${project.name}</name>
<src>http://maven.apache.org/images/apache-maven-project.png</src>
<href>http://maven.apache.org/</href>
<src>https://maven.apache.org/images/apache-maven-project.png</src>
<href>https://maven.apache.org/</href>
</bannerLeft>
<bannerRight>
<src>http://maven.apache.org/images/maventxt_logo_200.gif</src>
<src>https://maven.apache.org/images/maventxt_logo_200.gif</src>
</bannerRight>
<skin>
@ -45,7 +45,7 @@ under the License.
<body>
<breadcrumbs>
<item name="Plugin Tools" href="http://maven.apache.org/plugin-tools/index.html" />
<item name="Plugin Tools" href="https://maven.apache.org/plugin-tools/index.html" />
</breadcrumbs>
<menu name="Overview">
@ -53,8 +53,8 @@ under the License.
<item name="JavaDocs" href="apidocs/index.html"/>
<item name="Source Xref" href="xref/index.html"/>
<!--item name="FAQ" href="faq.html"/-->
<!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
<item name="License" href="http://www.apache.org/licenses/"/>
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
<item name="License" href="https://www.apache.org/licenses/"/>
<item name="Download" href="download.html"/>
</menu>