Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MavenWrapperDownloader (0.1 sec)

  1. .teamcity/.mvn/wrapper/MavenWrapperDownloader.java

     * limitations under the License.
     */
    import java.net.*;
    import java.io.*;
    import java.nio.channels.*;
    import java.util.Properties;
    
    public class MavenWrapperDownloader {
    
        private static final String WRAPPER_VERSION = "0.5.6";
        /**
         * Default URL to download the maven-wrapper.jar from, if no 'downloadUrl' is provided.
         */
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 4.8K bytes
    - Viewed (0)
  2. .teamcity/mvnw

                    fi
                    # Compiling the Java class
                    ("$JAVA_HOME/bin/javac" "$javaClass")
                fi
                if [ -e "$BASE_DIR/.mvn/wrapper/MavenWrapperDownloader.class" ]; then
                    # Running the downloader
                    if [ "$MVNW_VERBOSE" = true ]; then
                      echo " - Running MavenWrapperDownloader.java ..."
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 9.8K bytes
    - Viewed (0)
  3. mvnw

        if [ -e "$javaSource" ]; then
          if [ ! -e "$javaClass" ]; then
            log " - Compiling MavenWrapperDownloader.java ..."
            ("$JAVA_HOME/bin/javac" "$javaSource")
          fi
          if [ -e "$javaClass" ]; then
            log " - Running MavenWrapperDownloader.java ..."
            ("$JAVA_HOME/bin/java" -cp .mvn/wrapper MavenWrapperDownloader "$wrapperUrl" "$wrapperJarPath") || rm -f "$wrapperJarPath"
          fi
        fi
      fi
    fi
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 14 22:24:15 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top