Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ordine (0.18 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    private java.util.Map authenticationInfoMa; private java.util.Map serverPermissionsMap; private java.util.Map mirrors; private java.util.Map serverConfigurationM; private org.apache.maven.wagon.events.TransferListener downloadMonitor; private boolean online; private org.apache.maven.artifact.repository.ArtifactRepositoryFa repositoryFactory; private boolean interactive; private java.util.Map availableWagons; private org.apache.maven.wagon.repository.RepositoryPermission defaultRepositoryPer; public void...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 160.1K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java

                if (MojoExecution.Source.CLI.equals(mojoExecution.getSource())) {
                    Throwable cause = new IllegalStateException(
                            "Goal requires online mode for execution" + " but Maven is currently offline.");
                    throw new LifecycleExecutionException(
                            messageBuilderFactory, mojoExecution, session.getCurrentProject(), cause);
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Feb 28 23:31:09 GMT 2024
    - 20.7K bytes
    - Viewed (0)
  3. api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Mojo.java

         * @return uses the Maven project and its child modules
         */
        boolean aggregator() default false;
    
        /**
         * does this Mojo need to be online to be executed?
         * @return need to be online
         */
        boolean onlineRequired() default false;
    
        /**
         * TODO: v4: add a SPI for the configurator
         * configurator bean name.
         * @return the configurator bean name
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  4. api/maven-api-plugin/src/main/mdo/plugin.mdo

              <type>boolean</type>
              <description>Flags this Mojo to require online mode for its operation.</description>
              <defaultValue>false</defaultValue>
            </field>
            <field>
              <name>onlineRequired</name>
              <version>2.0.0+</version>
              <type>boolean</type>
              <description>Flags this Mojo to require online mode for its operation.</description>
              <defaultValue>false</defaultValue>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Apr 14 17:14:22 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  5. maven-core/src/site/apt/offline-mode.apt

        online status.
    
      * If <<<(offline == false) && (requiresOnline == true)>>>, bind
        the mojo to the lifecycle.
    
        In this case, the client is <<online>>, and the mojo either requires
        <<online>> status, or else doesn't care.
    
      * Otherwise, don't bind the mojo. Log a debug message to indicate that it is
        sensitive the online state of the application, and that this state is
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Mar 18 00:24:53 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    private java.util.Map authenticationInfoMa; private java.util.Map serverPermissionsMap; private java.util.Map mirrors; private java.util.Map serverConfigurationM; private org.apache.maven.wagon.events.TransferListener downloadMonitor; private boolean online; private org.apache.maven.artifact.repository.ArtifactRepositoryFa repositoryFactory; private boolean interactive; private java.util.Map availableWagons; private org.apache.maven.wagon.repository.RepositoryPermission defaultRepositoryPer; public void...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 160.1K bytes
    - Viewed (0)
Back to top