- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for gitmoji (0.03 sec)
-
docs/en/docs/management-tasks.md
For conversations that are more difficult, for example to reject a PR, you can ask me (@tiangolo) to handle it directly. ## Edit PR Titles * Edit the PR title to start with an emoji from <a href="https://gitmoji.dev/" class="external-link" target="_blank">gitmoji</a>. * Use the emoji character, not the GitHub code. So, use `🐛` instead of `:bug:`. This is so that it shows up correctly outside of GitHub, for example in the release notes.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 14.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
String phase = mojoDescriptor.getExecutePhase(); // We have a fork goal if (forkedGoal != null && !forkedGoal.isEmpty()) { MojoDescriptor forkedMojoDescriptor = pluginDescriptor.getMojo(forkedGoal); if (forkedMojoDescriptor == null) { throw new MavenException(new MojoNotFoundException(forkedGoal, pluginDescriptor)); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 55.1K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java
InvalidPluginDescriptorException { PluginDescriptor pluginDescriptor = getPluginDescriptor(plugin, repositories, session); MojoDescriptor mojoDescriptor = pluginDescriptor.getMojo(goal); if (mojoDescriptor == null) { throw new MojoNotFoundException(goal, pluginDescriptor); } return mojoDescriptor; } @OverrideRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 09 16:35:21 UTC 2025 - 46.4K bytes - Viewed (0)