Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 2,840 for bProject (0.31 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/graph/FilteredProjectDependencyGraphTest.java

            when(projectDependencyGraph.getDownstreamProjects(bProject, transitive)).thenReturn(List.of(cProject));
    
            graph.getDownstreamProjects(bProject, transitive);
            graph.getDownstreamProjects(bProject, transitive);
    
            verify(projectDependencyGraph).getDownstreamProjects(bProject, transitive);
        }
    
        @ParameterizedTest
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jun 04 20:56:29 UTC 2025
    - 3K bytes
    - Viewed (0)
  2. impl/maven-core/src/test/java/org/apache/maven/graph/DefaultProjectDependencyGraphTest.java

        //
        // The graph is:
        // aProject -> bProject
        //        | -> dProject
        //        | -> eProject
        // bProject -> cProject
        //        | -> dProject
        //        | -> eProject
        // cProject -> dProject
        //        | -> eProject
        // dProject -> eProject
        //
        // When getting the non-transitive, downstream projects of aProject with a whitelist of aProject, dProject,
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  3. api/maven-api-core/src/main/java/org/apache/maven/api/Project.java

        Path getRootDirectory();
    
        /**
         * Returns project parent project, if any.
         * <p>
         * Note that the model may have a parent defined, but an empty parent
         * project may be returned if the parent comes from a remote repository,
         * as a {@code Project} must refer to a buildable project.
         *
         * @return an optional containing the parent project
         * @see Model#getParent()
         */
        @Nonnull
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Nov 07 13:11:07 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  4. dbflute_fess/_project.bat

    Shinsuke Sugaya <******@****.***> 1465443144 +0900
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jun 09 03:32:24 UTC 2016
    - 161 bytes
    - Viewed (0)
  5. compat/maven-compat/src/main/resources/META-INF/maven/plugin-expressions/project.paramdoc.xml

        </description>
      </expression>
      <expression>
        <syntax>project.artifact</syntax>
        <configuration>
          <![CDATA[
    <groupId>project.group</groupId>
    <artifactId>project-artifact</artifactId>
    <version>0.0.0.0</version>
    <packaging>type</packaging>
        ]]></configuration>
        <description> This is the Artifact instance created from the essential project
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. dbflute_fess/_project.sh

    Shinsuke Sugaya <******@****.***> 1465443144 +0900
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jun 09 03:32:24 UTC 2016
    - 128 bytes
    - Viewed (0)
  7. docs/ja/docs/project-generation.md

    Sebastián Ramírez <******@****.***> 1722296107 -0500
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  8. docs/zh/docs/project-generation.md

    Kayque Govetri <******@****.***> 1728040594 -0300
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Oct 04 11:16:34 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. .github/workflows/add-to-project.yml

    name: Add to Project
    
    on:
      pull_request_target:
      issues:
        types:
          - opened
          - reopened
    
    jobs:
      add-to-project:
        name: Add to project
        runs-on: ubuntu-latest
        steps:
          - uses: actions/add-to-project@v1.0.2
            with:
              project-url: https://github.com/orgs/fastapi/projects/2
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Aug 13 02:00:25 UTC 2024
    - 368 bytes
    - Viewed (0)
  10. docs/en/docs/project-generation.md

    Alejandra <******@****.***> 1765199094 +0100
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Dec 08 13:04:54 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top