Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for includeArtifactIds (0.2 sec)

  1. impl/maven-core/lifecycle-executor.txt

            <project implementation="org.apache.maven.project.MavenProject">${project}</project>
            <includeArtifactIds implementation="java.lang.String" default-value="">${includeArtifactIds}</includeArtifactIds>
          </configuration>
    
          <parameters>
            <parameter>
              <name>appendedResourcesDirectory</name>
              <type>java.io.File</type>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. apache-maven/pom.xml

              <execution>
                <id>unpack-jline-native</id>
                <goals>
                  <goal>unpack-dependencies</goal>
                </goals>
                <configuration>
                  <includeArtifactIds>jline-native</includeArtifactIds>
                  <includes>org/jline/nativ/**</includes>
                </configuration>
              </execution>
            </executions>
          </plugin>
          <plugin>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 13:41:46 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top