Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for outputDirectory (0.34 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                    List<org.apache.maven.api.model.Source> sources = build.getSources();
                    Path baseDir = project.getBaseDirectory();
                    Function<ProjectScope, String> outputDirectory = (scope) -> {
                        if (scope == ProjectScope.MAIN) {
                            return build.getOutputDirectory();
                        } else if (scope == ProjectScope.TEST) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 17:20:31 UTC 2025
    - 51.8K bytes
    - Viewed (0)
  2. impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

                <artifactId>maven-jar-plugin</artifactId>
                <version>2.1</version>
                <configuration>
                  <archive>
                    <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                  </archive>
                </configuration>
              </plugin>
            </plugins>
          </build>
        </profile>
        <profile>
          <id>release</id>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

              <type>String</type>
              <annotations>
                <annotation>@Deprecated(since = "4.0.0")</annotation>
              </annotations>
            </field>
            <field>
              <name>outputDirectory</name>
              <version>4.0.0+</version>
              <description>
                The directory where compiled application classes are placed.
                The default value is {@code target/classes}.
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
Back to top