Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for Codehaus (0.05 sec)

  1. apache-maven/src/assembly/component.xml

          <outputDirectory>boot</outputDirectory>
          <includes>
            <include>org.codehaus.plexus:plexus-classworlds</include>
          </includes>
        </dependencySet>
        <dependencySet>
          <useProjectArtifact>false</useProjectArtifact>
          <outputDirectory>lib</outputDirectory>
          <excludes>
            <exclude>org.codehaus.plexus:plexus-classworlds</exclude>
          </excludes>
        </dependencySet>
      </dependencySets>
    Registered: 2025-05-24 08:56
    - Last Modified: 2025-04-19 21:43
    - 3.5K bytes
    - Viewed (0)
  2. api/maven-api-cli/src/main/mdo/core-extensions.mdo

      specific language governing permissions and limitations
      under the License.
    
    -->
    
    <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
      xml.namespace="http://maven.apache.org/EXTENSIONS/${version}"
    Registered: 2025-05-24 08:56
    - Last Modified: 2025-05-18 09:15
    - 4.4K bytes
    - Viewed (0)
  3. build-logic-commons/code-quality-rules/src/main/java/gradlebuild/codenarc/rules/IntegrationTestFixtureVisitor.java

     */
    
    package gradlebuild.codenarc.rules;
    
    import org.codehaus.groovy.ast.ASTNode;
    import org.codehaus.groovy.ast.ClassNode;
    import org.codehaus.groovy.ast.MethodNode;
    import org.codehaus.groovy.ast.expr.Expression;
    import org.codehaus.groovy.ast.expr.MethodCallExpression;
    import org.codehaus.groovy.ast.expr.PropertyExpression;
    import org.codehaus.groovy.ast.expr.VariableExpression;
    import org.codenarc.rule.AbstractAstVisitor;
    Registered: 2025-05-28 11:36
    - Last Modified: 2020-12-09 08:14
    - 2.9K bytes
    - Viewed (0)
  4. build-logic/buildquality/src/main/kotlin/gradlebuild/codenarc/rules/IntegrationTestFixturesRule.kt

    package gradlebuild.codenarc.rules
    
    import org.codehaus.groovy.ast.ClassNode
    import org.codehaus.groovy.ast.MethodNode
    import org.codehaus.groovy.ast.expr.Expression
    import org.codehaus.groovy.ast.expr.MethodCallExpression
    import org.codehaus.groovy.ast.expr.PropertyExpression
    import org.codehaus.groovy.ast.expr.VariableExpression
    import org.codenarc.rule.AbstractAstVisitor
    import org.codenarc.rule.AbstractAstVisitorRule
    import org.codenarc.util.AstUtil
    
    Registered: 2025-05-28 11:36
    - Last Modified: 2020-12-09 08:14
    - 2.6K bytes
    - Viewed (0)
  5. build-logic/buildquality/build.gradle.kts

        implementation(projects.binaryCompatibility)
        implementation(projects.dependencyModules)
    
        implementation("org.codenarc:CodeNarc") {
            exclude(group = "org.apache.groovy")
            exclude(group = "org.codehaus.groovy")
        }
        implementation("com.github.javaparser:javaparser-symbol-solver-core") {
            exclude(group = "com.google.guava")
        }
        implementation(kotlin("gradle-plugin"))
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-21 08:59
    - 1.2K bytes
    - Viewed (0)
  6. pom.xml

                </archive>
              </configuration>
              <dependencies>
                <dependency>
                  <groupId>org.codehaus.plexus</groupId>
                  <artifactId>plexus-io</artifactId>
                  <!-- We need at least 3.5.1 to avoid https://github.com/codehaus-plexus/plexus-io/issues/109. Once we upgrade maven-jar-plugin itself to a version new enough to depend on 3.5.1 or higher, we can remove this override. -->
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-04-04 22:08
    - 24.1K bytes
    - Viewed (0)
  7. android/pom.xml

                </archive>
              </configuration>
              <dependencies>
                <dependency>
                  <groupId>org.codehaus.plexus</groupId>
                  <artifactId>plexus-io</artifactId>
                  <!-- We need at least 3.5.1 to avoid https://github.com/codehaus-plexus/plexus-io/issues/109. Once we upgrade maven-jar-plugin itself to a version new enough to depend on 3.5.1 or higher, we can remove this override. -->
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-04-12 22:10
    - 24.5K bytes
    - Viewed (0)
  8. guava-tests/pom.xml

          </plugin>
          <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>animal-sniffer-maven-plugin</artifactId>
            <configuration>
              <checkTestClasses>false</checkTestClasses> <!-- TODO(cpovirk): Consider checking them. -->
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>build-helper-maven-plugin</artifactId>
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-02-20 16:15
    - 4.2K bytes
    - Viewed (0)
  9. okhttp/okhttp3.pro

    # JSR 305 annotations are for embedding nullability information.
    -dontwarn javax.annotation.**
    
    # Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
    -dontwarn org.codehaus.mojo.animal_sniffer.*
    
    # OkHttp platform used only on JVM and when Conscrypt and other security providers are available.
    # May be used with robolectric or deliberate use of Bouncy Castle on Android
    -dontwarn okhttp3.internal.platform.**
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-12-27 13:39
    - 538 bytes
    - Viewed (0)
  10. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

        val plexusCipher = "org.sonatype.plexus:plexus-cipher"
        val plexusClassworlds = "org.codehaus.plexus:plexus-classworlds"
        val plexusInterpolation = "org.codehaus.plexus:plexus-interpolation"
        val plexusSecDispatcher = "org.codehaus.plexus:plexus-sec-dispatcher"
        val plexusUtils = "org.codehaus.plexus:plexus-utils"
        val plist = "com.googlecode.plist:dd-plist"
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-21 06:20
    - 15.7K bytes
    - Viewed (0)
Back to top