- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for interactivity (0.06 sec)
-
impl/maven-core/src/main/resources/META-INF/maven/extension.xml
<exportedPackage>org.codehaus.plexus.logging</exportedPackage> <exportedPackage>org.codehaus.plexus.personality</exportedPackage> <!-- plexus-interactivity-api --> <exportedPackage>org.codehaus.plexus.components.interactivity</exportedPackage> <exportedPackage>org.fusesource.jansi.Ansi</exportedPackage> <!-- javax.inject (JSR-330) --> <exportedPackage>javax.inject.*</exportedPackage>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Mar 24 14:07:06 UTC 2025 - 12.6K bytes - Viewed (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
<version>${plexusInterpolationVersion}</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interactivity-api</artifactId> <version>${plexusInteractivityVersion}</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
<version>${plexusInterpolationVersion}</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interactivity-api</artifactId> <version>${plexusInteractivityVersion}</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.4K bytes - Viewed (0) -
docs/en/docs/contributing.md
<div class="termy"> ```console $ bash scripts/test-cov-html.sh ``` </div> This command generates a directory `./htmlcov/`, if you open the file `./htmlcov/index.html` in your browser, you can explore interactively the regions of code that are covered by the tests, and notice if there is any region missing. ## Docs First, make sure you set up your environment as described above, that will install all the requirements.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Sep 21 11:29:04 UTC 2025 - 15.1K bytes - Viewed (0)