Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 548 for tension (0.2 sec)

  1. maven-core/src/main/resources/META-INF/maven/extension.xml

    <?xml version="1.0" encoding="UTF-8"?>
    
    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 08 10:37:09 GMT 2024
    - 12.2K bytes
    - Viewed (0)
  2. maven-compat/src/main/resources/META-INF/maven/plugin.xml

            <session implementation="org.apache.maven.execution.MavenSession" default-value="${session}"/>
            <groupId implementation="java.lang.String">${groupId}</groupId>
            <artifactId implementation="java.lang.String">${artifactId}</artifactId>
            <version implementation="java.lang.String">${version}</version>
            <goal implementation="java.lang.String">${goal}</goal>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue May 28 09:19:32 GMT 2013
    - 9.3K bytes
    - Viewed (0)
  3. .teamcity/.mvn/extensions.xml

      ~ See the License for the specific language governing permissions and
      ~ limitations under the License.
      -->
    
    <extensions>
        <extension>
            <groupId>com.gradle</groupId>
            <artifactId>gradle-enterprise-maven-extension</artifactId>
            <version>1.14.4</version>
        </extension>
    XML
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon Jul 25 21:06:14 GMT 2022
    - 833 bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

          <name>repo</name>
        </repository>
      </repositories>
    
      <build>
        <extensions>
          <extension>
            <groupId>org.apache.maven.its.ext</groupId>
            <artifactId>ext</artifactId>
            <version>3.0</version>
          </extension>
        </extensions>
    
        <defaultGoal>test</defaultGoal>
        <directory>build</directory>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  5. api/maven-api-plugin/src/main/mdo/plugin.mdo

              <version>1.0.0+</version>
              <description>The artifact id of the plugin.</description>
              <type>String</type>
            </field>
            <field>
              <name>version</name>
              <version>1.0.0+</version>
              <description>The version of the plugin.</description>
              <type>String</type>
              <required>true</required>
            </field>
            <field>
              <name>goalPrefix</name>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Apr 14 17:14:22 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  6. build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml

    <!--
      ~ Copyright 2010 the original author or authors.
      ~
      ~ Licensed under the Apache License, Version 2.0 (the "License");
      ~ you may not use this file except in compliance with the License.
      ~ You may obtain a copy of the License at
      ~
      ~      http://www.apache.org/licenses/LICENSE-2.0
      ~
      ~ Unless required by applicable law or agreed to in writing, software
      ~ distributed under the License is distributed on an "AS IS" BASIS,
    XML
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Dec 16 22:05:16 GMT 2022
    - 6.3K bytes
    - Viewed (0)
  7. maven-bom/pom.xml

            <version>${project.version}</version>
          </dependency>
          <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-embedder</artifactId>
            <version>${project.version}</version>
          </dependency>
          <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-model</artifactId>
            <version>${project.version}</version>
          </dependency>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  8. maven-core/src/test/projects/lifecycle-executor/project-with-multiple-executions/pom.xml

              <version>0.1</version>
            </plugin>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-deploy-plugin</artifactId>
              <version>0.1</version>
            </plugin>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-install-plugin</artifactId>
              <version>0.1</version>
            </plugin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Nov 07 15:16:39 GMT 2019
    - 3.8K bytes
    - Viewed (0)
  9. maven-compat/src/main/mdo/paramdoc.mdo

        </default>
      </defaults>
      <classes>
        <class rootElement="true" xml.tagName="paramdoc">
          <version>1.0.0</version>
          <name>ExpressionDocumentation</name>
          <description>The root of a parameter plugin expression document.</description>
          <fields>
            <field>
              <version>1.0.0</version>
              <name>expressions</name>
              <description>The list of plugin parameter expressions described by this
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Aug 21 15:04:07 GMT 2009
    - 5.4K bytes
    - Viewed (0)
  10. pom.xml

    			<artifactId>slf4j-api</artifactId>
    			<version>1.7.26</version>
    			<optional>true</optional>
    		</dependency>
    		<dependency>
    			<groupId>commons-logging</groupId>
    			<artifactId>commons-logging</artifactId>
    			<version>1.2</version>
    			<optional>true</optional>
    		</dependency>
    		<dependency>
    			<groupId>junit</groupId>
    			<artifactId>junit</artifactId>
    			<version>4.13.2</version>
    			<scope>test</scope>
    XML
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:58:02 GMT 2024
    - 4.3K bytes
    - Viewed (0)
Back to top