Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for privileged (0.15 sec)

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

            </field>
          </fields>
        </class>
        <class>
          <name>Contributor</name>
          <description>Description of a person who has contributed to the project, but who does not have
            commit privileges. Usually, these contributions come in the form of patches submitted.</description>
          <version>3.0.0+</version>
          <fields>
            <field>
              <name>name</name>
              <version>3.0.0+</version>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  2. maven-compat/src/main/java/org/apache/maven/project/interpolation/StringSearchModelInterpolator.java

                InterpolateObjectAction action =
                        new InterpolateObjectAction(obj, valueSources, postProcessors, debugEnabled, this, getLogger());
    
                ModelInterpolationException error = AccessController.doPrivileged(action);
    
                if (error != null) {
                    throw error;
                }
            } finally {
                getInterpolator().clearAnswers();
            }
        }
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Jun 15 14:24:56 GMT 2023
    - 14.1K bytes
    - Viewed (0)
Back to top