Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for sourceDirectory (0.17 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/ReflectionValueExtractor.java

    import org.apache.maven.model.interpolation.reflection.MethodMap.AmbiguousException;
    
    /**
     * Using simple dotted expressions to extract the values from an Object instance using JSP-like expressions
     * such as {@code project.build.sourceDirectory}.
     * <p>
     * In addition to usual getters using {@code getXxx} or {@code isXxx} suffixes, accessors
     * using {@code asXxx} or {@code toXxx} prefixes are also supported.
     *
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

            The {@code &lt;build>} element contains information required to build the project.
            Default values are defined in Super POM.
          </description>
          <fields>
            <field>
              <name>sourceDirectory</name>
              <version>3.0.0+</version>
              <required>true</required>
              <description>
                This element specifies a directory containing the source of the project. The
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Oct 09 11:07:31 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top