-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRELEASE-1036] Fix JavaDoc for JDK 8
- Loading branch information
Showing
15 changed files
with
65 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,9 +49,9 @@ | |
* Check the dependencies of all projects being released to see if there are any unreleased snapshots. | ||
* | ||
* @author <a href="mailto:[email protected]">Brett Porter</a> | ||
* @todo plugins with no version will be resolved to RELEASE which is not a snapshot, but remains unresolved to this point. This is a potential hole in the check, and should be revisited after the release pom writing is done and resolving versions to verify whether it is. | ||
* @todo plugins injected by the lifecycle are not tested here. They will be injected with a RELEASE version so are covered under the above point. | ||
*/ | ||
// TODO plugins with no version will be resolved to RELEASE which is not a snapshot, but remains unresolved to this point. This is a potential hole in the check, and should be revisited after the release pom writing is done and resolving versions to verify whether it is. | ||
// TODO plugins injected by the lifecycle are not tested here. They will be injected with a RELEASE version so are covered under the above point. | ||
@Component( role = ReleasePhase.class, hint = "check-dependency-snapshots" ) | ||
public class CheckDependencySnapshotsPhase | ||
extends AbstractReleasePhase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ | |
* Translate the SCM information after tagging/reverting to trunk. | ||
* | ||
* @author <a href="mailto:[email protected]">Brett Porter</a> | ||
* @todo move this API into SCM? | ||
*/ | ||
// TODO move this API into SCM? | ||
public interface ScmTranslator | ||
{ | ||
/** | ||
|
@@ -58,7 +58,7 @@ public interface ScmTranslator | |
/** | ||
* Translates an ScmFile path to a path relative to the working directory. | ||
* | ||
* @param path | ||
* @param path the ScmFile path | ||
* @return the relative path with OS specific File separator | ||
* @since 2.3.1 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,8 +44,8 @@ | |
* @author <a href="mailto:[email protected]">Jason van Zyl</a> | ||
* @author <a href="mailto:[email protected]">Brett Porter</a> | ||
* @version $Id$ | ||
* @todo [!] check how this works with version ranges | ||
*/ | ||
// TODO [!] check how this works with version ranges | ||
@Mojo( name = "prepare", aggregator = true, requiresDependencyCollection = ResolutionScope.TEST ) | ||
public class PrepareReleaseMojo | ||
extends AbstractScmReleaseMojo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,8 @@ | |
* Just overriding the ones I need for this plugin. | ||
* | ||
* @author <a href="mailto:[email protected]">Maria Odea Ching</a> | ||
*/ | ||
/* | ||
* @noinspection ClassNameSameAsAncestorName | ||
*/ | ||
public class FlatMultiModuleMavenProjectStub | ||
|