Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

detectOfflineLinks is now false per default for all *jar* mojo issue #1258#1259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

olamy
Copy link
Member

Signed-off-by: Olivier Lamyolamy@apache.org

Following this checklist to help us incorporate your
contribution quickly and easily:

  • Your pull request should address just one issue, without pulling in other changes.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Each commit in the pull request should have a meaningful subject line and body.
    Note that commits might be squashed by a maintainer on merge.
  • Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied.
    This may not always be possible but is a best-practice.
  • Runmvn verify to make sure basic checks pass.
    A more thorough check will be performed on your pull request automatically.
  • You have run the integration tests successfully (mvn -Prun-its verify).

If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.

To make clear that you license your contribution under
theApache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.

Signed-off-by: Olivier Lamy <olamy@apache.org>
Signed-off-by: Olivier Lamy <olamy@apache.org>
@olamyolamy added the breakingPull requests that break existing features labelAug 23, 2025
@olamyolamy added this to the3.11.4 milestoneAug 23, 2025
@olamyolamy marked this pull request as ready for reviewAugust 23, 2025 08:01
Signed-off-by: Olivier Lamy <olamy@apache.org>
@olamyolamy changed the titleWIP issue #1258detectOfflineLinks is now false per default for all *jar* mojo issue #1258Aug 24, 2025
@olamyolamy mentioned this pull requestAug 24, 2025

/**
* Detect the links for all modules defined in the project.
* <br/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

* If {@code reactorProjects} is defined in a non-aggregator way, it generates default offline links
* between modules based on the defined project's urls. For instance, if a parent project has two projects
* <code>module1</code> and <code>module2</code>, the <code>-linkoffline</code> will be:
* <br/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

* <br/>
* The added Javadoc <code>-linkoffline</code> parameter for <b>module1</b> will be
* <code>/absolute/path/to/</code><b>module2</b><code>/target/site/apidocs</code>
* <br/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

* @see #offlineLinks
* @since 2.6
*/
@Parameter(property ="detectOfflineLinks",defaultValue ="false")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

why is this here instead of the superclass?

Copy link
MemberAuthor

@olamyolamyAug 26, 2025
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

because the role of this change is to have a default offalse for*jar* mojos and leave parent astrue

@olamyolamy modified the milestones:3.11.4,3.12.0Aug 27, 2025
Signed-off-by: Olivier Lamy <olamy@apache.org>
@olamyolamy merged commitc8270f9 intoapache:masterAug 28, 2025
100 checks passed
@olamyolamy deleted the issue/1258/detectOfflineLinks-forking-build branchAugust 28, 2025 21:32
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@elharoelharoelharo left review comments

Assignees

@olamyolamy

Labels

breakingPull requests that break existing features

Projects

None yet

Milestone

3.12.0

Development

Successfully merging this pull request may close these issues.

detectOfflineLinks should be false per default (at least for javadoc:jar)

2 participants

@olamy@elharo

[8]ページ先頭

©2009-2025 Movatter.jp