Skip to content

Commit

Permalink
drop changes report, use JIRA instead
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/wagon-maven-plugin@19411 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
dantran committed Feb 14, 2014
1 parent da9fca6 commit d8b31de
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 60 deletions.
22 changes: 0 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,26 +174,4 @@

</build>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.6</version>
<configuration>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>



</project>
30 changes: 0 additions & 30 deletions src/changes/changes.xml

This file was deleted.

27 changes: 23 additions & 4 deletions src/main/java/org/codehaus/mojo/wagon/UpdateMaven3Mojo.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
package org.codehaus.mojo.wagon;

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

import java.io.File;
import java.util.List;

Expand Down Expand Up @@ -32,7 +51,7 @@ public class UpdateMaven3Mojo
private ArtifactFactory artifactFactory;

/**
* @parameter expression = "${project.remoteArtifactRepositories}"
* @parameter default-value = "${project.remoteArtifactRepositories}"
*/
private List<ArtifactRepository> remoteRepositories;

Expand All @@ -43,19 +62,19 @@ public class UpdateMaven3Mojo

/**
* commons-io:commons-io version
* @parameter expression = ${commonsIoVersion}" default-value = "2.2";
* @parameter property = "commonsIoVersion" default-value = "2.2";
*/
private String commonsIoVersion = "2.2";

/**
* commons-lang:commons-lang version
* @parameter expression = "${commonsLangVersion}" default-value = "2.6";
* @parameter property = "commonsLangVersion" default-value = "2.6";
*/
private String commonsLangVersion = "2.6";

/**
* org.jsoup:jsoup version
* @parameter expression = "${jsoupVersion}" default-value = "1.7.2"
* @parameter property = "jsoupVersion" default-value = "1.7.2"
*/
private String jsoupVersion = "1.7.2";

Expand Down
7 changes: 3 additions & 4 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@ under the License.

<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<body>

<links>
<item name="Wagon" href="http://maven.apache.org/wagon"/>
</links>

<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Usage" href="usage.html"/>
<item name="Goals" href="plugin-info.html"/>
<item name="FAQ" href="faq.html"/>
<item name="Changes" href="changes-report.html" />


</menu>
<menu name="Examples">
<item name="Comprehensive" href="https://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it"/>
Expand Down

0 comments on commit d8b31de

Please sign in to comment.