Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for java (0.17 sec)

  1. api/maven-api-plugin/src/main/mdo/plugin.mdo

                The Mojo's fully-qualified class name (or script path in the case of non-Java Mojos).
              </description>
            </field>
            <field>
              <name>language</name>
              <version>1.0.0+</version>
              <type>String</type>
              <defaultValue>java</defaultValue>
              <description>The implementation language for this Mojo (java, beanshell, etc.).</description>
            </field>
            <field>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Apr 14 17:14:22 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  2. maven-compat/pom.xml

        </dependency>
        <dependency>
          <groupId>org.apache.maven.wagon</groupId>
          <artifactId>wagon-provider-api</artifactId>
        </dependency>
    
        <dependency>
          <groupId>javax.inject</groupId>
          <artifactId>javax.inject</artifactId>
          <scope>provided</scope>
        </dependency>
        <dependency>
          <groupId>org.eclipse.sisu</groupId>
          <artifactId>org.eclipse.sisu.plexus</artifactId>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Wed Mar 06 19:57:04 GMT 2024
    - 5.2K bytes
    - Viewed (0)
  3. pom.xml

    						<exclude>META-INF/**</exclude>
    						<exclude>src/main/java/jcifs/dcerpc/msrpc/netdfs.java</exclude>
    						<exclude>src/main/java/jcifs/dcerpc/msrpc/srvsvc.java</exclude>
    						<exclude>src/main/java/jcifs/dcerpc/msrpc/samr.java</exclude>
    						<exclude>src/main/java/jcifs/dcerpc/msrpc/lsarpc.java</exclude>
    						<exclude>src/main/java/jcifs/dcerpc/rpc.java</exclude>
    						<exclude>src/main/java/jcifs/smb1/**</exclude>
    					</excludes>
    XML
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Thu Jan 04 13:19:42 GMT 2024
    - 9.3K bytes
    - Viewed (1)
  4. pom.xml

    				<configuration>
    					<header>https://www.codelibs.org/assets/license/header.txt</header>
    					<properties>
    						<year>2024</year>
    					</properties>
    					<includes>
    						<include>src/**/*.java</include>
    					</includes>
    					<encoding>UTF-8</encoding>
    					<headerDefinitions>
    						<headerDefinition>https://www.codelibs.org/assets/license/header-definition-2.xml</headerDefinition>
    					</headerDefinitions>
    XML
    - Registered: Fri Apr 26 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:58:02 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

              <configuration>
                  <excludes>
                      <exclude>**/ArchetyperRoundtripTest.java</exclude>
                      <exclude>**/ArchetyperRoundtripWithProxyTest.java</exclude>
                      <exclude>**/DefaultRepositoryCrawlerTest.java</exclude>
                  </excludes>
              </configuration>
          </plugin>
        </plugins>
      </build>
      <reporting>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Fri Sep 22 08:59:31 GMT 2023
    - 15.6K bytes
    - Viewed (0)
  6. maven-core/pom.xml

                  <!-- was only a workaround for Plexus Container, hopefully never used by anyone else -->
                  <exclude>org.apache.maven.plugin.DefaultBuildPluginManager#setMojoExecutionListeners(java.util.List)</exclude>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 15.1K bytes
    - Viewed (0)
  7. maven-api-impl/src/main/resources/org/apache/maven/model/pom-4.1.0.xml

        <testOutputDirectory>${project.build.directory}/test-classes</testOutputDirectory>
        <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
        <scriptSourceDirectory>${project.basedir}/src/main/scripts</scriptSourceDirectory>
        <testSourceDirectory>${project.basedir}/src/test/java</testSourceDirectory>
        <resources>
          <resource>
            <directory>${project.basedir}/src/main/resources</directory>
          </resource>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 2.3K bytes
    - Viewed (0)
  8. .idea/codeStyles/Project.xml

          <option name="PREFER_LONGER_NAMES" value="false" />
          <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
            <value>
              <package name="java.awt" withSubpackages="false" static="false" />
              <package name="javax.tools" withSubpackages="true" static="false" />
              <package name="javax.swing" withSubpackages="false" static="false" />
            </value>
          </option>
        </JavaCodeStyleSettings>
        <JetCodeStyleSettings>
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue May 02 13:36:56 GMT 2023
    - 4.1K bytes
    - Viewed (3)
  9. api/maven-api-plugin/pom.xml

          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/package-info.java</exclude>
              </excludes>
            </configuration>
          </plugin>
        </plugins>
      </build>
    
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Wed Mar 06 19:57:04 GMT 2024
    - 4.2K bytes
    - Viewed (0)
  10. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

                    <goal>xsd</goal>
                  </goals>
                </execution>
                <execution>
                  <id>standard</id>
                  <goals>
                    <goal>java</goal>
                    <goal>xpp3-reader</goal>
                    <goal>xpp3-writer</goal>
                  </goals>
                </execution>
              </executions>
            </plugin>
            <plugin>
    XML
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
Back to top