Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for typov (0.14 sec)

  1. .github/pull_request_template.md

    contribution quickly and easily:
    
     - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed
           for the change (usually before you start working on it).  Trivial changes like typos do not
           require a JIRA issue. Your pull request should address just this issue, without
           pulling in other changes.
     - [ ] Each commit in the pull request should have a meaningful subject line and body.
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Dec 20 13:14:27 GMT 2022
    - 1.9K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/plugin/PluginNotFoundException.java

            this.plugin = plugin;
        }
    
        public PluginNotFoundException(Plugin plugin, List<ArtifactRepository> remoteRepositories) {
            super(
                    "Plugin could not be found, please check its coordinates for typos and ensure the required"
                            + " plugin repositories are defined in the POM",
                    plugin.getGroupId(),
                    plugin.getArtifactId(),
                    plugin.getVersion(),
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 2.3K bytes
    - Viewed (0)
Back to top