Skip to content

Commit

Permalink
Fix #163 Replace mojo.codehaus.org links with mojohaus.org
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jan 4, 2019
1 parent 4246631 commit 4e28a09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public abstract class AbstractFileHeaderMojo extends AbstractLicenseNameMojo
/**
* To overwrite the processStartTag used to build header model.
* <p>
* See http://mojo.codehaus.org/license-maven-plugin/header.html#Configuration .
* See <a href="http://mojohaus.org/license-maven-plugin/header.html#Configuration">File header configuration</a>.
*
* @since 1.1
*/
Expand All @@ -77,7 +77,7 @@ public abstract class AbstractFileHeaderMojo extends AbstractLicenseNameMojo
/**
* To overwrite the processEndTag used to build header model.
* <p>
* See http://mojo.codehaus.org/license-maven-plugin/header.html#Configuration .
* See <a href="http://mojohaus.org/license-maven-plugin/header.html#Configuration">File header configuration</a>.
*
* @since 1.1
*/
Expand All @@ -87,7 +87,7 @@ public abstract class AbstractFileHeaderMojo extends AbstractLicenseNameMojo
/**
* To overwrite the sectionDelimiter used to build header model.
* <p>
* See http://mojo.codehaus.org/license-maven-plugin/header.html#Configuration .
* See <a href="http://mojohaus.org/license-maven-plugin/header.html#Configuration">File header configuration</a>.
*
* @since 1.1
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ public void mergeLicenses( List<String> licenseMerges, LicenseMap licenseMap )
throw new MojoFailureException(
"The license " + licenseToAdd + " was already registered in the "
+ "configuration, please use only one such entry as described in the example "
+ "http://mojo.codehaus.org/license-maven-plugin/examples/"
+ "example-thirdparty.html#Merge_licenses." );
+ "http://mojohaus.org/license-maven-plugin/examples/"
+ "example-thirdparty.html#Merge_licenses" );
}

// can add this license for merge
Expand Down

0 comments on commit 4e28a09

Please sign in to comment.