11 Replies Latest reply on May 13, 2017 9:38 AM by albertkao9

    wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error

    albertkao9

      My OS is Linux Mint 18 Cinnamon 32-bit

      Cinnamon version is 3.0.6

       

      $ mvn -version

      Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00)

      Maven home: /home/ak/maven/apache-maven-3.3.9

      Java version: 1.8.0_131, vendor: Oracle Corporation

      Java home: /home/ak/jdk/jdk1.8.0_131/jre

      Default locale: en_CA, platform encoding: UTF-8

      OS name: "linux", version: "4.4.0-21-generic", arch: "i386", family: "unix"

       

      $ cd ~/wildflyTutorial/quickstart-11.x/servlet-security

       

      Running the following command has error:

      $ mvn clean install wildfly:deploy -X

      Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00)

      Maven home: /home/ak/maven/apache-maven-3.3.9

      Java version: 1.8.0_131, vendor: Oracle Corporation

      Java home: /home/ak/jdk/jdk1.8.0_131/jre

      Default locale: en_CA, platform encoding: UTF-8

      OS name: "linux", version: "4.4.0-21-generic", arch: "i386", family: "unix"

      [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 /home/ak/maven/apache-maven-3.3.9/conf/settings.xml

      [DEBUG] Reading user settings from /home/ak/.m2/settings.xml

      [DEBUG] Reading global toolchains from /home/ak/maven/apache-maven-3.3.9/conf/toolchains.xml

      [DEBUG] Reading user toolchains from /home/ak/.m2/toolchains.xml

      [DEBUG] Using local repository at /home/ak/.m2/repository

      [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/ak/.m2/repository

      [INFO] Scanning for projects...

      [DEBUG] Extension realms for project org.wildfly.quickstarts:wildfly-servlet-security:war:10.0.0-SNAPSHOT: (none)

      [DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]

      [DEBUG] Resolving plugin prefix wildfly from [org.apache.maven.plugins, org.codehaus.mojo]

      [DEBUG] Resolved plugin prefix wildfly to org.wildfly.plugins:wildfly-maven-plugin from POM org.wildfly.quickstarts:wildfly-servlet-security:war:10.0.0-SNAPSHOT

      [DEBUG] === REACTOR BUILD PLAN ================================================

      [DEBUG] Project: org.wildfly.quickstarts:wildfly-servlet-security:war:10.0.0-SNAPSHOT

      [DEBUG] Tasks:   [clean, install, wildfly:deploy]

      [DEBUG] Style:   Regular

      [DEBUG] =======================================================================

      [INFO]                                                                        

      [INFO] ------------------------------------------------------------------------

      [INFO] Building WildFly Quickstart: servlet-security 10.0.0-SNAPSHOT

      [INFO] ------------------------------------------------------------------------

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Resolving plugin prefix wildfly from [org.apache.maven.plugins, org.codehaus.mojo]

      [DEBUG] Resolved plugin prefix wildfly to org.wildfly.plugins:wildfly-maven-plugin from POM org.wildfly.quickstarts:wildfly-servlet-security:war:10.0.0-SNAPSHOT

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

      [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

      [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

      [DEBUG] === PROJECT BUILD PLAN ================================================

      [DEBUG] Project:       org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT

      [DEBUG] Dependencies (collect): []

      [DEBUG] Dependencies (resolve): [compile, runtime, test]

      [DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]

      [DEBUG] Repositories (plugins)     : [central (https://repo.maven.apache.org/maven2, default, releases)]

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <directory default-value="${project.build.directory}"/>

        <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>

        <failOnError default-value="true">${maven.clean.failOnError}</failOnError>

        <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>

        <outputDirectory default-value="${project.build.outputDirectory}"/>

        <reportDirectory default-value="${project.reporting.outputDirectory}"/>

        <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>

        <skip default-value="false">${clean.skip}</skip>

        <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>

        <verbose>${clean.verbose}</verbose>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <buildFilters default-value="${project.build.filters}"/>

        <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>

        <escapeString>${maven.resources.escapeString}</escapeString>

        <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>

        <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>

        <outputDirectory default-value="${project.build.outputDirectory}"/>

        <overwrite default-value="false">${maven.resources.overwrite}</overwrite>

        <project default-value="${project}"/>

        <resources default-value="${project.resources}"/>

        <session default-value="${session}"/>

        <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>

        <useBuildFilters default-value="true"/>

        <useDefaultDelimiters default-value="true"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <basedir default-value="${basedir}"/>

        <buildDirectory default-value="${project.build.directory}"/>

        <classpathElements default-value="${project.compileClasspathElements}"/>

        <compileSourceRoots default-value="${project.compileSourceRoots}"/>

        <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>

        <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>

        <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>

        <debug default-value="true">${maven.compiler.debug}</debug>

        <debuglevel>${maven.compiler.debuglevel}</debuglevel>

        <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>

        <executable>${maven.compiler.executable}</executable>

        <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>

        <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>

        <fork default-value="false">${maven.compiler.fork}</fork>

        <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>

        <maxmem>${maven.compiler.maxmem}</maxmem>

        <meminitial>${maven.compiler.meminitial}</meminitial>

        <mojoExecution>${mojoExecution}</mojoExecution>

        <optimize default-value="false">${maven.compiler.optimize}</optimize>

        <outputDirectory default-value="${project.build.outputDirectory}"/>

        <projectArtifact default-value="${project.artifact}"/>

        <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>

        <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>

        <skipMain>${maven.main.skip}</skipMain>

        <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>

        <source default-value="1.5">${maven.compiler.source}</source>

        <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>

        <target default-value="1.5">${maven.compiler.target}</target>

        <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>

        <verbose default-value="false">${maven.compiler.verbose}</verbose>

        <mavenSession default-value="${session}"/>

        <session default-value="${session}"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <buildFilters default-value="${project.build.filters}"/>

        <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>

        <escapeString>${maven.resources.escapeString}</escapeString>

        <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>

        <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>

        <outputDirectory default-value="${project.build.testOutputDirectory}"/>

        <overwrite default-value="false">${maven.resources.overwrite}</overwrite>

        <project default-value="${project}"/>

        <resources default-value="${project.testResources}"/>

        <session default-value="${session}"/>

        <skip>${maven.test.skip}</skip>

        <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>

        <useBuildFilters default-value="true"/>

        <useDefaultDelimiters default-value="true"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <basedir default-value="${basedir}"/>

        <buildDirectory default-value="${project.build.directory}"/>

        <classpathElements default-value="${project.testClasspathElements}"/>

        <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>

        <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>

        <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>

        <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>

        <debug default-value="true">${maven.compiler.debug}</debug>

        <debuglevel>${maven.compiler.debuglevel}</debuglevel>

        <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>

        <executable>${maven.compiler.executable}</executable>

        <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>

        <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>

        <fork default-value="false">${maven.compiler.fork}</fork>

        <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>

        <maxmem>${maven.compiler.maxmem}</maxmem>

        <meminitial>${maven.compiler.meminitial}</meminitial>

        <mojoExecution>${mojoExecution}</mojoExecution>

        <optimize default-value="false">${maven.compiler.optimize}</optimize>

        <outputDirectory default-value="${project.build.testOutputDirectory}"/>

        <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>

        <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>

        <skip>${maven.test.skip}</skip>

        <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>

        <source default-value="1.5">${maven.compiler.source}</source>

        <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>

        <target default-value="1.5">${maven.compiler.target}</target>

        <testSource>${maven.compiler.testSource}</testSource>

        <testTarget>${maven.compiler.testTarget}</testTarget>

        <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>

        <verbose default-value="false">${maven.compiler.verbose}</verbose>

        <mavenSession default-value="${session}"/>

        <session default-value="${session}"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <argLine>${argLine}</argLine>

        <basedir default-value="${basedir}"/>

        <childDelegation default-value="false">${childDelegation}</childDelegation>

        <classesDirectory default-value="${project.build.outputDirectory}"/>

        <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>

        <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>

        <enableAssertions default-value="true">${enableAssertions}</enableAssertions>

        <excludedGroups>${excludedGroups}</excludedGroups>

        <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>

        <failIfNoTests>${failIfNoTests}</failIfNoTests>

        <forkMode default-value="once">${forkMode}</forkMode>

        <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>

        <groups>${groups}</groups>

        <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>

        <jvm>${jvm}</jvm>

        <localRepository default-value="${localRepository}"/>

        <objectFactory>${objectFactory}</objectFactory>

        <parallel>${parallel}</parallel>

        <parallelMavenExecution default-value="${session.parallel}"/>

        <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>

        <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>

        <pluginDescriptor default-value="${plugin}"/>

        <printSummary default-value="true">${surefire.printSummary}</printSummary>

        <projectArtifactMap>${project.artifactMap}</projectArtifactMap>

        <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>

        <remoteRepositories default-value="${project.pluginArtifactRepositories}"/>

        <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>

        <reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>

        <reportsDirectory default-value="${project.build.directory}/surefire-reports"/>

        <runOrder default-value="filesystem"/>

        <skip default-value="false">${maven.test.skip}</skip>

        <skipExec>${maven.test.skip.exec}</skipExec>

        <skipTests default-value="false">${skipTests}</skipTests>

        <test>${test}</test>

        <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>

        <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>

        <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>

        <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>

        <threadCount>${threadCount}</threadCount>

        <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>

        <useFile default-value="true">${surefire.useFile}</useFile>

        <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>

        <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>

        <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>

        <workingDirectory>${basedir}</workingDirectory>

        <project default-value="${project}"/>

        <session default-value="${session}"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <archiveClasses default-value="false">${archiveClasses}</archiveClasses>

        <attachClasses default-value="false"/>

        <cacheFile default-value="${project.build.directory}/war/work/webapp-cache.xml"/>

        <classesClassifier default-value="classes"/>

        <classesDirectory default-value="${project.build.outputDirectory}"/>

        <containerConfigXML>${maven.war.containerConfigXML}</containerConfigXML>

        <escapeString>${maven.war.escapeString}</escapeString>

        <escapedBackslashesInFilePath default-value="false">${maven.war.escapedBackslashesInFilePath}</escapedBackslashesInFilePath>

        <failOnMissingWebXml default-value="true">${failOnMissingWebXml}</failOnMissingWebXml>

        <filteringDeploymentDescriptors default-value="false">${maven.war.filteringDeploymentDescriptors}</filteringDeploymentDescriptors>

        <outputDirectory default-value="${project.build.directory}"/>

        <primaryArtifact default-value="true">${primaryArtifact}</primaryArtifact>

        <project default-value="${project}"/>

        <session default-value="${session}"/>

        <useCache default-value="false">${useCache}</useCache>

        <warName default-value="${project.build.finalName}"/>

        <warSourceDirectory default-value="${basedir}/src/main/webapp"/>

        <warSourceIncludes default-value="**"/>

        <webXml>${maven.war.webxml}</webXml>

        <webappDirectory default-value="${project.build.directory}/${project.build.finalName}"/>

        <workDirectory default-value="${project.build.directory}/war/work"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <artifact default-value="${project.artifact}"/>

        <attachedArtifacts default-value="${project.attachedArtifacts}"/>

        <createChecksum default-value="false">${createChecksum}</createChecksum>

        <localRepository>${localRepository}</localRepository>

        <packaging default-value="${project.packaging}"/>

        <pomFile default-value="${project.file}"/>

        <skip default-value="false">${maven.install.skip}</skip>

        <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>

      </configuration>

      [DEBUG] --- init fork of org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT for org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy (default-cli) ---

      [DEBUG] Dependencies (collect): []

      [DEBUG] Dependencies (resolve): [compile, runtime, test]

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <buildFilters default-value="${project.build.filters}"/>

        <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>

        <escapeString>${maven.resources.escapeString}</escapeString>

        <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>

        <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>

        <outputDirectory default-value="${project.build.outputDirectory}"/>

        <overwrite default-value="false">${maven.resources.overwrite}</overwrite>

        <project default-value="${project}"/>

        <resources default-value="${project.resources}"/>

        <session default-value="${session}"/>

        <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>

        <useBuildFilters default-value="true"/>

        <useDefaultDelimiters default-value="true"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <basedir default-value="${basedir}"/>

        <buildDirectory default-value="${project.build.directory}"/>

        <classpathElements default-value="${project.compileClasspathElements}"/>

        <compileSourceRoots default-value="${project.compileSourceRoots}"/>

        <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>

        <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>

        <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>

        <debug default-value="true">${maven.compiler.debug}</debug>

        <debuglevel>${maven.compiler.debuglevel}</debuglevel>

        <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>

        <executable>${maven.compiler.executable}</executable>

        <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>

        <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>

        <fork default-value="false">${maven.compiler.fork}</fork>

        <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>

        <maxmem>${maven.compiler.maxmem}</maxmem>

        <meminitial>${maven.compiler.meminitial}</meminitial>

        <mojoExecution>${mojoExecution}</mojoExecution>

        <optimize default-value="false">${maven.compiler.optimize}</optimize>

        <outputDirectory default-value="${project.build.outputDirectory}"/>

        <projectArtifact default-value="${project.artifact}"/>

        <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>

        <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>

        <skipMain>${maven.main.skip}</skipMain>

        <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>

        <source default-value="1.5">${maven.compiler.source}</source>

        <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>

        <target default-value="1.5">${maven.compiler.target}</target>

        <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>

        <verbose default-value="false">${maven.compiler.verbose}</verbose>

        <mavenSession default-value="${session}"/>

        <session default-value="${session}"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <buildFilters default-value="${project.build.filters}"/>

        <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>

        <escapeString>${maven.resources.escapeString}</escapeString>

        <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>

        <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>

        <outputDirectory default-value="${project.build.testOutputDirectory}"/>

        <overwrite default-value="false">${maven.resources.overwrite}</overwrite>

        <project default-value="${project}"/>

        <resources default-value="${project.testResources}"/>

        <session default-value="${session}"/>

        <skip>${maven.test.skip}</skip>

        <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>

        <useBuildFilters default-value="true"/>

        <useDefaultDelimiters default-value="true"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <basedir default-value="${basedir}"/>

        <buildDirectory default-value="${project.build.directory}"/>

        <classpathElements default-value="${project.testClasspathElements}"/>

        <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>

        <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>

        <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>

        <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>

        <debug default-value="true">${maven.compiler.debug}</debug>

        <debuglevel>${maven.compiler.debuglevel}</debuglevel>

        <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>

        <executable>${maven.compiler.executable}</executable>

        <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>

        <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>

        <fork default-value="false">${maven.compiler.fork}</fork>

        <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>

        <maxmem>${maven.compiler.maxmem}</maxmem>

        <meminitial>${maven.compiler.meminitial}</meminitial>

        <mojoExecution>${mojoExecution}</mojoExecution>

        <optimize default-value="false">${maven.compiler.optimize}</optimize>

        <outputDirectory default-value="${project.build.testOutputDirectory}"/>

        <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>

        <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>

        <skip>${maven.test.skip}</skip>

        <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>

        <source default-value="1.5">${maven.compiler.source}</source>

        <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>

        <target default-value="1.5">${maven.compiler.target}</target>

        <testSource>${maven.compiler.testSource}</testSource>

        <testTarget>${maven.compiler.testTarget}</testTarget>

        <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>

        <verbose default-value="false">${maven.compiler.verbose}</verbose>

        <mavenSession default-value="${session}"/>

        <session default-value="${session}"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <argLine>${argLine}</argLine>

        <basedir default-value="${basedir}"/>

        <childDelegation default-value="false">${childDelegation}</childDelegation>

        <classesDirectory default-value="${project.build.outputDirectory}"/>

        <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>

        <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>

        <enableAssertions default-value="true">${enableAssertions}</enableAssertions>

        <excludedGroups>${excludedGroups}</excludedGroups>

        <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>

        <failIfNoTests>${failIfNoTests}</failIfNoTests>

        <forkMode default-value="once">${forkMode}</forkMode>

        <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>

        <groups>${groups}</groups>

        <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>

        <jvm>${jvm}</jvm>

        <localRepository default-value="${localRepository}"/>

        <objectFactory>${objectFactory}</objectFactory>

        <parallel>${parallel}</parallel>

        <parallelMavenExecution default-value="${session.parallel}"/>

        <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>

        <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>

        <pluginDescriptor default-value="${plugin}"/>

        <printSummary default-value="true">${surefire.printSummary}</printSummary>

        <projectArtifactMap>${project.artifactMap}</projectArtifactMap>

        <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>

        <remoteRepositories default-value="${project.pluginArtifactRepositories}"/>

        <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>

        <reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>

        <reportsDirectory default-value="${project.build.directory}/surefire-reports"/>

        <runOrder default-value="filesystem"/>

        <skip default-value="false">${maven.test.skip}</skip>

        <skipExec>${maven.test.skip.exec}</skipExec>

        <skipTests default-value="false">${skipTests}</skipTests>

        <test>${test}</test>

        <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>

        <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>

        <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>

        <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>

        <threadCount>${threadCount}</threadCount>

        <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>

        <useFile default-value="true">${surefire.useFile}</useFile>

        <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>

        <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>

        <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>

        <workingDirectory>${basedir}</workingDirectory>

        <project default-value="${project}"/>

        <session default-value="${session}"/>

      </configuration>

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <archiveClasses default-value="false">${archiveClasses}</archiveClasses>

        <attachClasses default-value="false"/>

        <cacheFile default-value="${project.build.directory}/war/work/webapp-cache.xml"/>

        <classesClassifier default-value="classes"/>

        <classesDirectory default-value="${project.build.outputDirectory}"/>

        <containerConfigXML>${maven.war.containerConfigXML}</containerConfigXML>

        <escapeString>${maven.war.escapeString}</escapeString>

        <escapedBackslashesInFilePath default-value="false">${maven.war.escapedBackslashesInFilePath}</escapedBackslashesInFilePath>

        <failOnMissingWebXml default-value="true">${failOnMissingWebXml}</failOnMissingWebXml>

        <filteringDeploymentDescriptors default-value="false">${maven.war.filteringDeploymentDescriptors}</filteringDeploymentDescriptors>

        <outputDirectory default-value="${project.build.directory}"/>

        <primaryArtifact default-value="true">${primaryArtifact}</primaryArtifact>

        <project default-value="${project}"/>

        <session default-value="${session}"/>

        <useCache default-value="false">${useCache}</useCache>

        <warName default-value="${project.build.finalName}"/>

        <warSourceDirectory default-value="${basedir}/src/main/webapp"/>

        <warSourceIncludes default-value="**"/>

        <webXml>${maven.war.webxml}</webXml>

        <webappDirectory default-value="${project.build.directory}/${project.build.finalName}"/>

        <workDirectory default-value="${project.build.directory}/war/work"/>

      </configuration>

      [DEBUG] --- exit fork of org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT for org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy (default-cli) ---

      [DEBUG] -----------------------------------------------------------------------

      [DEBUG] Goal:          org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy (default-cli)

      [DEBUG] Style:         Regular

      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

      <configuration>

        <checkPackaging default-value="true">${wildfly.checkPackaging}</checkPackaging>

        <filename>${wildfly.deployment.filename}</filename>

        <force default-value="true">${deploy.force}</force>

        <hostname default-value="localhost">${wildfly.hostname}</hostname>

        <id>${wildfly.id}</id>

        <password>${wildfly.password}</password>

        <port default-value="9990">${wildfly.port}</port>

        <project default-value="${project}"/>

        <protocol>${wildfly.protocol}</protocol>

        <settings default-value="${settings}">${settings}</settings>

        <skip default-value="false"/>

        <targetDir default-value="${project.build.directory}/">${wildfly.deployment.targetDir}</targetDir>

        <username>${wildfly.username}</username>

      </configuration>

      [DEBUG] =======================================================================

      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=1, ConflictMarker.nodeCount=5, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=4, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5, ConflictResolver.conflictItemCount=4, DefaultDependencyCollector.collectTime=40, DefaultDependencyCollector.transformTime=11}

      [DEBUG] org.wildfly.quickstarts:wildfly-servlet-security:war:10.0.0-SNAPSHOT

      [DEBUG]    javax.enterprise:cdi-api:jar:1.2:provided

      [DEBUG]       javax.inject:javax.inject:jar:1:provided

      [DEBUG]    org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Final:provided

      [DEBUG]    org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec:jar:1.0.0.Final:provided

      [INFO]

      [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ wildfly-servlet-security ---

      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=21, DefaultDependencyCollector.transformTime=0}

      [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:

      [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile

      [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile

      [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5

      [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5

      [DEBUG]   Imported:  < maven.api

      [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5

      [DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5

      [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->

      [DEBUG]   (f) directory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target

      [DEBUG]   (f) excludeDefaultDirectories = false

      [DEBUG]   (f) failOnError = true

      [DEBUG]   (f) followSymLinks = false

      [DEBUG]   (f) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG]   (f) reportDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/site

      [DEBUG]   (f) retryOnError = true

      [DEBUG]   (f) skip = false

      [DEBUG]   (f) testOutputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/test-classes

      [DEBUG] -- end configuration --

      [INFO] Deleting /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/jboss-web.xml

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/classes/org/jboss/as/quickstarts/servlet_security/SecuredServlet.class

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/classes/org/jboss/as/quickstarts/servlet_security

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/classes/org/jboss/as/quickstarts

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/classes/org/jboss/as

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/classes/org/jboss

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/classes/org

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/classes/import.sql

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/classes/META-INF/persistence.xml

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/classes/META-INF

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/classes

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/beans.xml

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF/web.xml

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/WEB-INF

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/META-INF

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security/index.html

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/generated-sources/annotations

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/generated-sources

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/maven-status/maven-compiler-plugin/compile/default-compile

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/maven-status/maven-compiler-plugin/compile

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/maven-status/maven-compiler-plugin

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/maven-status

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/org/jboss/as/quickstarts/servlet_security/SecuredServlet.class

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/org/jboss/as/quickstarts/servlet_security

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/org/jboss/as/quickstarts

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/org/jboss/as

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/org/jboss

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/org

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/import.sql

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/META-INF/persistence.xml

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/META-INF

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security.war

      [INFO] Deleting file /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/maven-archiver/pom.properties

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/maven-archiver

      [INFO] Deleting directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target

      [DEBUG] Skipping non-existing directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG] Skipping non-existing directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/test-classes

      [DEBUG] Skipping non-existing directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/site

      [INFO]

      [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ wildfly-servlet-security ---

      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=112, DefaultDependencyCollector.transformTime=5}

      [DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:

      [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-core:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile

      [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile

      [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile

      [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile

      [DEBUG]       commons-cli:commons-cli:jar:1.0:compile

      [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile

      [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile

      [DEBUG]       classworlds:classworlds:jar:1.1:compile

      [DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-settings:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-monitor:jar:2.0.6:compile

      [DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

      [DEBUG]       junit:junit:jar:3.8.1:compile

      [DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile

      [DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.1:compile

      [DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile

      [DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.13:compile

      [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6

      [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6

      [DEBUG]   Imported:  < maven.api

      [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6

      [DEBUG]   Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6

      [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6

      [DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7

      [DEBUG]   Included: commons-cli:commons-cli:jar:1.0

      [DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

      [DEBUG]   Included: junit:junit:jar:3.8.1

      [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5

      [DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.1

      [DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4

      [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.13

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->

      [DEBUG]   (f) buildFilters = []

      [DEBUG]   (f) encoding = UTF-8

      [DEBUG]   (f) escapeWindowsPaths = true

      [DEBUG]   (s) includeEmptyDirs = false

      [DEBUG]   (s) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG]   (s) overwrite = false

      [DEBUG]   (f) project = MavenProject: org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT @ /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml

      [DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]

      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG]   (f) supportMultiLineFiltering = false

      [DEBUG]   (f) useBuildFilters = true

      [DEBUG]   (s) useDefaultDelimiters = true

      [DEBUG] -- end configuration --

      [DEBUG] properties used {java.vendor=Oracle Corporation, env.SESSION_MANAGER=local/M11BB:@/tmp/.ICE-unix/1892,unix/M11BB:/tmp/.ICE-unix/1892, env.LESSOPEN=| /usr/bin/lesspipe %s, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot Tiered Compilers, os.name=Linux, sun.boot.class.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/resources.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/rt.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/sunrsasign.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jsse.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jce.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/charsets.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jfr.jar:/home/ak/jdk/jdk1.8.0_131/jre/classes, env.PWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.XDG_SESSION_COOKIE=30e8671244344b49af2510a06808f1b0-1493382607.270278-409362099, sun.desktop=gnome, env.LANG=en_CA.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_131-b11, env.QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1, env.DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path, env.XDG_VTNR=8, project.build.sourceEncoding=UTF-8, env.DISPLAY=:0, env.GJS_DEBUG_TOPICS=JS ERROR;JS LOG, user.name=ak, env._=/home/ak/maven/apache-maven-3.3.9/bin/mvn, version.wildfly.maven.plugin=1.0.2.Final, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00), env.USER=ak, env.SHELL=/bin/bash, env.DESKTOP_SESSION=cinnamon, env.XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, env.GJS_DEBUG_OUTPUT=stderr, env.PATH=/home/ak/jdk/jdk1.8.0_131/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/ak/algs4/bin:/home/ak/maven/apache-maven-3.3.9/bin:/home/ak/ant/apache-ant-1.10.1/bin:/home/ak/tomee/apache-tomee-plus-7.0.2/bin, env.XDG_CURRENT_DESKTOP=X-Cinnamon, user.language=en, env.XDG_SESSION_DESKTOP=cinnamon, sun.boot.library.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/i386, classworlds.conf=/home/ak/maven/apache-maven-3.3.9/bin/m2.conf, env.CINNAMON_VERSION=3.0.6, java.version=1.8.0_131, user.timezone=America/Toronto, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-vk4s27YTN8,guid=4f2672e23d4d5df62f1db460590335d0, env.QT_STYLE_OVERRIDE=gtk, sun.arch.data.model=32, env.SSH_AGENT_PID=1963, java.endorsed.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, env.MDM_LANG=en_CA.UTF-8, file.separator=/, java.specification.name=Java Platform API Specification, env.GNOME_DESKTOP_SESSION_ID=this-is-deprecated, java.class.version=52.0, env.GDMSESSION=cinnamon, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CA, java.home=/home/ak/jdk/jdk1.8.0_131/jre, java.vm.info=mixed mode, env.LOGNAME=ak, os.version=4.4.0-21-generic, maven.compiler.target=1.8, path.separator=:, java.vm.version=25.131-b11, env.MDMSESSION=cinnamon, env.JAVA_HOME=/home/ak/jdk/jdk1.8.0_131, java.awt.printerjob=sun.print.PSPrinterJob, env.TERM=xterm-256color, version.war.plugin=3.0.0, env.WINDOWPATH=8, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, user.home=/home/ak, version.jboss.spec.javaee.7.0=1.0.3.Final, env.OLDPWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.GTK_OVERLAY_SCROLLING=1, java.specification.vendor=Oracle Corporation, env.CLASSPATH=/home/ak/jdk/jdk1.8.0_131/lib::/home/ak/algs4, env.VTE_VERSION=4205, env.WINDOWID=67108870, java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib, java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS= clean install wildfly:deploy -X, env.GDM_XSERVER_LOCATION=local, env.XDG_SEAT=seat0, java.vm.vendor=Oracle Corporation, maven.home=/home/ak/maven/apache-maven-3.3.9, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean install wildfly:deploy -X, java.class.path=/home/ak/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar, env.XDG_SESSION_ID=c1, env.MDM_XSERVER_LOCATION=local, env.JBOSS_HOME=/home/ak/wildfly-10.1.0.Final, maven.version=3.3.9, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.QT_ACCESSIBILITY=1, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/home/ak, java.io.tmpdir=/tmp, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.SSH_AUTH_SOCK=/run/user/1001/keyring/ssh, maven.compiler.source=1.8, os.arch=i386, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, java.ext.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/ext:/usr/java/packages/lib/ext, env.XDG_RUNTIME_DIR=/run/user/1001, env.XAUTHORITY=/home/ak/.Xauthority, user.dir=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path, env.GTK_MODULES=gail:atk-bridge, line.separator=

      , java.vm.name=Java HotSpot(TM) Server VM, env.USERNAME=ak, file.encoding=UTF-8, java.specification.version=1.8, env.XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg, env.MAVEN_PROJECTBASEDIR=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.LESSCLOSE=/usr/bin/lesspipe %s %s}

      [INFO] Using 'UTF-8' encoding to copy filtered resources.

      [DEBUG] resource with targetPath null

      directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/resources

      excludes []

      includes []

      [DEBUG] ignoreDelta true

      [INFO] Copying 2 resources

      [DEBUG] file persistence.xml has a filtered file extension

      [DEBUG] copy /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/resources/META-INF/persistence.xml to /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/META-INF/persistence.xml

      [DEBUG] file import.sql has a filtered file extension

      [DEBUG] copy /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/resources/import.sql to /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/import.sql

      [DEBUG] no use filter components

      [INFO]

      [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ wildfly-servlet-security ---

      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=189, DefaultDependencyCollector.transformTime=4}

      [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1:

      [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile

      [DEBUG]    org.apache.maven:maven-artifact:jar:2.0.9:compile

      [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile

      [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-project:jar:2.0.9:compile

      [DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile

      [DEBUG]    org.apache.maven:maven-toolchain:jar:1.0:compile

      [DEBUG]    org.apache.maven.shared:maven-shared-utils:jar:0.1:compile

      [DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile

      [DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile

      [DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

      [DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.2:compile

      [DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.2:compile

      [DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.2:runtime

      [DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile

      [DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile

      [DEBUG]       org.apache.xbean:xbean-reflect:jar:3.4:compile

      [DEBUG]          log4j:log4j:jar:1.2.12:compile

      [DEBUG]          commons-logging:commons-logging-api:jar:1.1:compile

      [DEBUG]       com.google.collections:google-collections:jar:1.0:compile

      [DEBUG]       junit:junit:jar:3.8.2:compile

      [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1

      [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1

      [DEBUG]   Imported:  < maven.api

      [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1

      [DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.1

      [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.1

      [DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:0.1

      [DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1

      [DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1

      [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5

      [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.2

      [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.2

      [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.2

      [DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4

      [DEBUG]   Included: log4j:log4j:jar:1.2.12

      [DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1

      [DEBUG]   Included: com.google.collections:google-collections:jar:1.0

      [DEBUG]   Included: junit:junit:jar:3.8.2

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->

      [DEBUG]   (f) basedir = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security

      [DEBUG]   (f) buildDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target

      [DEBUG]   (f) classpathElements = [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes, /home/ak/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar, /home/ak/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, /home/ak/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar, /home/ak/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar]

      [DEBUG]   (f) compileSourceRoots = [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/java]

      [DEBUG]   (f) compilerId = javac

      [DEBUG]   (f) debug = true

      [DEBUG]   (f) encoding = UTF-8

      [DEBUG]   (f) failOnError = true

      [DEBUG]   (f) forceJavacCompilerUse = false

      [DEBUG]   (f) fork = false

      [DEBUG]   (f) generatedSourcesDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/generated-sources/annotations

      [DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}

      [DEBUG]   (f) optimize = false

      [DEBUG]   (f) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG]   (f) projectArtifact = org.wildfly.quickstarts:wildfly-servlet-security:war:10.0.0-SNAPSHOT

      [DEBUG]   (f) showDeprecation = false

      [DEBUG]   (f) showWarnings = false

      [DEBUG]   (f) skipMultiThreadWarning = false

      [DEBUG]   (f) source = 1.8

      [DEBUG]   (f) staleMillis = 0

      [DEBUG]   (f) target = 1.8

      [DEBUG]   (f) useIncrementalCompilation = true

      [DEBUG]   (f) verbose = false

      [DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@232e55

      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG] -- end configuration --

      [DEBUG] Using compiler 'javac'.

      [DEBUG] Source directories: [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/java]

      [DEBUG] Classpath: [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      /home/ak/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar

      /home/ak/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar

      /home/ak/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar

      /home/ak/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar]

      [DEBUG] Output directory: /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG] CompilerReuseStrategy: reuseCreated

      [DEBUG] useIncrementalCompilation enabled

      [DEBUG] Stale source detected: /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/java/org/jboss/as/quickstarts/servlet_security/SecuredServlet.java

      [INFO] Changes detected - recompiling the module!

      [DEBUG] Classpath:

      [DEBUG]  /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG]  /home/ak/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar

      [DEBUG]  /home/ak/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar

      [DEBUG]  /home/ak/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar

      [DEBUG]  /home/ak/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar

      [DEBUG] Source roots:

      [DEBUG]  /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/java

      [DEBUG] Command line options:

      [DEBUG] -d /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes -classpath /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes:/home/ak/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar:/home/ak/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/ak/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar:/home/ak/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar: -sourcepath /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/java: -s /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/generated-sources/annotations -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8

      [DEBUG] incrementalBuildHelper#beforeRebuildExecution

      [INFO] Compiling 1 source file to /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG] incrementalBuildHelper#afterRebuildExecution

      [INFO]

      [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ wildfly-servlet-security ---

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->

      [DEBUG]   (f) buildFilters = []

      [DEBUG]   (f) encoding = UTF-8

      [DEBUG]   (f) escapeWindowsPaths = true

      [DEBUG]   (s) includeEmptyDirs = false

      [DEBUG]   (s) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/test-classes

      [DEBUG]   (s) overwrite = false

      [DEBUG]   (f) project = MavenProject: org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT @ /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml

      [DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]

      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG]   (f) supportMultiLineFiltering = false

      [DEBUG]   (f) useBuildFilters = true

      [DEBUG]   (s) useDefaultDelimiters = true

      [DEBUG] -- end configuration --

      [DEBUG] properties used {java.vendor=Oracle Corporation, env.SESSION_MANAGER=local/M11BB:@/tmp/.ICE-unix/1892,unix/M11BB:/tmp/.ICE-unix/1892, env.LESSOPEN=| /usr/bin/lesspipe %s, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot Tiered Compilers, os.name=Linux, sun.boot.class.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/resources.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/rt.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/sunrsasign.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jsse.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jce.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/charsets.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jfr.jar:/home/ak/jdk/jdk1.8.0_131/jre/classes, env.PWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.XDG_SESSION_COOKIE=30e8671244344b49af2510a06808f1b0-1493382607.270278-409362099, sun.desktop=gnome, env.LANG=en_CA.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_131-b11, env.QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1, env.DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path, env.XDG_VTNR=8, project.build.sourceEncoding=UTF-8, env.DISPLAY=:0, env.GJS_DEBUG_TOPICS=JS ERROR;JS LOG, user.name=ak, env._=/home/ak/maven/apache-maven-3.3.9/bin/mvn, version.wildfly.maven.plugin=1.0.2.Final, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00), env.USER=ak, env.SHELL=/bin/bash, env.DESKTOP_SESSION=cinnamon, env.XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, env.GJS_DEBUG_OUTPUT=stderr, env.PATH=/home/ak/jdk/jdk1.8.0_131/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/ak/algs4/bin:/home/ak/maven/apache-maven-3.3.9/bin:/home/ak/ant/apache-ant-1.10.1/bin:/home/ak/tomee/apache-tomee-plus-7.0.2/bin, env.XDG_CURRENT_DESKTOP=X-Cinnamon, user.language=en, env.XDG_SESSION_DESKTOP=cinnamon, sun.boot.library.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/i386, classworlds.conf=/home/ak/maven/apache-maven-3.3.9/bin/m2.conf, env.CINNAMON_VERSION=3.0.6, java.version=1.8.0_131, user.timezone=America/Toronto, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-vk4s27YTN8,guid=4f2672e23d4d5df62f1db460590335d0, env.QT_STYLE_OVERRIDE=gtk, sun.arch.data.model=32, env.SSH_AGENT_PID=1963, java.endorsed.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, env.MDM_LANG=en_CA.UTF-8, file.separator=/, java.specification.name=Java Platform API Specification, env.GNOME_DESKTOP_SESSION_ID=this-is-deprecated, java.class.version=52.0, env.GDMSESSION=cinnamon, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CA, java.home=/home/ak/jdk/jdk1.8.0_131/jre, java.vm.info=mixed mode, env.LOGNAME=ak, os.version=4.4.0-21-generic, maven.compiler.target=1.8, path.separator=:, java.vm.version=25.131-b11, env.MDMSESSION=cinnamon, env.JAVA_HOME=/home/ak/jdk/jdk1.8.0_131, java.awt.printerjob=sun.print.PSPrinterJob, env.TERM=xterm-256color, version.war.plugin=3.0.0, env.WINDOWPATH=8, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, user.home=/home/ak, version.jboss.spec.javaee.7.0=1.0.3.Final, env.OLDPWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.GTK_OVERLAY_SCROLLING=1, java.specification.vendor=Oracle Corporation, env.CLASSPATH=/home/ak/jdk/jdk1.8.0_131/lib::/home/ak/algs4, env.VTE_VERSION=4205, env.WINDOWID=67108870, java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib, java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS= clean install wildfly:deploy -X, env.GDM_XSERVER_LOCATION=local, env.XDG_SEAT=seat0, java.vm.vendor=Oracle Corporation, maven.home=/home/ak/maven/apache-maven-3.3.9, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean install wildfly:deploy -X, java.class.path=/home/ak/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar, env.XDG_SESSION_ID=c1, env.MDM_XSERVER_LOCATION=local, env.JBOSS_HOME=/home/ak/wildfly-10.1.0.Final, maven.version=3.3.9, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.QT_ACCESSIBILITY=1, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/home/ak, java.io.tmpdir=/tmp, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.SSH_AUTH_SOCK=/run/user/1001/keyring/ssh, maven.compiler.source=1.8, os.arch=i386, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, java.ext.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/ext:/usr/java/packages/lib/ext, env.XDG_RUNTIME_DIR=/run/user/1001, env.XAUTHORITY=/home/ak/.Xauthority, user.dir=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path, env.GTK_MODULES=gail:atk-bridge, line.separator=

      , java.vm.name=Java HotSpot(TM) Server VM, env.USERNAME=ak, file.encoding=UTF-8, java.specification.version=1.8, env.XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg, env.MAVEN_PROJECTBASEDIR=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.LESSCLOSE=/usr/bin/lesspipe %s %s}

      [INFO] Using 'UTF-8' encoding to copy filtered resources.

      [DEBUG] resource with targetPath null

      directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/test/resources

      excludes []

      includes []

      [INFO] skip non existing resourceDirectory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/test/resources

      [DEBUG] no use filter components

      [INFO]

      [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ wildfly-servlet-security ---

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile' with basic configurator -->

      [DEBUG]   (f) basedir = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security

      [DEBUG]   (f) buildDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target

      [DEBUG]   (f) classpathElements = [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/test-classes, /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes, /home/ak/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar, /home/ak/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, /home/ak/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar, /home/ak/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar]

      [DEBUG]   (f) compileSourceRoots = [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/test/java]

      [DEBUG]   (f) compilerId = javac

      [DEBUG]   (f) debug = true

      [DEBUG]   (f) encoding = UTF-8

      [DEBUG]   (f) failOnError = true

      [DEBUG]   (f) forceJavacCompilerUse = false

      [DEBUG]   (f) fork = false

      [DEBUG]   (f) generatedTestSourcesDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/generated-test-sources/test-annotations

      [DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}

      [DEBUG]   (f) optimize = false

      [DEBUG]   (f) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/test-classes

      [DEBUG]   (f) showDeprecation = false

      [DEBUG]   (f) showWarnings = false

      [DEBUG]   (f) skipMultiThreadWarning = false

      [DEBUG]   (f) source = 1.8

      [DEBUG]   (f) staleMillis = 0

      [DEBUG]   (f) target = 1.8

      [DEBUG]   (f) useIncrementalCompilation = true

      [DEBUG]   (f) verbose = false

      [DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@232e55

      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG] -- end configuration --

      [DEBUG] Using compiler 'javac'.

      [INFO] No sources to compile

      [INFO]

      [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ wildfly-servlet-security ---

      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=79, DefaultDependencyCollector.transformTime=3}

      [DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4:

      [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile

      [DEBUG]    org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile

      [DEBUG]       org.apache.maven.surefire:surefire-api:jar:2.12.4:compile

      [DEBUG]    org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile

      [DEBUG]       org.apache.commons:commons-lang3:jar:3.1:compile

      [DEBUG]       org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile

      [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.8:compile

      [DEBUG]    org.apache.maven:maven-artifact:jar:2.0.9:compile

      [DEBUG]    org.apache.maven:maven-project:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.9:compile

      [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

      [DEBUG]          junit:junit:jar:3.8.1:test

      [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile

      [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile

      [DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile

      [DEBUG]       classworlds:classworlds:jar:1.1:compile

      [DEBUG]    org.apache.maven:maven-toolchain:jar:2.0.9:compile

      [DEBUG]    org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile

      [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4

      [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4

      [DEBUG]   Imported:  < maven.api

      [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4

      [DEBUG]   Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4

      [DEBUG]   Included: org.apache.maven.surefire:surefire-booter:jar:2.12.4

      [DEBUG]   Included: org.apache.maven.surefire:surefire-api:jar:2.12.4

      [DEBUG]   Included: org.apache.maven.surefire:maven-surefire-common:jar:2.12.4

      [DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.1

      [DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.3

      [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.8

      [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9

      [DEBUG]   Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator -->

      [DEBUG]   (s) basedir = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security

      [DEBUG]   (s) childDelegation = false

      [DEBUG]   (s) classesDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG]   (s) disableXmlReport = false

      [DEBUG]   (s) enableAssertions = true

      [DEBUG]   (s) forkMode = once

      [DEBUG]   (s) junitArtifactName = junit:junit

      [DEBUG]   (s) localRepository =       id: local

            url: file:///home/ak/.m2/repository/

         layout: default

      snapshots: [enabled => true, update => always]

      releases: [enabled => true, update => always]

       

      [DEBUG]   (f) parallelMavenExecution = false

      [DEBUG]   (s) perCoreThreadCount = true

      [DEBUG]   (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.9:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0.9:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.9:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.0.9:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.0.9:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.0.9:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.9:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.0.9:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile}

      [DEBUG]   (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help'

      role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'

      ---

      [DEBUG]   (s) printSummary = true

      [DEBUG]   (s) projectArtifactMap = {javax.enterprise:cdi-api=javax.enterprise:cdi-api:jar:1.2:provided, javax.inject:javax.inject=javax.inject:javax.inject:jar:1:provided, org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec=org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Final:provided, org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec=org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec:jar:1.0.0.Final:provided}

      [DEBUG]   (s) redirectTestOutputToFile = false

      [DEBUG]   (s) remoteRepositories = [      id: central

            url: https://repo.maven.apache.org/maven2

         layout: default

      snapshots: [enabled => false, update => daily]

      releases: [enabled => true, update => never]

      ]

      [DEBUG]   (s) reportFormat = brief

      [DEBUG]   (s) reportsDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/surefire-reports

      [DEBUG]   (s) runOrder = filesystem

      [DEBUG]   (s) skip = false

      [DEBUG]   (s) skipTests = false

      [DEBUG]   (s) testClassesDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/test-classes

      [DEBUG]   (s) testFailureIgnore = false

      [DEBUG]   (s) testNGArtifactName = org.testng:testng

      [DEBUG]   (s) testSourceDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/test/java

      [DEBUG]   (s) trimStackTrace = true

      [DEBUG]   (s) useFile = true

      [DEBUG]   (s) useManifestOnlyJar = true

      [DEBUG]   (s) useSystemClassLoader = true

      [DEBUG]   (s) useUnlimitedThreads = false

      [DEBUG]   (s) workingDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security

      [DEBUG]   (s) project = MavenProject: org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT @ /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml

      [DEBUG]   (s) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG] -- end configuration --

      [INFO] No tests to run.

      [INFO]

      [INFO] --- maven-war-plugin:2.2:war (default-war) @ wildfly-servlet-security ---

      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=95, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=30, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=87, DefaultDependencyCollector.collectTime=31, DefaultDependencyCollector.transformTime=2}

      [DEBUG] org.apache.maven.plugins:maven-war-plugin:jar:2.2:

      [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-core:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile

      [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile

      [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile

      [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile

      [DEBUG]       commons-cli:commons-cli:jar:1.0:compile

      [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile

      [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile

      [DEBUG]       classworlds:classworlds:jar:1.1:compile

      [DEBUG]    org.apache.maven:maven-settings:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-monitor:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-archiver:jar:2.5:compile

      [DEBUG]    org.codehaus.plexus:plexus-io:jar:2.0.2:compile

      [DEBUG]    org.codehaus.plexus:plexus-archiver:jar:2.1:compile

      [DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.15:compile

      [DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

      [DEBUG]       junit:junit:jar:3.8.1:compile

      [DEBUG]    com.thoughtworks.xstream:xstream:jar:1.3.1:compile

      [DEBUG]       xpp3:xpp3_min:jar:1.1.4c:compile

      [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile

      [DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.0-beta-2:compile

      [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-war-plugin:2.2

      [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-war-plugin:2.2

      [DEBUG]   Imported:  < maven.api

      [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-war-plugin:2.2

      [DEBUG]   Included: org.apache.maven.plugins:maven-war-plugin:jar:2.2

      [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6

      [DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7

      [DEBUG]   Included: commons-cli:commons-cli:jar:1.0

      [DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

      [DEBUG]   Included: org.apache.maven:maven-archiver:jar:2.5

      [DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:2.0.2

      [DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:2.1

      [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.15

      [DEBUG]   Included: junit:junit:jar:3.8.1

      [DEBUG]   Included: com.thoughtworks.xstream:xstream:jar:1.3.1

      [DEBUG]   Included: xpp3:xpp3_min:jar:1.1.4c

      [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0

      [DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.0-beta-2

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-war-plugin:2.2:war from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-war-plugin:2.2, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-war-plugin:2.2:war' with basic configurator -->

      [DEBUG]   (s) archiveClasses = false

      [DEBUG]   (s) attachClasses = false

      [DEBUG]   (s) cacheFile = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/war/work/webapp-cache.xml

      [DEBUG]   (s) classesClassifier = classes

      [DEBUG]   (s) classesDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG]   (f) escapedBackslashesInFilePath = false

      [DEBUG]   (s) failOnMissingWebXml = true

      [DEBUG]   (f) filteringDeploymentDescriptors = false

      [DEBUG]   (s) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target

      [DEBUG]   (s) primaryArtifact = true

      [DEBUG]   (s) project = MavenProject: org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT @ /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml

      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG]   (s) useCache = false

      [DEBUG]   (s) warName = wildfly-servlet-security

      [DEBUG]   (s) warSourceDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/webapp

      [DEBUG]   (s) warSourceIncludes = **

      [DEBUG]   (s) webappDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security

      [DEBUG]   (s) workDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/war/work

      [DEBUG] -- end configuration --

      [INFO] Packaging webapp

      [INFO] Assembling webapp [wildfly-servlet-security] in [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security]

      [DEBUG] properties used {java.vendor=Oracle Corporation, env.SESSION_MANAGER=local/M11BB:@/tmp/.ICE-unix/1892,unix/M11BB:/tmp/.ICE-unix/1892, env.LESSOPEN=| /usr/bin/lesspipe %s, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot Tiered Compilers, os.name=Linux, sun.boot.class.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/resources.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/rt.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/sunrsasign.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jsse.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jce.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/charsets.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jfr.jar:/home/ak/jdk/jdk1.8.0_131/jre/classes, env.PWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.XDG_SESSION_COOKIE=30e8671244344b49af2510a06808f1b0-1493382607.270278-409362099, sun.desktop=gnome, env.LANG=en_CA.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_131-b11, env.QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1, env.DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path, env.XDG_VTNR=8, project.build.sourceEncoding=UTF-8, env.DISPLAY=:0, env.GJS_DEBUG_TOPICS=JS ERROR;JS LOG, user.name=ak, env._=/home/ak/maven/apache-maven-3.3.9/bin/mvn, version.wildfly.maven.plugin=1.0.2.Final, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00), env.USER=ak, env.SHELL=/bin/bash, env.DESKTOP_SESSION=cinnamon, env.XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, env.GJS_DEBUG_OUTPUT=stderr, env.PATH=/home/ak/jdk/jdk1.8.0_131/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/ak/algs4/bin:/home/ak/maven/apache-maven-3.3.9/bin:/home/ak/ant/apache-ant-1.10.1/bin:/home/ak/tomee/apache-tomee-plus-7.0.2/bin, env.XDG_CURRENT_DESKTOP=X-Cinnamon, user.language=en, env.XDG_SESSION_DESKTOP=cinnamon, sun.boot.library.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/i386, classworlds.conf=/home/ak/maven/apache-maven-3.3.9/bin/m2.conf, env.CINNAMON_VERSION=3.0.6, java.version=1.8.0_131, user.timezone=America/Toronto, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-vk4s27YTN8,guid=4f2672e23d4d5df62f1db460590335d0, env.QT_STYLE_OVERRIDE=gtk, sun.arch.data.model=32, env.SSH_AGENT_PID=1963, java.endorsed.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, env.MDM_LANG=en_CA.UTF-8, file.separator=/, java.specification.name=Java Platform API Specification, env.GNOME_DESKTOP_SESSION_ID=this-is-deprecated, java.class.version=52.0, env.GDMSESSION=cinnamon, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CA, java.home=/home/ak/jdk/jdk1.8.0_131/jre, java.vm.info=mixed mode, env.LOGNAME=ak, os.version=4.4.0-21-generic, maven.compiler.target=1.8, path.separator=:, java.vm.version=25.131-b11, env.MDMSESSION=cinnamon, env.JAVA_HOME=/home/ak/jdk/jdk1.8.0_131, java.awt.printerjob=sun.print.PSPrinterJob, env.TERM=xterm-256color, version.war.plugin=3.0.0, env.WINDOWPATH=8, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, user.home=/home/ak, version.jboss.spec.javaee.7.0=1.0.3.Final, env.GTK_OVERLAY_SCROLLING=1, env.OLDPWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.CLASSPATH=/home/ak/jdk/jdk1.8.0_131/lib::/home/ak/algs4, java.specification.vendor=Oracle Corporation, env.WINDOWID=67108870, env.VTE_VERSION=4205, java.vendor.url=http://java.oracle.com/, java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib, env.GDM_XSERVER_LOCATION=local, env.MAVEN_CMD_LINE_ARGS= clean install wildfly:deploy -X, java.vm.vendor=Oracle Corporation, env.XDG_SEAT=seat0, java.runtime.name=Java(TM) SE Runtime Environment, maven.home=/home/ak/maven/apache-maven-3.3.9, java.class.path=/home/ak/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean install wildfly:deploy -X, env.JBOSS_HOME=/home/ak/wildfly-10.1.0.Final, env.MDM_XSERVER_LOCATION=local, env.XDG_SESSION_ID=c1, maven.version=3.3.9, env.QT_ACCESSIBILITY=1, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.os.patch.level=unknown, sun.cpu.endian=little, env.HOME=/home/ak, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:, java.io.tmpdir=/tmp, maven.multiModuleProjectDirectory=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_AUTH_SOCK=/run/user/1001/keyring/ssh, maven.compiler.source=1.8, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, os.arch=i386, env.XDG_RUNTIME_DIR=/run/user/1001, java.ext.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/ext:/usr/java/packages/lib/ext, user.dir=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.XAUTHORITY=/home/ak/.Xauthority, env.MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path, env.GTK_MODULES=gail:atk-bridge, line.separator=

      , java.vm.name=Java HotSpot(TM) Server VM, env.USERNAME=ak, file.encoding=UTF-8, java.specification.version=1.8, env.XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg, env.MAVEN_PROJECTBASEDIR=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.LESSCLOSE=/usr/bin/lesspipe %s %s}

      [INFO] Processing war project

      [INFO] Copying webapp resources [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/webapp]

      [DEBUG]  + index.html has been copied.

      [DEBUG]  + WEB-INF/web.xml has been copied.

      [DEBUG]  + WEB-INF/beans.xml has been copied.

      [DEBUG]  + WEB-INF/jboss-web.xml has been copied.

      [DEBUG] Dump of the current build pathSet content -->

      [DEBUG] index.html

      [DEBUG] WEB-INF/web.xml

      [DEBUG] WEB-INF/beans.xml

      [DEBUG] WEB-INF/jboss-web.xml

      [DEBUG] -- end of dump --

      [DEBUG]  + WEB-INF/classes/META-INF/persistence.xml has been copied.

      [DEBUG]  + WEB-INF/classes/import.sql has been copied.

      [DEBUG]  + WEB-INF/classes/org/jboss/as/quickstarts/servlet_security/SecuredServlet.class has been copied.

      [INFO] Webapp assembled in [28 msecs]

      [DEBUG] Excluding [] from the generated webapp archive.

      [DEBUG] Including [**] in the generated webapp archive.

      [INFO] Building war: /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security.war

      [DEBUG] adding directory META-INF/

      [DEBUG] adding entry META-INF/MANIFEST.MF

      [DEBUG] adding directory WEB-INF/

      [DEBUG] adding directory WEB-INF/classes/

      [DEBUG] adding directory WEB-INF/classes/META-INF/

      [DEBUG] adding directory WEB-INF/classes/org/

      [DEBUG] adding directory WEB-INF/classes/org/jboss/

      [DEBUG] adding directory WEB-INF/classes/org/jboss/as/

      [DEBUG] adding directory WEB-INF/classes/org/jboss/as/quickstarts/

      [DEBUG] adding directory WEB-INF/classes/org/jboss/as/quickstarts/servlet_security/

      [DEBUG] adding entry index.html

      [DEBUG] adding entry WEB-INF/web.xml

      [DEBUG] adding entry WEB-INF/beans.xml

      [DEBUG] adding entry WEB-INF/classes/META-INF/persistence.xml

      [DEBUG] adding entry WEB-INF/classes/import.sql

      [DEBUG] adding entry WEB-INF/classes/org/jboss/as/quickstarts/servlet_security/SecuredServlet.class

      [DEBUG] adding entry WEB-INF/jboss-web.xml

      [INFO] WEB-INF/web.xml already added, skipping

      [DEBUG] adding directory META-INF/maven/

      [DEBUG] adding directory META-INF/maven/org.wildfly.quickstarts/

      [DEBUG] adding directory META-INF/maven/org.wildfly.quickstarts/wildfly-servlet-security/

      [DEBUG] adding entry META-INF/maven/org.wildfly.quickstarts/wildfly-servlet-security/pom.xml

      [DEBUG] adding entry META-INF/maven/org.wildfly.quickstarts/wildfly-servlet-security/pom.properties

      [INFO]

      [INFO] --- maven-install-plugin:2.4:install (default-install) @ wildfly-servlet-security ---

      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=38, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=35, DefaultDependencyCollector.collectTime=16, DefaultDependencyCollector.transformTime=1}

      [DEBUG] org.apache.maven.plugins:maven-install-plugin:jar:2.4:

      [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-settings:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile

      [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

      [DEBUG]          junit:junit:jar:3.8.1:compile

      [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile

      [DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-artifact-manager:jar:2.0.6:compile

      [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile

      [DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile

      [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.5:compile

      [DEBUG]    org.codehaus.plexus:plexus-digest:jar:1.0:compile

      [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4

      [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4

      [DEBUG]   Imported:  < maven.api

      [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4

      [DEBUG]   Included: org.apache.maven.plugins:maven-install-plugin:jar:2.4

      [DEBUG]   Included: junit:junit:jar:3.8.1

      [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.5

      [DEBUG]   Included: org.codehaus.plexus:plexus-digest:jar:1.0

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.4:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.4:install' with basic configurator -->

      [DEBUG]   (f) artifact = org.wildfly.quickstarts:wildfly-servlet-security:war:10.0.0-SNAPSHOT

      [DEBUG]   (f) attachedArtifacts = []

      [DEBUG]   (f) createChecksum = false

      [DEBUG]   (f) localRepository =       id: local

            url: file:///home/ak/.m2/repository/

         layout: default

      snapshots: [enabled => true, update => always]

      releases: [enabled => true, update => always]

       

      [DEBUG]   (f) packaging = war

      [DEBUG]   (f) pomFile = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml

      [DEBUG]   (s) skip = false

      [DEBUG]   (f) updateReleaseInfo = false

      [DEBUG] -- end configuration --

      [INFO] Installing /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security.war to /home/ak/.m2/repository/org/wildfly/quickstarts/wildfly-servlet-security/10.0.0-SNAPSHOT/wildfly-servlet-security-10.0.0-SNAPSHOT.war

      [DEBUG] Writing tracking file /home/ak/.m2/repository/org/wildfly/quickstarts/wildfly-servlet-security/10.0.0-SNAPSHOT/_remote.repositories

      [INFO] Installing /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml to /home/ak/.m2/repository/org/wildfly/quickstarts/wildfly-servlet-security/10.0.0-SNAPSHOT/wildfly-servlet-security-10.0.0-SNAPSHOT.pom

      [DEBUG] Writing tracking file /home/ak/.m2/repository/org/wildfly/quickstarts/wildfly-servlet-security/10.0.0-SNAPSHOT/_remote.repositories

      [DEBUG] Installing org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT/maven-metadata.xml to /home/ak/.m2/repository/org/wildfly/quickstarts/wildfly-servlet-security/10.0.0-SNAPSHOT/maven-metadata-local.xml

      [DEBUG] Installing org.wildfly.quickstarts:wildfly-servlet-security/maven-metadata.xml to /home/ak/.m2/repository/org/wildfly/quickstarts/wildfly-servlet-security/maven-metadata-local.xml

      [INFO]

      [INFO] >>> wildfly-maven-plugin:1.0.2.Final:deploy (default-cli) > package @ wildfly-servlet-security >>>

      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=5, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=4, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=4, DefaultDependencyCollector.collectTime=1, DefaultDependencyCollector.transformTime=0}

      [DEBUG] org.wildfly.quickstarts:wildfly-servlet-security:war:10.0.0-SNAPSHOT

      [DEBUG]    javax.enterprise:cdi-api:jar:1.2:provided

      [DEBUG]       javax.inject:javax.inject:jar:1:provided

      [DEBUG]    org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Final:provided

      [DEBUG]    org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec:jar:1.0.0.Final:provided

      [INFO]

      [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ wildfly-servlet-security ---

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->

      [DEBUG]   (f) buildFilters = []

      [DEBUG]   (f) encoding = UTF-8

      [DEBUG]   (f) escapeWindowsPaths = true

      [DEBUG]   (s) includeEmptyDirs = false

      [DEBUG]   (s) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG]   (s) overwrite = false

      [DEBUG]   (f) project = MavenProject: org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT @ /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml

      [DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]

      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG]   (f) supportMultiLineFiltering = false

      [DEBUG]   (f) useBuildFilters = true

      [DEBUG]   (s) useDefaultDelimiters = true

      [DEBUG] -- end configuration --

      [DEBUG] properties used {java.vendor=Oracle Corporation, env.SESSION_MANAGER=local/M11BB:@/tmp/.ICE-unix/1892,unix/M11BB:/tmp/.ICE-unix/1892, env.LESSOPEN=| /usr/bin/lesspipe %s, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot Tiered Compilers, os.name=Linux, sun.boot.class.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/resources.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/rt.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/sunrsasign.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jsse.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jce.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/charsets.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jfr.jar:/home/ak/jdk/jdk1.8.0_131/jre/classes, env.PWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.XDG_SESSION_COOKIE=30e8671244344b49af2510a06808f1b0-1493382607.270278-409362099, sun.desktop=gnome, env.LANG=en_CA.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_131-b11, env.QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1, env.DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path, env.XDG_VTNR=8, project.build.sourceEncoding=UTF-8, env.DISPLAY=:0, env.GJS_DEBUG_TOPICS=JS ERROR;JS LOG, user.name=ak, env._=/home/ak/maven/apache-maven-3.3.9/bin/mvn, version.wildfly.maven.plugin=1.0.2.Final, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00), env.USER=ak, env.SHELL=/bin/bash, env.DESKTOP_SESSION=cinnamon, env.XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, env.GJS_DEBUG_OUTPUT=stderr, env.PATH=/home/ak/jdk/jdk1.8.0_131/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/ak/algs4/bin:/home/ak/maven/apache-maven-3.3.9/bin:/home/ak/ant/apache-ant-1.10.1/bin:/home/ak/tomee/apache-tomee-plus-7.0.2/bin, env.XDG_CURRENT_DESKTOP=X-Cinnamon, user.language=en, env.XDG_SESSION_DESKTOP=cinnamon, sun.boot.library.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/i386, classworlds.conf=/home/ak/maven/apache-maven-3.3.9/bin/m2.conf, env.CINNAMON_VERSION=3.0.6, java.version=1.8.0_131, user.timezone=America/Toronto, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-vk4s27YTN8,guid=4f2672e23d4d5df62f1db460590335d0, env.QT_STYLE_OVERRIDE=gtk, sun.arch.data.model=32, env.SSH_AGENT_PID=1963, java.endorsed.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, env.MDM_LANG=en_CA.UTF-8, file.separator=/, java.specification.name=Java Platform API Specification, env.GNOME_DESKTOP_SESSION_ID=this-is-deprecated, java.class.version=52.0, env.GDMSESSION=cinnamon, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CA, java.home=/home/ak/jdk/jdk1.8.0_131/jre, java.vm.info=mixed mode, env.LOGNAME=ak, os.version=4.4.0-21-generic, maven.compiler.target=1.8, path.separator=:, java.vm.version=25.131-b11, env.MDMSESSION=cinnamon, env.JAVA_HOME=/home/ak/jdk/jdk1.8.0_131, java.awt.printerjob=sun.print.PSPrinterJob, env.TERM=xterm-256color, version.war.plugin=3.0.0, env.WINDOWPATH=8, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, user.home=/home/ak, version.jboss.spec.javaee.7.0=1.0.3.Final, env.OLDPWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.GTK_OVERLAY_SCROLLING=1, java.specification.vendor=Oracle Corporation, env.CLASSPATH=/home/ak/jdk/jdk1.8.0_131/lib::/home/ak/algs4, env.VTE_VERSION=4205, env.WINDOWID=67108870, java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib, java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS= clean install wildfly:deploy -X, env.GDM_XSERVER_LOCATION=local, env.XDG_SEAT=seat0, java.vm.vendor=Oracle Corporation, maven.home=/home/ak/maven/apache-maven-3.3.9, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean install wildfly:deploy -X, java.class.path=/home/ak/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar, env.XDG_SESSION_ID=c1, env.MDM_XSERVER_LOCATION=local, env.JBOSS_HOME=/home/ak/wildfly-10.1.0.Final, maven.version=3.3.9, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.QT_ACCESSIBILITY=1, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/home/ak, java.io.tmpdir=/tmp, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.SSH_AUTH_SOCK=/run/user/1001/keyring/ssh, maven.compiler.source=1.8, os.arch=i386, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, java.ext.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/ext:/usr/java/packages/lib/ext, env.XDG_RUNTIME_DIR=/run/user/1001, env.XAUTHORITY=/home/ak/.Xauthority, user.dir=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path, env.GTK_MODULES=gail:atk-bridge, line.separator=

      , java.vm.name=Java HotSpot(TM) Server VM, env.USERNAME=ak, file.encoding=UTF-8, java.specification.version=1.8, env.XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg, env.MAVEN_PROJECTBASEDIR=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.LESSCLOSE=/usr/bin/lesspipe %s %s}

      [INFO] Using 'UTF-8' encoding to copy filtered resources.

      [DEBUG] resource with targetPath null

      directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/resources

      excludes []

      includes []

      [DEBUG] ignoreDelta true

      [INFO] Copying 2 resources

      [DEBUG] file persistence.xml has a filtered file extension

      [DEBUG] copy /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/resources/META-INF/persistence.xml to /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/META-INF/persistence.xml

      [DEBUG] file import.sql has a filtered file extension

      [DEBUG] copy /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/resources/import.sql to /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes/import.sql

      [DEBUG] no use filter components

      [INFO]

      [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ wildfly-servlet-security ---

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->

      [DEBUG]   (f) basedir = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security

      [DEBUG]   (f) buildDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target

      [DEBUG]   (f) classpathElements = [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes, /home/ak/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar, /home/ak/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, /home/ak/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar, /home/ak/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar]

      [DEBUG]   (f) compileSourceRoots = [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/java]

      [DEBUG]   (f) compilerId = javac

      [DEBUG]   (f) debug = true

      [DEBUG]   (f) encoding = UTF-8

      [DEBUG]   (f) failOnError = true

      [DEBUG]   (f) forceJavacCompilerUse = false

      [DEBUG]   (f) fork = false

      [DEBUG]   (f) generatedSourcesDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/generated-sources/annotations

      [DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}

      [DEBUG]   (f) optimize = false

      [DEBUG]   (f) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG]   (f) projectArtifact = org.wildfly.quickstarts:wildfly-servlet-security:war:10.0.0-SNAPSHOT

      [DEBUG]   (f) showDeprecation = false

      [DEBUG]   (f) showWarnings = false

      [DEBUG]   (f) skipMultiThreadWarning = false

      [DEBUG]   (f) source = 1.8

      [DEBUG]   (f) staleMillis = 0

      [DEBUG]   (f) target = 1.8

      [DEBUG]   (f) useIncrementalCompilation = true

      [DEBUG]   (f) verbose = false

      [DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@232e55

      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG] -- end configuration --

      [DEBUG] Using compiler 'javac'.

      [DEBUG] Source directories: [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/java]

      [DEBUG] Classpath: [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      /home/ak/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar

      /home/ak/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar

      /home/ak/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar

      /home/ak/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar]

      [DEBUG] Output directory: /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG] CompilerReuseStrategy: reuseCreated

      [DEBUG] useIncrementalCompilation enabled

      [INFO] Nothing to compile - all classes are up to date

      [INFO]

      [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ wildfly-servlet-security ---

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->

      [DEBUG]   (f) buildFilters = []

      [DEBUG]   (f) encoding = UTF-8

      [DEBUG]   (f) escapeWindowsPaths = true

      [DEBUG]   (s) includeEmptyDirs = false

      [DEBUG]   (s) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/test-classes

      [DEBUG]   (s) overwrite = false

      [DEBUG]   (f) project = MavenProject: org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT @ /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml

      [DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]

      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG]   (f) supportMultiLineFiltering = false

      [DEBUG]   (f) useBuildFilters = true

      [DEBUG]   (s) useDefaultDelimiters = true

      [DEBUG] -- end configuration --

      [DEBUG] properties used {java.vendor=Oracle Corporation, env.SESSION_MANAGER=local/M11BB:@/tmp/.ICE-unix/1892,unix/M11BB:/tmp/.ICE-unix/1892, env.LESSOPEN=| /usr/bin/lesspipe %s, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot Tiered Compilers, os.name=Linux, sun.boot.class.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/resources.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/rt.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/sunrsasign.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jsse.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jce.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/charsets.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jfr.jar:/home/ak/jdk/jdk1.8.0_131/jre/classes, env.PWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.XDG_SESSION_COOKIE=30e8671244344b49af2510a06808f1b0-1493382607.270278-409362099, sun.desktop=gnome, env.LANG=en_CA.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_131-b11, env.QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1, env.DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path, env.XDG_VTNR=8, project.build.sourceEncoding=UTF-8, env.DISPLAY=:0, env.GJS_DEBUG_TOPICS=JS ERROR;JS LOG, user.name=ak, env._=/home/ak/maven/apache-maven-3.3.9/bin/mvn, version.wildfly.maven.plugin=1.0.2.Final, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00), env.USER=ak, env.SHELL=/bin/bash, env.DESKTOP_SESSION=cinnamon, env.XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, env.GJS_DEBUG_OUTPUT=stderr, env.PATH=/home/ak/jdk/jdk1.8.0_131/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/ak/algs4/bin:/home/ak/maven/apache-maven-3.3.9/bin:/home/ak/ant/apache-ant-1.10.1/bin:/home/ak/tomee/apache-tomee-plus-7.0.2/bin, env.XDG_CURRENT_DESKTOP=X-Cinnamon, user.language=en, env.XDG_SESSION_DESKTOP=cinnamon, sun.boot.library.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/i386, classworlds.conf=/home/ak/maven/apache-maven-3.3.9/bin/m2.conf, env.CINNAMON_VERSION=3.0.6, java.version=1.8.0_131, user.timezone=America/Toronto, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-vk4s27YTN8,guid=4f2672e23d4d5df62f1db460590335d0, env.QT_STYLE_OVERRIDE=gtk, sun.arch.data.model=32, env.SSH_AGENT_PID=1963, java.endorsed.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, env.MDM_LANG=en_CA.UTF-8, file.separator=/, java.specification.name=Java Platform API Specification, env.GNOME_DESKTOP_SESSION_ID=this-is-deprecated, java.class.version=52.0, env.GDMSESSION=cinnamon, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CA, java.home=/home/ak/jdk/jdk1.8.0_131/jre, java.vm.info=mixed mode, env.LOGNAME=ak, os.version=4.4.0-21-generic, maven.compiler.target=1.8, path.separator=:, java.vm.version=25.131-b11, env.MDMSESSION=cinnamon, env.JAVA_HOME=/home/ak/jdk/jdk1.8.0_131, java.awt.printerjob=sun.print.PSPrinterJob, env.TERM=xterm-256color, version.war.plugin=3.0.0, env.WINDOWPATH=8, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, user.home=/home/ak, version.jboss.spec.javaee.7.0=1.0.3.Final, env.OLDPWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.GTK_OVERLAY_SCROLLING=1, java.specification.vendor=Oracle Corporation, env.CLASSPATH=/home/ak/jdk/jdk1.8.0_131/lib::/home/ak/algs4, env.VTE_VERSION=4205, env.WINDOWID=67108870, java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib, java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS= clean install wildfly:deploy -X, env.GDM_XSERVER_LOCATION=local, env.XDG_SEAT=seat0, java.vm.vendor=Oracle Corporation, maven.home=/home/ak/maven/apache-maven-3.3.9, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean install wildfly:deploy -X, java.class.path=/home/ak/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar, env.XDG_SESSION_ID=c1, env.MDM_XSERVER_LOCATION=local, env.JBOSS_HOME=/home/ak/wildfly-10.1.0.Final, maven.version=3.3.9, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.QT_ACCESSIBILITY=1, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/home/ak, java.io.tmpdir=/tmp, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.SSH_AUTH_SOCK=/run/user/1001/keyring/ssh, maven.compiler.source=1.8, os.arch=i386, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, java.ext.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/ext:/usr/java/packages/lib/ext, env.XDG_RUNTIME_DIR=/run/user/1001, env.XAUTHORITY=/home/ak/.Xauthority, user.dir=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path, env.GTK_MODULES=gail:atk-bridge, line.separator=

      , java.vm.name=Java HotSpot(TM) Server VM, env.USERNAME=ak, file.encoding=UTF-8, java.specification.version=1.8, env.XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg, env.MAVEN_PROJECTBASEDIR=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.LESSCLOSE=/usr/bin/lesspipe %s %s}

      [INFO] Using 'UTF-8' encoding to copy filtered resources.

      [DEBUG] resource with targetPath null

      directory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/test/resources

      excludes []

      includes []

      [INFO] skip non existing resourceDirectory /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/test/resources

      [DEBUG] no use filter components

      [INFO]

      [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ wildfly-servlet-security ---

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile' with basic configurator -->

      [DEBUG]   (f) basedir = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security

      [DEBUG]   (f) buildDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target

      [DEBUG]   (f) classpathElements = [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/test-classes, /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes, /home/ak/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar, /home/ak/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, /home/ak/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar, /home/ak/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.1_spec/1.0.0.Final/jboss-servlet-api_3.1_spec-1.0.0.Final.jar]

      [DEBUG]   (f) compileSourceRoots = [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/test/java]

      [DEBUG]   (f) compilerId = javac

      [DEBUG]   (f) debug = true

      [DEBUG]   (f) encoding = UTF-8

      [DEBUG]   (f) failOnError = true

      [DEBUG]   (f) forceJavacCompilerUse = false

      [DEBUG]   (f) fork = false

      [DEBUG]   (f) generatedTestSourcesDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/generated-test-sources/test-annotations

      [DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}

      [DEBUG]   (f) optimize = false

      [DEBUG]   (f) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/test-classes

      [DEBUG]   (f) showDeprecation = false

      [DEBUG]   (f) showWarnings = false

      [DEBUG]   (f) skipMultiThreadWarning = false

      [DEBUG]   (f) source = 1.8

      [DEBUG]   (f) staleMillis = 0

      [DEBUG]   (f) target = 1.8

      [DEBUG]   (f) useIncrementalCompilation = true

      [DEBUG]   (f) verbose = false

      [DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@232e55

      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG] -- end configuration --

      [DEBUG] Using compiler 'javac'.

      [INFO] No sources to compile

      [INFO]

      [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ wildfly-servlet-security ---

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator -->

      [DEBUG]   (s) basedir = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security

      [DEBUG]   (s) childDelegation = false

      [DEBUG]   (s) classesDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG]   (s) disableXmlReport = false

      [DEBUG]   (s) enableAssertions = true

      [DEBUG]   (s) forkMode = once

      [DEBUG]   (s) junitArtifactName = junit:junit

      [DEBUG]   (s) localRepository =       id: local

            url: file:///home/ak/.m2/repository/

         layout: default

      snapshots: [enabled => true, update => always]

      releases: [enabled => true, update => always]

       

      [DEBUG]   (f) parallelMavenExecution = false

      [DEBUG]   (s) perCoreThreadCount = true

      [DEBUG]   (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.9:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0.9:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.9:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.0.9:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.0.9:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.0.9:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.9:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.0.9:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile}

      [DEBUG]   (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help'

      role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'

      ---

      [DEBUG]   (s) printSummary = true

      [DEBUG]   (s) projectArtifactMap = {javax.enterprise:cdi-api=javax.enterprise:cdi-api:jar:1.2:provided, javax.inject:javax.inject=javax.inject:javax.inject:jar:1:provided, org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec=org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Final:provided, org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec=org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec:jar:1.0.0.Final:provided}

      [DEBUG]   (s) redirectTestOutputToFile = false

      [DEBUG]   (s) remoteRepositories = [      id: central

            url: https://repo.maven.apache.org/maven2

         layout: default

      snapshots: [enabled => false, update => daily]

      releases: [enabled => true, update => never]

      ]

      [DEBUG]   (s) reportFormat = brief

      [DEBUG]   (s) reportsDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/surefire-reports

      [DEBUG]   (s) runOrder = filesystem

      [DEBUG]   (s) skip = false

      [DEBUG]   (s) skipTests = false

      [DEBUG]   (s) testClassesDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/test-classes

      [DEBUG]   (s) testFailureIgnore = false

      [DEBUG]   (s) testNGArtifactName = org.testng:testng

      [DEBUG]   (s) testSourceDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/test/java

      [DEBUG]   (s) trimStackTrace = true

      [DEBUG]   (s) useFile = true

      [DEBUG]   (s) useManifestOnlyJar = true

      [DEBUG]   (s) useSystemClassLoader = true

      [DEBUG]   (s) useUnlimitedThreads = false

      [DEBUG]   (s) workingDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security

      [DEBUG]   (s) project = MavenProject: org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT @ /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml

      [DEBUG]   (s) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG] -- end configuration --

      [INFO] No tests to run.

      [INFO] Skipping execution of surefire because it has already been run for this configuration

      [INFO]

      [INFO] --- maven-war-plugin:2.2:war (default-war) @ wildfly-servlet-security ---

      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-war-plugin:2.2:war from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-war-plugin:2.2, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-war-plugin:2.2:war' with basic configurator -->

      [DEBUG]   (s) archiveClasses = false

      [DEBUG]   (s) attachClasses = false

      [DEBUG]   (s) cacheFile = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/war/work/webapp-cache.xml

      [DEBUG]   (s) classesClassifier = classes

      [DEBUG]   (s) classesDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/classes

      [DEBUG]   (f) escapedBackslashesInFilePath = false

      [DEBUG]   (s) failOnMissingWebXml = true

      [DEBUG]   (f) filteringDeploymentDescriptors = false

      [DEBUG]   (s) outputDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target

      [DEBUG]   (s) primaryArtifact = true

      [DEBUG]   (s) project = MavenProject: org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT @ /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml

      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@232e55

      [DEBUG]   (s) useCache = false

      [DEBUG]   (s) warName = wildfly-servlet-security

      [DEBUG]   (s) warSourceDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/webapp

      [DEBUG]   (s) warSourceIncludes = **

      [DEBUG]   (s) webappDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security

      [DEBUG]   (s) workDirectory = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/war/work

      [DEBUG] -- end configuration --

      [INFO] Packaging webapp

      [INFO] Assembling webapp [wildfly-servlet-security] in [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security]

      [DEBUG] properties used {java.vendor=Oracle Corporation, env.SESSION_MANAGER=local/M11BB:@/tmp/.ICE-unix/1892,unix/M11BB:/tmp/.ICE-unix/1892, env.LESSOPEN=| /usr/bin/lesspipe %s, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot Tiered Compilers, os.name=Linux, sun.boot.class.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/resources.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/rt.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/sunrsasign.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jsse.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jce.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/charsets.jar:/home/ak/jdk/jdk1.8.0_131/jre/lib/jfr.jar:/home/ak/jdk/jdk1.8.0_131/jre/classes, env.PWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.XDG_SESSION_COOKIE=30e8671244344b49af2510a06808f1b0-1493382607.270278-409362099, sun.desktop=gnome, env.LANG=en_CA.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_131-b11, env.QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1, env.DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path, env.XDG_VTNR=8, project.build.sourceEncoding=UTF-8, env.DISPLAY=:0, env.GJS_DEBUG_TOPICS=JS ERROR;JS LOG, user.name=ak, env._=/home/ak/maven/apache-maven-3.3.9/bin/mvn, version.wildfly.maven.plugin=1.0.2.Final, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00), env.USER=ak, env.SHELL=/bin/bash, env.DESKTOP_SESSION=cinnamon, env.XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, env.GJS_DEBUG_OUTPUT=stderr, env.PATH=/home/ak/jdk/jdk1.8.0_131/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/ak/algs4/bin:/home/ak/maven/apache-maven-3.3.9/bin:/home/ak/ant/apache-ant-1.10.1/bin:/home/ak/tomee/apache-tomee-plus-7.0.2/bin, env.XDG_CURRENT_DESKTOP=X-Cinnamon, user.language=en, env.XDG_SESSION_DESKTOP=cinnamon, sun.boot.library.path=/home/ak/jdk/jdk1.8.0_131/jre/lib/i386, classworlds.conf=/home/ak/maven/apache-maven-3.3.9/bin/m2.conf, env.CINNAMON_VERSION=3.0.6, java.version=1.8.0_131, user.timezone=America/Toronto, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-vk4s27YTN8,guid=4f2672e23d4d5df62f1db460590335d0, env.QT_STYLE_OVERRIDE=gtk, sun.arch.data.model=32, env.SSH_AGENT_PID=1963, java.endorsed.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, env.MDM_LANG=en_CA.UTF-8, file.separator=/, java.specification.name=Java Platform API Specification, env.GNOME_DESKTOP_SESSION_ID=this-is-deprecated, java.class.version=52.0, env.GDMSESSION=cinnamon, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CA, java.home=/home/ak/jdk/jdk1.8.0_131/jre, java.vm.info=mixed mode, env.LOGNAME=ak, os.version=4.4.0-21-generic, maven.compiler.target=1.8, path.separator=:, java.vm.version=25.131-b11, env.MDMSESSION=cinnamon, env.JAVA_HOME=/home/ak/jdk/jdk1.8.0_131, java.awt.printerjob=sun.print.PSPrinterJob, env.TERM=xterm-256color, version.war.plugin=3.0.0, env.WINDOWPATH=8, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, user.home=/home/ak, version.jboss.spec.javaee.7.0=1.0.3.Final, env.GTK_OVERLAY_SCROLLING=1, env.OLDPWD=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.CLASSPATH=/home/ak/jdk/jdk1.8.0_131/lib::/home/ak/algs4, java.specification.vendor=Oracle Corporation, env.WINDOWID=67108870, env.VTE_VERSION=4205, java.vendor.url=http://java.oracle.com/, java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib, env.GDM_XSERVER_LOCATION=local, env.MAVEN_CMD_LINE_ARGS= clean install wildfly:deploy -X, java.vm.vendor=Oracle Corporation, env.XDG_SEAT=seat0, java.runtime.name=Java(TM) SE Runtime Environment, maven.home=/home/ak/maven/apache-maven-3.3.9, java.class.path=/home/ak/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher clean install wildfly:deploy -X, env.JBOSS_HOME=/home/ak/wildfly-10.1.0.Final, env.MDM_XSERVER_LOCATION=local, env.XDG_SESSION_ID=c1, maven.version=3.3.9, env.QT_ACCESSIBILITY=1, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.os.patch.level=unknown, sun.cpu.endian=little, env.HOME=/home/ak, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:, java.io.tmpdir=/tmp, maven.multiModuleProjectDirectory=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.SSH_AUTH_SOCK=/run/user/1001/keyring/ssh, maven.compiler.source=1.8, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, os.arch=i386, env.XDG_RUNTIME_DIR=/run/user/1001, java.ext.dirs=/home/ak/jdk/jdk1.8.0_131/jre/lib/ext:/usr/java/packages/lib/ext, user.dir=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.XAUTHORITY=/home/ak/.Xauthority, env.MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path, env.GTK_MODULES=gail:atk-bridge, line.separator=

      , java.vm.name=Java HotSpot(TM) Server VM, env.USERNAME=ak, file.encoding=UTF-8, java.specification.version=1.8, env.XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg, env.MAVEN_PROJECTBASEDIR=/home/ak/wildflyTutorial/quickstart-11.x/servlet-security, env.LESSCLOSE=/usr/bin/lesspipe %s %s}

      [INFO] Processing war project

      [INFO] Copying webapp resources [/home/ak/wildflyTutorial/quickstart-11.x/servlet-security/src/main/webapp]

      [DEBUG]  + index.html has been copied.

      [DEBUG]  + WEB-INF/web.xml has been copied.

      [DEBUG]  + WEB-INF/beans.xml has been copied.

      [DEBUG]  + WEB-INF/jboss-web.xml has been copied.

      [DEBUG] Dump of the current build pathSet content -->

      [DEBUG] index.html

      [DEBUG] WEB-INF/web.xml

      [DEBUG] WEB-INF/beans.xml

      [DEBUG] WEB-INF/jboss-web.xml

      [DEBUG] -- end of dump --

      [DEBUG]  + WEB-INF/classes/META-INF/persistence.xml has been copied.

      [DEBUG]  + WEB-INF/classes/import.sql has been copied.

      [DEBUG]  + WEB-INF/classes/org/jboss/as/quickstarts/servlet_security/SecuredServlet.class has been copied.

      [INFO] Webapp assembled in [25 msecs]

      [DEBUG] Excluding [] from the generated webapp archive.

      [DEBUG] Including [**] in the generated webapp archive.

      [INFO] Building war: /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target/wildfly-servlet-security.war

      [DEBUG] adding directory META-INF/

      [DEBUG] adding entry META-INF/MANIFEST.MF

      [DEBUG] adding directory WEB-INF/

      [DEBUG] adding directory WEB-INF/classes/

      [DEBUG] adding directory WEB-INF/classes/META-INF/

      [DEBUG] adding directory WEB-INF/classes/org/

      [DEBUG] adding directory WEB-INF/classes/org/jboss/

      [DEBUG] adding directory WEB-INF/classes/org/jboss/as/

      [DEBUG] adding directory WEB-INF/classes/org/jboss/as/quickstarts/

      [DEBUG] adding directory WEB-INF/classes/org/jboss/as/quickstarts/servlet_security/

      [DEBUG] adding entry index.html

      [DEBUG] adding entry WEB-INF/web.xml

      [DEBUG] adding entry WEB-INF/beans.xml

      [DEBUG] adding entry WEB-INF/classes/META-INF/persistence.xml

      [DEBUG] adding entry WEB-INF/classes/import.sql

      [DEBUG] adding entry WEB-INF/classes/org/jboss/as/quickstarts/servlet_security/SecuredServlet.class

      [DEBUG] adding entry WEB-INF/jboss-web.xml

      [INFO] WEB-INF/web.xml already added, skipping

      [DEBUG] adding directory META-INF/maven/

      [DEBUG] adding directory META-INF/maven/org.wildfly.quickstarts/

      [DEBUG] adding directory META-INF/maven/org.wildfly.quickstarts/wildfly-servlet-security/

      [DEBUG] adding entry META-INF/maven/org.wildfly.quickstarts/wildfly-servlet-security/pom.xml

      [DEBUG] adding entry META-INF/maven/org.wildfly.quickstarts/wildfly-servlet-security/pom.properties

      [INFO]

      [INFO] <<< wildfly-maven-plugin:1.0.2.Final:deploy (default-cli) < package @ wildfly-servlet-security <<<

      [INFO]

      [INFO] --- wildfly-maven-plugin:1.0.2.Final:deploy (default-cli) @ wildfly-servlet-security ---

      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=130, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=53, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=109, DefaultDependencyCollector.collectTime=267, DefaultDependencyCollector.transformTime=3}

      [DEBUG] org.wildfly.plugins:wildfly-maven-plugin:jar:1.0.2.Final:

      [DEBUG]    org.apache.commons:commons-compress:jar:1.5:compile

      [DEBUG]       org.tukaani:xz:jar:1.2:compile

      [DEBUG]    org.apache.maven:maven-core:jar:3.0.5:compile

      [DEBUG]       org.apache.maven:maven-model:jar:3.0.5:compile

      [DEBUG]       org.apache.maven:maven-settings:jar:3.0.5:compile

      [DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0.5:compile

      [DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0.5:compile

      [DEBUG]       org.apache.maven:maven-artifact:jar:3.0.5:compile

      [DEBUG]       org.apache.maven:maven-model-builder:jar:3.0.5:compile

      [DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0.5:compile

      [DEBUG]          org.sonatype.aether:aether-spi:jar:1.13.1:compile

      [DEBUG]       org.sonatype.aether:aether-impl:jar:1.13.1:compile

      [DEBUG]       org.sonatype.aether:aether-api:jar:1.13.1:compile

      [DEBUG]       org.sonatype.aether:aether-util:jar:1.13.1:compile

      [DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile

      [DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile

      [DEBUG]             org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile

      [DEBUG]                org.sonatype.sisu:sisu-guava:jar:0.9.9:compile

      [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile

      [DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.4:compile

      [DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile

      [DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile

      [DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile

      [DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0.5:compile

      [DEBUG]    org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2:compile

      [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.10:compile

      [DEBUG]    org.jboss.jdf:stacks-client:jar:1.0.2.Final:compile

      [DEBUG]       org.yaml:snakeyaml:jar:1.10:compile

      [DEBUG]       org.apache.httpcomponents:httpclient:jar:4.0.1:compile

      [DEBUG]          org.apache.httpcomponents:httpcore:jar:4.0.1:compile

      [DEBUG]          commons-logging:commons-logging:jar:1.1.1:compile

      [DEBUG]          commons-codec:commons-codec:jar:1.3:compile

      [DEBUG]       org.jboss.logging:jboss-logging:jar:3.1.2.GA:compile

      [DEBUG]    org.wildfly:wildfly-cli:jar:8.1.0.Final:compile

      [DEBUG]       org.jboss.aesh:aesh:jar:0.33.11:compile

      [DEBUG]          org.fusesource.jansi:jansi:jar:1.9:compile

      [DEBUG]       org.jboss:staxmapper:jar:1.1.0.Final:compile

      [DEBUG]       org.wildfly.security:wildfly-security-manager:jar:1.0.0.Final:compile

      [DEBUG]       org.jboss.sasl:jboss-sasl:jar:1.0.4.Final:compile

      [DEBUG]       org.jboss.remoting:jboss-remoting:jar:4.0.3.Final:compile

      [DEBUG]       org.jboss.remotingjmx:remoting-jmx:jar:2.0.0.Final:compile

      [DEBUG]          org.jboss.marshalling:jboss-marshalling:jar:1.4.2.Final:compile

      [DEBUG]          org.jboss.marshalling:jboss-marshalling-river:jar:1.4.2.Final:compile

      [DEBUG]       org.jboss:jboss-vfs:jar:3.2.5.Final:compile

      [DEBUG]       sun.jdk:jconsole:jar:jdk:system

      [DEBUG]       org.wildfly:wildfly-build-config:jar:8.1.0.Final:compile

      [DEBUG]    org.wildfly:wildfly-controller-client:jar:8.1.0.Final:compile

      [DEBUG]       org.jboss:jboss-dmr:jar:1.2.0.Final:compile

      [DEBUG]       org.jboss.threads:jboss-threads:jar:2.1.1.Final:compile

      [DEBUG]    org.wildfly:wildfly-protocol:jar:8.1.0.Final:compile

      [DEBUG]       org.jboss.xnio:xnio-api:jar:3.2.2.Final:compile

      [DEBUG]       org.jboss.xnio:xnio-nio:jar:3.2.2.Final:compile

      [DEBUG] Created new class realm plugin>org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final

      [DEBUG] Importing foreign packages into class realm plugin>org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final

      [DEBUG]   Imported:  < maven.api

      [DEBUG] Populating class realm plugin>org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final

      [DEBUG]   Included: org.wildfly.plugins:wildfly-maven-plugin:jar:1.0.2.Final

      [DEBUG]   Included: org.apache.commons:commons-compress:jar:1.5

      [DEBUG]   Included: org.tukaani:xz:jar:1.2

      [DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.13.1

      [DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0

      [DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0

      [DEBUG]   Included: org.sonatype.sisu:sisu-guava:jar:0.9.9

      [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14

      [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5

      [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3

      [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4

      [DEBUG]   Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2

      [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.10

      [DEBUG]   Included: org.jboss.jdf:stacks-client:jar:1.0.2.Final

      [DEBUG]   Included: org.yaml:snakeyaml:jar:1.10

      [DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.0.1

      [DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.0.1

      [DEBUG]   Included: commons-logging:commons-logging:jar:1.1.1

      [DEBUG]   Included: commons-codec:commons-codec:jar:1.3

      [DEBUG]   Included: org.jboss.logging:jboss-logging:jar:3.1.2.GA

      [DEBUG]   Included: org.wildfly:wildfly-cli:jar:8.1.0.Final

      [DEBUG]   Included: org.jboss.aesh:aesh:jar:0.33.11

      [DEBUG]   Included: org.fusesource.jansi:jansi:jar:1.9

      [DEBUG]   Included: org.jboss:staxmapper:jar:1.1.0.Final

      [DEBUG]   Included: org.wildfly.security:wildfly-security-manager:jar:1.0.0.Final

      [DEBUG]   Included: org.jboss.sasl:jboss-sasl:jar:1.0.4.Final

      [DEBUG]   Included: org.jboss.remoting:jboss-remoting:jar:4.0.3.Final

      [DEBUG]   Included: org.jboss.remotingjmx:remoting-jmx:jar:2.0.0.Final

      [DEBUG]   Included: org.jboss.marshalling:jboss-marshalling:jar:1.4.2.Final

      [DEBUG]   Included: org.jboss.marshalling:jboss-marshalling-river:jar:1.4.2.Final

      [DEBUG]   Included: org.jboss:jboss-vfs:jar:3.2.5.Final

      [DEBUG]   Included: sun.jdk:jconsole:jar:jdk

      [DEBUG]   Included: org.wildfly:wildfly-build-config:jar:8.1.0.Final

      [DEBUG]   Included: org.wildfly:wildfly-controller-client:jar:8.1.0.Final

      [DEBUG]   Included: org.jboss:jboss-dmr:jar:1.2.0.Final

      [DEBUG]   Included: org.jboss.threads:jboss-threads:jar:2.1.1.Final

      [DEBUG]   Included: org.wildfly:wildfly-protocol:jar:8.1.0.Final

      [DEBUG]   Included: org.jboss.xnio:xnio-api:jar:3.2.2.Final

      [DEBUG]   Included: org.jboss.xnio:xnio-nio:jar:3.2.2.Final

      [DEBUG] Configuring mojo org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy from plugin realm ClassRealm[plugin>org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final, parent: sun.misc.Launcher$AppClassLoader@1f96302]

      [DEBUG] Configuring mojo 'org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy' with basic configurator -->

      [DEBUG]   (f) checkPackaging = true

      [DEBUG]   (f) force = true

      [DEBUG]   (f) hostname = localhost

      [DEBUG]   (f) port = 9990

      [DEBUG]   (f) project = MavenProject: org.wildfly.quickstarts:wildfly-servlet-security:10.0.0-SNAPSHOT @ /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/pom.xml

      [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@177b5cc

      [DEBUG]   (f) skip = false

      [DEBUG]   (f) targetDir = /home/ak/wildflyTutorial/quickstart-11.x/servlet-security/target

      [DEBUG] -- end configuration --

      [DEBUG] No <id> element was found in the POM - Getting credentials from CLI entry

      Apr 28, 2017 10:29:19 AM org.xnio.Xnio <clinit>

      INFO: XNIO version 3.2.2.Final

      Apr 28, 2017 10:29:19 AM org.xnio.nio.NioXnio <clinit>

      INFO: XNIO NIO Implementation Version 3.2.2.Final

      Apr 28, 2017 10:29:19 AM org.jboss.remoting3.EndpointImpl <clinit>

      INFO: JBoss Remoting version 4.0.3.Final

      [DEBUG] Executing deployment

      [INFO] ------------------------------------------------------------------------

      [INFO] BUILD FAILURE

      [INFO] ------------------------------------------------------------------------

      [INFO] Total time: 3.253 s

      [INFO] Finished at: 2017-04-28T10:29:20-04:00

      [INFO] Final Memory: 22M/274M

      [INFO] ------------------------------------------------------------------------

      [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy (default-cli) on project wildfly-servlet-security: Deployment failed and was rolled back. -> [Help 1]

      org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.0.2.Final:deploy (default-cli) on project wildfly-servlet-security: Deployment failed and was rolled back.

          at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)

          at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)

          at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)

          at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)

          at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)

          at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)

          at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)

          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:498)

          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)

      Caused by: org.wildfly.plugin.common.DeploymentExecutionException: Deployment failed and was rolled back.

          at org.wildfly.plugin.deployment.standalone.StandaloneDeployment.execute(StandaloneDeployment.java:180)

          at org.wildfly.plugin.deployment.AbstractDeployment.executeDeployment(AbstractDeployment.java:121)

          at org.wildfly.plugin.deployment.AbstractDeployment.doExecute(AbstractDeployment.java:146)

          at org.wildfly.plugin.deployment.AbstractAppDeployment.doExecute(AbstractAppDeployment.java:70)

          at org.wildfly.plugin.deployment.AbstractDeployment.execute(AbstractDeployment.java:111)

          at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)

          at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)

          ... 20 more

      [ERROR]

      [ERROR]

      [ERROR] For more information about the errors and possible solutions, please read the following articles:

      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

      $

        • 1. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
          ctomc

          Looking at the stacktrace you are not running latest code from 11.x branch, in fact it is quite old.

           

          can you update to latest and try again?

          1 of 1 people found this helpful
          • 2. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
            albertkao9

            How to update to latest?

            • 3. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
              jamezp

              Could you try updating the org.wildfly.plugins:wildfly-maven-plugin to 1.2.0.Alpha4? Hopefully it will give a better error message. You shouldn't need to run it with -X either. I'm not sure why it would fail and not show some kind of error message.

               

              --

              James R. Perkins

              1 of 1 people found this helpful
              • 4. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
                ctomc

                depending how you are using git.

                if you just cloned original repository simple

                 

                git pull

                 

                should be enough.

                but if you have your own fork, than bit more work is needed

                 

                # add upstream remote

                git remote add upstream https://github.com/wildfly/quickstart.git

                # fetch upstream repo changes

                git fetch 11.x

                # move to branch 11.x

                git checkout 11.x

                # reset your branch to upstream one

                git reset --hard upstream/11.x

                 

                This should do it.

                you could also do git pull --rebase upstream 11.x

                 

                but that is it.

                • 5. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
                  albertkao9

                  I did not clone the original repository.

                  I downloaded a zip file of the repository, unzipped it and run mvn.

                  I am a wildfly newbie and my goal is to get a stable and recent quickstart tutorial for learning.

                  How to get a stable 11.x source codes?

                  or 10.x is more stable?

                  • 6. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
                    albertkao9

                    I downloaded a zip file of the repository now, unzipped it, run mvn and got "BUILD FAILURE".

                    $ cd ~/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security

                    $ mvn clean install wildfly:deploy

                    [INFO] Scanning for projects...

                    [INFO]                                                                        

                    [INFO] ------------------------------------------------------------------------

                    [INFO] Building WildFly Quickstart: servlet-security 11.0.0-SNAPSHOT

                    [INFO] ------------------------------------------------------------------------

                    [INFO]

                    [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ servlet-security ---

                    [INFO]

                    [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-version) @ servlet-security ---

                    [INFO]

                    [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ servlet-security ---

                    [INFO]

                    [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ servlet-security ---

                    [INFO] Executing: /bin/sh -c cd '/home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security' && 'git' 'rev-parse' '--verify' 'HEAD'

                    [INFO] Working directory: /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security

                    [WARNING] Cannot get the revision information from the scm repository, proceeding with revision of UNKNOWN :

                    Exception while executing SCM command.

                    [INFO] Storing buildNumber: UNKNOWN at timestamp: 1494072405084

                    [WARNING] Cannot get the branch information from the git repository:

                    Error while executing command.

                    [INFO] Executing: /bin/sh -c cd '/home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security' && 'git' 'rev-parse' '--verify' 'HEAD'

                    [INFO] Working directory: /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security

                    [WARNING] Cannot get the branch information from the scm repository, proceeding with UNKNOWN_BRANCH :

                    Exception while executing SCM command.

                    [INFO] Storing buildScmBranch: UNKNOWN_BRANCH

                    [INFO]

                    [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ servlet-security ---

                    [INFO] Using 'UTF-8' encoding to copy filtered resources.

                    [INFO] Copying 2 resources

                    [INFO]

                    [INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ servlet-security ---

                    [INFO] Changes detected - recompiling the module!

                    [INFO] Compiling 1 source file to /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/target/classes

                    [INFO]

                    [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ servlet-security ---

                    [INFO] Using 'UTF-8' encoding to copy filtered resources.

                    [INFO] skip non existing resourceDirectory /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/src/test/resources

                    [INFO]

                    [INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ servlet-security ---

                    [INFO] No sources to compile

                    [INFO]

                    [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ servlet-security ---

                    [INFO] No tests to run.

                    [INFO]

                    [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ servlet-security ---

                    [INFO] Packaging webapp

                    [INFO] Assembling webapp [servlet-security] in [/home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/target/servlet-security]

                    [INFO] Processing war project

                    [INFO] Copying webapp resources [/home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/src/main/webapp]

                    [INFO] Webapp assembled in [37 msecs]

                    [INFO] Building war: /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/target/servlet-security.war

                    [INFO]

                    [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-security ---

                    [INFO] Building jar: /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/target/servlet-security-sources.jar

                    [INFO]

                    [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-security ---

                    [INFO] Installing /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/target/servlet-security.war to /home/ak/.m2/repository/org/wildfly/quickstarts/servlet-security/11.0.0-SNAPSHOT/servlet-security-11.0.0-SNAPSHOT.war

                    [INFO] Installing /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/pom.xml to /home/ak/.m2/repository/org/wildfly/quickstarts/servlet-security/11.0.0-SNAPSHOT/servlet-security-11.0.0-SNAPSHOT.pom

                    [INFO] Installing /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/target/servlet-security-sources.jar to /home/ak/.m2/repository/org/wildfly/quickstarts/servlet-security/11.0.0-SNAPSHOT/servlet-security-11.0.0-SNAPSHOT-sources.jar

                    [INFO]

                    [INFO] >>> wildfly-maven-plugin:1.2.0.Alpha2:deploy (default-cli) > package @ servlet-security >>>

                    [INFO]

                    [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-version) @ servlet-security ---

                    [INFO]

                    [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ servlet-security ---

                    [INFO]

                    [INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ servlet-security ---

                    [INFO]

                    [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ servlet-security ---

                    [INFO] Using 'UTF-8' encoding to copy filtered resources.

                    [INFO] Copying 2 resources

                    [INFO]

                    [INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ servlet-security ---

                    [INFO] Nothing to compile - all classes are up to date

                    [INFO]

                    [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ servlet-security ---

                    [INFO] Using 'UTF-8' encoding to copy filtered resources.

                    [INFO] skip non existing resourceDirectory /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/src/test/resources

                    [INFO]

                    [INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ servlet-security ---

                    [INFO] No sources to compile

                    [INFO]

                    [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ servlet-security ---

                    [INFO] No tests to run.

                    [INFO] Skipping execution of surefire because it has already been run for this configuration

                    [INFO]

                    [INFO] --- maven-war-plugin:3.0.0:war (default-war) @ servlet-security ---

                    [INFO] Packaging webapp

                    [INFO] Assembling webapp [servlet-security] in [/home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/target/servlet-security]

                    [INFO] Processing war project

                    [INFO] Copying webapp resources [/home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/src/main/webapp]

                    [INFO] Webapp assembled in [9 msecs]

                    [INFO] Building war: /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/target/servlet-security.war

                    [INFO]

                    [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-security ---

                    [INFO] Building jar: /home/ak/wildflyTutorial/quickstart-11.x-2017-05-06/quickstart-11.x/servlet-security/target/servlet-security-sources.jar

                    [INFO]

                    [INFO] <<< wildfly-maven-plugin:1.2.0.Alpha2:deploy (default-cli) < package @ servlet-security <<<

                    [INFO]

                    [INFO] --- wildfly-maven-plugin:1.2.0.Alpha2:deploy (default-cli) @ servlet-security ---

                    May 06, 2017 8:06:47 AM org.xnio.Xnio <clinit>

                    INFO: XNIO version 3.5.0.Beta1

                    May 06, 2017 8:06:47 AM org.xnio.nio.NioXnio <clinit>

                    INFO: XNIO NIO Implementation Version 3.5.0.Beta1

                    May 06, 2017 8:06:47 AM org.jboss.remoting3.EndpointImpl <clinit>

                    INFO: JBoss Remoting version 5.0.0.Beta16

                    May 06, 2017 8:06:48 AM org.wildfly.security.Version <clinit>

                    INFO: ELY00001: WildFly Elytron version 1.1.0.Beta23

                    [INFO] ------------------------------------------------------------------------

                    [INFO] BUILD FAILURE

                    [INFO] ------------------------------------------------------------------------

                    [INFO] Total time: 4.939 s

                    [INFO] Finished at: 2017-05-06T08:06:48-04:00

                    [INFO] Final Memory: 31M/262M

                    [INFO] ------------------------------------------------------------------------

                    [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.2.0.Alpha2:deploy (default-cli) on project servlet-security: Failed to execute goal deploy: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.datasources.ServletSecurityDS","jboss.security.security-domain.servlet-security-quickstart"],"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.persistenceunit.\"servlet-security.war#primary\".__FIRST_PHASE__ is missing [jboss.naming.context.java.jboss.datasources.ServletSecurityDS]","jboss.undertow.deployment.default-server.default-host./servlet-security.UndertowDeploymentInfoService is missing [jboss.security.security-domain.servlet-security-quickstart]","jboss.persistenceunit.\"servlet-security.war#primary\" is missing [jboss.naming.context.java.jboss.datasources.ServletSecurityDS]"]}}} -> [Help 1]

                    [ERROR]

                    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

                    [ERROR] Re-run Maven using the -X switch to enable full debug logging.

                    [ERROR]

                    [ERROR] For more information about the errors and possible solutions, please read the following articles:

                    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

                    • 7. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
                      jamezp

                      Did you configure the server like the README says? quickstart/servlet-security at 11.x · wildfly/quickstart · GitHub

                       

                      --

                      James R. Perkins

                      1 of 1 people found this helpful
                      • 8. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
                        albertkao9

                        I had not configured the server like the README says: quickstart/servlet-security at 11.x · wildfly/quickstart · GitHub

                        I will do that.

                        Thanks.

                        • 9. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
                          albertkao9

                          I am configuring the server like the README says: quickstart/servlet-security at 11.x · wildfly/quickstart · GitHub

                          "Open a new command prompt, navigate to the root directory of this quickstart, and run the following command, replacing ${jboss.home.name} with the path to your server:"

                           

                          $JBOSS_HOME/bin/jboss-cli.sh --connect --file=configure-security-domain.cli

                          The batch failed with the following error (you are remaining in the batch editing mode to have a chance to correct the error): Failed to get the list of the operation properties: "WFLYCTL0030: No resource definition is registered for address [

                              ("subsystem" => "elytron"),

                              ("jdbc-realm" => "servlet-security-jdbc-realm")

                          ]"

                          • 10. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
                            jamezp

                            That quickstart won't work on WildFly 10.1.0.Final. You'll have to use WildFly 11.0.0.Alpha1 or use the 10.x version quickstart quickstart/servlet-security at 10.x · wildfly/quickstart · GitHub

                             

                            --

                            James R. Perkins

                            1 of 1 people found this helpful
                            • 11. Re: wildfly-10.1.0.Final Tutorial quickstart-11.x servlet-security mvn clean install wildfly:deploy error
                              albertkao9

                              I use the 10.x version quickstart quickstart/servlet-security at 10.x · wildfly/quickstart · GitHub .

                              It is ok now.

                              Thanks.