java.util.NoSuchElementException

问题解决:java.util.NoSuchElementException

环境:

MAC
Eclipse
Maven Project

异常堆栈:

Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00)
Maven home: /Users/libing/code/eclipse_ws/backend/EMBEDDED
Java version: 1.8.0_20, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/jre
Default locale: zh_CN, platform encoding: UTF-8
OS name: "mac os x", version: "10.10.5", arch: "x86_64", family: "mac"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
[DEBUG]   Imported: javax.enterprise.util.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from EMBEDDED/conf/settings.xml
[DEBUG] Reading user settings from /Users/libing/.m2/settings.xml
[DEBUG] Reading global toolchains from EMBEDDED/conf/toolchains.xml
[DEBUG] Reading user toolchains from /Users/libing/.m2/toolchains.xml
[DEBUG] Using local repository at /Users/libing/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/libing/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.libing:backend:war:0.0.1-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.117 s
[INFO] Finished at: 2017-03-02T07:10:17+08:00
[INFO] Final Memory: 6M/155M
[INFO] ------------------------------------------------------------------------
[ERROR] NoSuchElementException
java.util.NoSuchElementException
    at java.util.StringTokenizer.nextToken(StringTokenizer.java:349)
    at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.getMojoDescriptor(MojoDescriptorCreator.java:198)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments(DefaultLifecycleTaskSegmentCalculator.java:103)
    at org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments(DefaultLifecycleTaskSegmentCalculator.java:83)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:89)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 

由于之前没有碰到这个问题,一开始是萌逼的,最开始由于运行的时候连这些异常信息都没有输出,通过添加两个参数后才打印了具体的日志-e -x

问题解决:
首先:
异常信息查看:java.util.NoSuchElementException

    /**
     * Returns the next token from this string tokenizer.
     *
     * @return     the next token from this string tokenizer.
     * @exception  NoSuchElementException  if there are no more tokens in this
     *               tokenizer's string.
     */
    public String nextToken() {
        /*
         * If next position already computed in hasMoreElements() and
         * delimiters have changed between the computation and this invocation,
         * then use the computed value.
         */

        currentPosition = (newPosition >= 0 && !delimsChanged) ?
            newPosition : skipDelimiters(currentPosition);

        /* Reset these anyway */
        delimsChanged = false;
        newPosition = -1;

        if (currentPosition >= maxPosition)
            throw new NoSuchElementException();   // <---
        int start = currentPosition;
        currentPosition = scanToken(currentPosition);
        return str.substring(start, currentPosition);
    }

Thrown by various accessor methods to indicate that the element being requested does not exist.
需要访问的元素不存在。

然后:哪一行报错,是什么元素不存在??
最近的是Maven报出的

at org.apache.maven.lifecycle.internal.MojoDescriptorCreator.getMojoDescriptor(MojoDescriptorCreator.java:198)

MojoDescriptorCreator
Resolves dependencies for the artifacts in context of the lifecycle build
在生命周期构建上下文中解析依赖关系(初步定为可能是pom.xml文件出现问题,源码是没有问题在其他平台上运行过的)

    // org.apache.maven.plugins:maven-remote-resources-plugin:1.0:process@executionId

    public MojoDescriptor getMojoDescriptor( String task, MavenSession session, MavenProject project )
        throws PluginNotFoundException, PluginResolutionException, PluginDescriptorParsingException,
        MojoNotFoundException, NoPluginFoundForPrefixException, InvalidPluginDescriptorException,
        PluginVersionResolutionException
    {
        String goal = null;

        Plugin plugin = null;

        StringTokenizer tok = new StringTokenizer( task, ":" );

        int numTokens = tok.countTokens();

        if ( numTokens >= 4 )
        {
            // We have everything that we need
            //
            // org.apache.maven.plugins:maven-remote-resources-plugin:1.0:process
            //
            // groupId
            // artifactId
            // version
            // goal
            //
            plugin = new Plugin();
            plugin.setGroupId( tok.nextToken() );
            plugin.setArtifactId( tok.nextToken() );
            plugin.setVersion( tok.nextToken() );
            goal = tok.nextToken();

            // This won't be valid, but it constructs something easy to read in the error message
            while ( tok.hasMoreTokens() )
            {
                goal += ":" + tok.nextToken();
            }
        }
        else if ( numTokens == 3 )
        {
            // We have everything that we need except the version
            //
            // org.apache.maven.plugins:maven-remote-resources-plugin:???:process
            //
            // groupId
            // artifactId
            // ???
            // goal
            //
            plugin = new Plugin();
            plugin.setGroupId( tok.nextToken() );
            plugin.setArtifactId( tok.nextToken() );
            goal = tok.nextToken();
        }
        else if ( numTokens <= 2 )
        {
            // We have a prefix and goal
            //
            // idea:idea
            //
                String prefix = tok.nextToken();  // <---

            if ( numTokens == 2 )
            {
                goal = tok.nextToken();
            }
            else
            {
                // goal was missing - pass through to MojoNotFoundException
                goal = "";
            }

            // This is the case where someone has executed a single goal from the command line
            // of the form:
            //
            // mvn remote-resources:process
            //
            // From the metadata stored on the server which has been created as part of a standard
            // Maven plugin deployment we will find the right PluginDescriptor from the remote
            // repository.

            plugin = findPluginForPrefix( prefix, session );
        }

但是查看pom.xml文件实在找不出问题,然后继续看报错堆栈文件代码
找到关键代码,也就是通过”:”分隔每个task的命令,就像终端命令行一样

        String goal = null;

        Plugin plugin = null;

        StringTokenizer tok = new StringTokenizer( task, ":" );

        int numTokens = tok.countTokens();

接着查看找到maven build中的命令配置:

这里写图片描述

发现在Goals中”:”左右两边出现了空格

看到这里我内心是想哭的,网上找了好久没有找到解决方案,原来是自己给自己挖了坑。

删掉后运行结果:

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building backend Maven Webapp 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ backend ---
[INFO] Deleting /Users/libing/code/eclipse_ws/backend/target
[INFO] 
[INFO] >>> jetty-maven-plugin:7.4.5.v20110725:run (default-cli) > test-compile @ backend >>>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ backend ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ backend ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /Users/libing/code/eclipse_ws/backend/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ backend ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/libing/code/eclipse_ws/backend/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ backend ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< jetty-maven-plugin:7.4.5.v20110725:run (default-cli) < test-compile @ backend <<<
[INFO] 
[INFO] --- jetty-maven-plugin:7.4.5.v20110725:run (default-cli) @ backend ---
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/7.4.5.v20110725/jetty-webapp-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/7.4.5.v20110725/jetty-webapp-7.4.5.v20110725.pom (4 KB at 1.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/7.4.5.v20110725/jetty-project-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/7.4.5.v20110725/jetty-project-7.4.5.v20110725.pom (20 KB at 23.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/7.4.5.v20110725/jetty-xml-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/7.4.5.v20110725/jetty-xml-7.4.5.v20110725.pom (2 KB at 3.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/7.4.5.v20110725/jetty-util-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/7.4.5.v20110725/jetty-util-7.4.5.v20110725.pom (3 KB at 5.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/7.4.5.v20110725/jetty-servlet-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/7.4.5.v20110725/jetty-servlet-7.4.5.v20110725.pom (3 KB at 4.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/7.4.5.v20110725/jetty-security-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/7.4.5.v20110725/jetty-security-7.4.5.v20110725.pom (3 KB at 4.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/7.4.5.v20110725/jetty-server-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/7.4.5.v20110725/jetty-server-7.4.5.v20110725.pom (4 KB at 5.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-continuation/7.4.5.v20110725/jetty-continuation-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-continuation/7.4.5.v20110725/jetty-continuation-7.4.5.v20110725.pom (3 KB at 1.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/7.4.5.v20110725/jetty-http-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/7.4.5.v20110725/jetty-http-7.4.5.v20110725.pom (3 KB at 3.9 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/7.4.5.v20110725/jetty-io-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/7.4.5.v20110725/jetty-io-7.4.5.v20110725.pom (3 KB at 3.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (3 KB at 5.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 KB at 22.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 KB at 12.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (3 KB at 3.9 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (4 KB at 5.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (3 KB at 1.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2 KB at 1.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (3 KB at 3.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (2 KB at 3.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (2 KB at 2.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2 KB at 4.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (2 KB at 2.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.pom (5 KB at 7.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/2.5.1/maven-plugin-tools-2.5.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/2.5.1/maven-plugin-tools-2.5.1.pom (10 KB at 15.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 KB at 36.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom (2 KB at 2.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-plus/7.4.5.v20110725/jetty-plus-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-plus/7.4.5.v20110725/jetty-plus-7.4.5.v20110725.pom (4 KB at 2.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom (3 KB at 4.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom (12 KB at 22.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom (22 KB at 26.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom (2 KB at 3.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom (11 KB at 14.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jndi/7.4.5.v20110725/jetty-jndi-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jndi/7.4.5.v20110725/jetty-jndi-7.4.5.v20110725.pom (3 KB at 4.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.pom (995 B at 1.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom (2 KB at 1.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jmx/7.4.5.v20110725/jetty-jmx-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jmx/7.4.5.v20110725/jetty-jmx-7.4.5.v20110725.pom (3 KB at 5.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jsp-2.1-glassfish/2.1.v20100127/jsp-2.1-glassfish-2.1.v20100127.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jsp-2.1-glassfish/2.1.v20100127/jsp-2.1-glassfish-2.1.v20100127.pom (5 KB at 9.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-jsp/2.1.v20100127/jetty-jsp-2.1.v20100127.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-jsp/2.1.v20100127/jetty-jsp-2.1.v20100127.pom (2 KB at 2.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom (3 KB at 5.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/9/jetty-parent-9.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/9/jetty-parent-9.pom (15 KB at 24.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.5.1/ecj-3.5.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.5.1/ecj-3.5.1.pom (2 KB at 2.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jsp-api-2.1-glassfish/2.1.v20100127/jsp-api-2.1-glassfish-2.1.v20100127.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jsp-api-2.1-glassfish/2.1.v20100127/jsp-api-2.1-glassfish-2.1.v20100127.pom (5 KB at 7.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/ant/ant/1.6.5/ant-1.6.5.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/ant/ant/1.6.5/ant-1.6.5.pom (861 B at 1.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jsp-2.1/7.4.5.v20110725/jetty-jsp-2.1-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jsp-2.1/7.4.5.v20110725/jetty-jsp-2.1-7.4.5.v20110725.pom (3 KB at 5.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-annotations/7.4.5.v20110725/jetty-annotations-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-annotations/7.4.5.v20110725/jetty-annotations-7.4.5.v20110725.pom (3 KB at 5.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.pom (3 KB at 4.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.pom (436 B at 0.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/asm/asm-parent/3.1/asm-parent-3.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/asm/asm-parent/3.1/asm-parent-3.1.pom (5 KB at 7.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.pom (425 B at 0.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/asm/asm/3.1/asm-3.1.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/asm/asm/3.1/asm-3.1.pom (278 B at 0.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-start/7.4.5.v20110725/jetty-start-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-start/7.4.5.v20110725/jetty-start-7.4.5.v20110725.pom (2 KB at 0.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/7.4.5.v20110725/jetty-websocket-7.4.5.v20110725.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/7.4.5.v20110725/jetty-websocket-7.4.5.v20110725.pom (3 KB at 4.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/7.4.5.v20110725/jetty-webapp-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/7.4.5.v20110725/jetty-webapp-7.4.5.v20110725.jar (94 KB at 61.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/7.4.5.v20110725/jetty-xml-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/7.4.5.v20110725/jetty-xml-7.4.5.v20110725.jar (33 KB at 39.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/7.4.5.v20110725/jetty-servlet-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/7.4.5.v20110725/jetty-servlet-7.4.5.v20110725.jar (81 KB at 65.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/7.4.5.v20110725/jetty-security-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/7.4.5.v20110725/jetty-security-7.4.5.v20110725.jar (82 KB at 65.9 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar (114 KB at 64.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar (48 KB at 48.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar (35 KB at 35.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar (85 KB at 73.9 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar (56 KB at 67.4 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar (24 KB at 39.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar (29 KB at 46.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar (200 KB at 149.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar (13 KB at 24.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar (86 KB at 114.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.jar (55 KB at 69.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar (135 KB at 140.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-plus/7.4.5.v20110725/jetty-plus-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-plus/7.4.5.v20110725/jetty-plus-7.4.5.v20110725.jar (75 KB at 103.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar (16 KB at 25.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jndi/7.4.5.v20110725/jetty-jndi-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jndi/7.4.5.v20110725/jetty-jndi-7.4.5.v20110725.jar (33 KB at 49.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.jar (438 KB at 377.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar (62 KB at 123.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jmx/7.4.5.v20110725/jetty-jmx-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jmx/7.4.5.v20110725/jetty-jmx-7.4.5.v20110725.jar (22 KB at 41.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/7.4.5.v20110725/jetty-util-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/7.4.5.v20110725/jetty-util-7.4.5.v20110725.jar (203 KB at 131.9 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jsp-2.1-glassfish/2.1.v20100127/jsp-2.1-glassfish-2.1.v20100127.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jsp-2.1-glassfish/2.1.v20100127/jsp-2.1-glassfish-2.1.v20100127.jar (1003 KB at 464.0 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.5.1/ecj-3.5.1.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/3.5.1/ecj-3.5.1.jar (1636 KB at 320.1 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jsp-api-2.1-glassfish/2.1.v20100127/jsp-api-2.1-glassfish-2.1.v20100127.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jsp-api-2.1-glassfish/2.1.v20100127/jsp-api-2.1-glassfish-2.1.v20100127.jar (130 KB at 157.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/ant/ant/1.6.5/ant-1.6.5.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/ant/ant/1.6.5/ant-1.6.5.jar (1010 KB at 428.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jsp-2.1/7.4.5.v20110725/jetty-jsp-2.1-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jsp-2.1/7.4.5.v20110725/jetty-jsp-2.1-7.4.5.v20110725.jar (6 KB at 8.3 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-annotations/7.4.5.v20110725/jetty-annotations-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-annotations/7.4.5.v20110725/jetty-annotations-7.4.5.v20110725.jar (44 KB at 19.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar (13 KB at 3.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.jar (32 KB at 51.9 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.jar (22 KB at 34.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/asm/asm/3.1/asm-3.1.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/asm/asm/3.1/asm-3.1.jar (43 KB at 72.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-start/7.4.5.v20110725/jetty-start-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-start/7.4.5.v20110725/jetty-start-7.4.5.v20110725.jar (43 KB at 26.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/7.4.5.v20110725/jetty-websocket-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/7.4.5.v20110725/jetty-websocket-7.4.5.v20110725.jar (95 KB at 133.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/7.4.5.v20110725/jetty-server-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/7.4.5.v20110725/jetty-server-7.4.5.v20110725.jar (292 KB at 240.2 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-continuation/7.4.5.v20110725/jetty-continuation-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-continuation/7.4.5.v20110725/jetty-continuation-7.4.5.v20110725.jar (20 KB at 27.6 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/7.4.5.v20110725/jetty-http-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/7.4.5.v20110725/jetty-http-7.4.5.v20110725.jar (112 KB at 113.5 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/7.4.5.v20110725/jetty-io-7.4.5.v20110725.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/7.4.5.v20110725/jetty-io-7.4.5.v20110725.jar (89 KB at 102.4 KB/sec)
[INFO] Configuring Jetty for project: backend Maven Webapp
[INFO] webAppSourceDirectory /Users/libing/code/eclipse_ws/backend/src/main/webapp does not exist. Defaulting to /Users/libing/code/eclipse_ws/backend/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /Users/libing/code/eclipse_ws/backend/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /Users/libing/code/eclipse_ws/backend/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/Users/libing/code/eclipse_ws/backend/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /Users/libing/code/eclipse_ws/backend/src/main/webapp
[INFO] Starting jetty 7.4.5.v20110725 ...
[INFO] jetty-7.4.5.v20110725
[INFO] No Transaction manager found - if your webapp requires one, please configure one.
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/Users/libing/code/eclipse_ws/backend/src/main/webapp/},file:/Users/libing/code/eclipse_ws/backend/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:8080 STARTING
[INFO] Started Jetty Server
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值