- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 1,829 for myproject (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
api/maven-api-core/src/test/java/org/apache/maven/api/SourceRootTest.java
Project project = mock(Project.class); when(project.getBuild()).thenReturn(build); when(project.getBasedir()).thenReturn(Path.of("myproject")); when(project.getOutputDirectory(any(ProjectScope.class))).thenCallRealMethod(); assertEquals(Path.of("myproject", "target", "classes"), targetPath(project)); scope = ProjectScope.TEST;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Oct 26 17:22:14 GMT 2025 - 2.9K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/impl/DefaultProjectManagerTest.java
projectManager.addSourceRoot( project, new DefaultSourceRoot( ProjectScope.MAIN, Language.JAVA_FAMILY, "org.foo.bar", null, Path.of("myProject"), null, null, false,
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 17 16:17:01 GMT 2025 - 5.2K bytes - Click Count (0) -
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,Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 10.3K bytes - Click Count (0) -
pyproject.toml
"typing-extensions>=4.8.0", "annotated-doc>=0.0.2", ] [project.urls] Homepage = "https://github.com/fastapi/fastapi" Documentation = "https://fastapi.tiangolo.com/" Repository = "https://github.com/fastapi/fastapi" Issues = "https://github.com/fastapi/fastapi/issues" Changelog = "https://fastapi.tiangolo.com/release-notes/" [project.optional-dependencies] standard = [ "fastapi-cli[standard] >=0.0.8",Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 9.3K bytes - Click Count (0) -
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
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 5.6K bytes - Click Count (0) -
.github/labeler.yml
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Nov 23 20:10:04 GMT 2025 - 921 bytes - Click Count (0) -
.github/workflows/translate.yml
with: python-version: "3.11" - name: Setup uv uses: astral-sh/setup-uv@v7 with: cache-dependency-glob: | requirements**.txt pyproject.toml - name: Install Dependencies run: uv pip install -r requirements-github-actions.txt -r requirements-translations.txt - name: Export Language Codes id: show-langs run: |Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:48:45 GMT 2025 - 3.6K bytes - Click Count (0) -
docs/ja/docs/project-generation.md
Sebastián RamÃrez <******@****.***> 1722296107 -0500
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Jul 29 23:35:07 GMT 2024 - 7.1K bytes - Click Count (0) -
docs/zh/docs/project-generation.md
Kayque Govetri <******@****.***> 1728040594 -0300
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Oct 04 11:16:34 GMT 2024 - 1.8K bytes - Click Count (0) -
.github/workflows/test.yml
- name: Setup uv uses: astral-sh/setup-uv@v7 with: version: "0.4.15" enable-cache: true cache-dependency-glob: | requirements**.txt pyproject.toml - name: Install Dependencies run: uv pip install -r requirements-tests.txt - run: mkdir coverage - name: Test if: matrix.codspeed != 'codspeed' run: bash scripts/test.shCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 08:53:59 GMT 2025 - 4.4K bytes - Click Count (0)