Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for POM (0.02 sec)

  1. pom.xml

    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>org.apache.maven</groupId>
    Registered: 2024-06-12 09:55
    - Last Modified: 2024-06-11 09:13
    - 33.9K bytes
    - Viewed (0)
  2. maven-embedder/pom.xml

    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>org.apache.maven</groupId>
    Registered: 2024-06-12 09:55
    - Last Modified: 2024-06-11 09:06
    - 6.5K bytes
    - Viewed (0)
  3. maven-core/pom.xml

    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>org.apache.maven</groupId>
    Registered: 2024-06-12 09:55
    - Last Modified: 2024-06-11 09:06
    - 15.2K bytes
    - Viewed (0)
  4. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishHttpIntegTest.groovy

            module.rootMetaData.sha512.expectPutBroken()
            module.rootMetaData.md5.expectPut()
            module.pom.expectPut()
            module.pom.sha1.expectPut()
            module.pom.sha256.expectPutBroken()
            module.pom.sha512.expectPutBroken()
            module.pom.md5.expectPut()
            module.moduleMetadata.expectPut()
            module.moduleMetadata.sha1.expectPut()
    Registered: 2024-06-12 18:38
    - Last Modified: 2024-06-08 11:29
    - 19.2K bytes
    - Viewed (0)
  5. maven-embedder/src/test/java/org/apache/maven/cli/event/ExecutionEventLoggerTest.java

            when(project.getGroupId()).thenReturn("org.apache.maven");
            when(project.getArtifactId()).thenReturn("standalone-pom");
            when(project.getPackaging()).thenReturn("pom");
            when(project.getName()).thenReturn("Maven Stub Project (No POM)");
            when(project.getVersion()).thenReturn("1");
            when(event.getProject()).thenReturn(project);
            when(project.getFile()).thenReturn(null);
    Registered: 2024-06-12 09:55
    - Last Modified: 2024-06-11 09:06
    - 12.2K bytes
    - Viewed (0)
  6. maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java

        @Test
        void testSystemScopeDependencyIsPresentInTheCompileClasspathElements() throws Exception {
            File pom = getProject("it0063");
    
            Properties eps = new Properties();
            eps.setProperty("jre.home", new File(pom.getParentFile(), "jdk/jre").getPath());
    
            MavenSession session = createMavenSession(pom, eps);
            MavenProject project = session.getCurrentProject();
    
    Registered: 2024-06-12 09:55
    - Last Modified: 2024-06-11 09:06
    - 18.3K bytes
    - Viewed (0)
  7. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/AbstractInitIntegrationSpec.groovy

            ScriptDslFixture.of(dsl, targetDir, null)
        }
    
        protected TestFile pom() {
            targetDir.file("pom.xml") << """
          <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
            <modelVersion>4.0.0</modelVersion>
    Registered: 2024-06-12 18:38
    - Last Modified: 2024-06-11 07:17
    - 4.6K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionFeaturesIntegrationTest.groovy

                }
            """
            def configurationCache = newConfigurationCacheFixture()
    
            remoteRepo.getModuleMetaData("thing", "lib").expectGet()
            v3.pom.expectGet()
            v3.artifact.expectGet()
    
            when:
            configurationCacheRun("resolve1")
    
            then:
            configurationCache.assertStateStored()
            outputContains("result = [lib-1.3.jar]")
    Registered: 2024-06-12 18:38
    - Last Modified: 2024-06-08 11:29
    - 33K bytes
    - Viewed (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderResult.java

         *
         * @return the identifier of the project or an empty string if not known, never {@code null}
         */
        @Nonnull
        String getProjectId();
    
        /**
         * Gets the POM file from which the project was built.
         *
         * @return the optional POM file
         */
        @Nonnull
        Optional<Path> getPomFile();
    
        /**
         * Gets the project that was built.
         *
    Registered: 2024-06-12 09:55
    - Last Modified: 2024-06-11 07:23
    - 2.6K bytes
    - Viewed (0)
  10. api/maven-api-plugin/src/main/mdo/plugin.mdo

              <description>
                Defines a default phase to bind a Mojo execution to if the user does not explicitly set a phase in the POM.
                &lt;p>&lt;b>Note:&lt;/b> This will not automagically make a Mojo run when the plugin declaration is added
                to the POM. It merely enables the user to omit the {@code &lt;phase&gt;} element from the
                surrounding {@code &lt;execution&gt;} element.&lt;/p>
    Registered: 2024-06-12 09:55
    - Last Modified: 2024-06-11 07:23
    - 24.9K bytes
    - Viewed (0)
Back to top