See 
<https://builds.apache.org/job/ActiveMQ-Artemis-Master/1858/display/redirect?page=changes>

Changes:

[clebertsuconic] ARTEMIS-1912 big doc refactor

------------------------------------------
[...truncated 487.14 KB...]
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
[main] 15:46:30,484 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test shouldStartIfTableExistInitialized() ***
[main] 15:46:30,497 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test shouldStartIfTableExistEmpty() ***
[Thread-91] 15:46:30,507 ERROR 
[org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver] 
SQL EXCEPTIONS: 
SQLState: XJ041 ErrorCode: 40000 Message: Failed to create database 
'<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/junit10844593718355677/derby',>
 see the next exception for details.
 SQLState: XBM01 ErrorCode: 45000 Message: Startup failed due to an exception. 
See next exception for details. 
  SQLState: XJ015 ErrorCode: 50000 Message: Derby system shutdown.
[Thread-91] 15:46:30,507 ERROR [org.apache.activemq.artemis.journal] Unable to 
connect to database using URL: 
jdbc:derby:<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/junit10844593718355677/derby;create=true>
[main] 15:46:30,510 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test shouldStartIfTableExistEmpty() ***
Tests run: 5, Failures: 1, Errors: 2, Skipped: 0, Time elapsed: 60.636 sec <<< 
FAILURE! - in 
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest
shouldStartIfTableExistInitialized(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)
  Time elapsed: 40.329 sec  <<< ERROR!
java.lang.Exception: test timed out after 10000 milliseconds
        at java.io.FileDescriptor.sync(Native Method)
        at org.apache.derby.impl.io.DirRandomAccessFile.sync(Unknown Source)
        at 
org.apache.derby.impl.store.raw.data.RAFContainer.writeRAFHeader(Unknown Source)
        at org.apache.derby.impl.store.raw.data.RAFContainer.clean(Unknown 
Source)
        at 
org.apache.derby.impl.services.cache.ConcurrentCache.cleanAndUnkeepEntry(Unknown
 Source)
        at 
org.apache.derby.impl.services.cache.ConcurrentCache.cleanCache(Unknown Source)
        at 
org.apache.derby.impl.services.cache.ConcurrentCache.cleanAll(Unknown Source)
        at 
org.apache.derby.impl.store.raw.data.BaseDataFileFactory.checkpoint(Unknown 
Source)
        at 
org.apache.derby.impl.store.raw.data.BaseDataFileFactory.createFinished(Unknown 
Source)
        at org.apache.derby.impl.store.raw.RawStore.createFinished(Unknown 
Source)
        at 
org.apache.derby.impl.store.access.RAMAccessManager.createFinished(Unknown 
Source)
        at org.apache.derby.impl.db.BasicDatabase.createFinished(Unknown Source)
        at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
        at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown 
Source)
        at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown 
Source)
        at 
org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
        at 
org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown
 Source)
        at 
org.apache.derby.impl.services.monitor.FileMonitor.createPersistentService(Unknown
 Source)
        at 
org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown 
Source)
        at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown 
Source)
        at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
        at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown 
Source)
        at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
        at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
        at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
        at 
org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.connect(AbstractJDBCDriver.java:134)
        at 
org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.start(AbstractJDBCDriver.java:80)
        at 
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized(JdbcSharedStateManagerTest.java:86)

shouldStartIfTableExistInitialized(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)
  Time elapsed: 40.33 sec  <<< FAILURE!
java.lang.AssertionError: Test 
shouldStartIfTableExistInitialized(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)
 Failed with a leak - test timed out after 10000 milliseconds
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.activemq.artemis.utils.ThreadLeakCheckRule.finished(ThreadLeakCheckRule.java:118)
        at org.junit.rules.TestWatcher.finishedQuietly(TestWatcher.java:111)
        at org.junit.rules.TestWatcher.access$400(TestWatcher.java:46)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:64)
        at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
        at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
        at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

shouldStartIfTableExistEmpty(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)
  Time elapsed: 0.013 sec  <<< ERROR!
java.sql.SQLException: Failed to create database 
'<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/./target/tmp/junit10844593718355677/derby',>
 see the next exception for details.
        at org.apache.derby.iapi.error.StandardException.newException(Unknown 
Source)
        at org.apache.derby.iapi.error.StandardException.newException(Unknown 
Source)
        at 
org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
        at 
org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown
 Source)
        at 
org.apache.derby.impl.services.monitor.FileMonitor.createPersistentService(Unknown
 Source)
        at 
org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown 
Source)
        at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown 
Source)
        at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
        at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown 
Source)
        at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
        at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
        at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
        at 
org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.connect(AbstractJDBCDriver.java:134)
        at 
org.apache.activemq.artemis.jdbc.store.drivers.AbstractJDBCDriver.start(AbstractJDBCDriver.java:80)
        at 
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty(JdbcSharedStateManagerTest.java:73)

Running 
org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.activemq.artemis.core.server.management.JMXAccessControlListTest
Running org.apache.activemq.artemis.core.settings.AddressSettingsTest
[main] 15:46:30,523 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testMultipleMergeAll() ***
[main] 15:46:30,531 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testMultipleMergeAll() ***
[main] 15:46:30,532 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testMultipleMerge() ***
[main] 15:46:30,534 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testMultipleMerge() ***
[main] 15:46:30,535 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testDefaults() ***
[main] 15:46:30,537 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testDefaults() ***
[main] 15:46:30,538 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testSingleMerge() ***
[main] 15:46:30,540 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testSingleMerge() ***
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.activemq.artemis.core.settings.AddressSettingsTest
Running org.apache.activemq.artemis.core.settings.RepositoryTest
[main] 15:46:30,542 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testMultipleWildcards() ***
[main] 15:46:30,548 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testMultipleWildcards() ***
[main] 15:46:30,548 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testMatchingDocs() ***
[main] 15:46:30,552 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testMatchingDocs() ***
[main] 15:46:30,553 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testWithoutWildcard() ***
[main] 15:46:30,557 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testWithoutWildcard() ***
[main] 15:46:30,557 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testSingletwo() ***
[main] 15:46:30,561 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testSingletwo() ***
[main] 15:46:30,562 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testIllegalMatches() ***
[main] 15:46:30,565 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testIllegalMatches() ***
[main] 15:46:30,565 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testAddListener() ***
[main] 15:46:30,569 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testAddListener() ***
[main] 15:46:30,570 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testDefault() ***
[main] 15:46:30,573 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testDefault() ***
[main] 15:46:30,573 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testMatchingDocsCustomUnderscorDelimiter() ***
[main] 15:46:30,576 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testMatchingDocsCustomUnderscorDelimiter() ***
[main] 15:46:30,576 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testSingleMatch() ***
[main] 15:46:30,579 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testSingleMatch() ***
[main] 15:46:30,579 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testRepositoryMerge() ***
[main] 15:46:30,583 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testRepositoryMerge() ***
[main] 15:46:30,583 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testMatchingDocsCustomForwardSlashDelimiter() ***
[main] 15:46:30,587 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testMatchingDocsCustomForwardSlashDelimiter() ***
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.activemq.artemis.core.settings.RepositoryTest
Running org.apache.activemq.artemis.core.transaction.impl.TransactionImplTest
[main] 15:46:30,588 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testTimeoutThenRollbackWithRollback() ***
rollback...
[main] 15:46:30,599 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testTimeoutThenRollbackWithRollback() ***
[main] 15:46:30,600 INFO  [org.apache.activemq.artemis.core.server] **** start 
#test testTimeoutAndThenCommitWithARollback() ***
rollback...
[main] 15:46:30,603 INFO  [org.apache.activemq.artemis.core.server] **** end 
#test testTimeoutAndThenCommitWithARollback() ***
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.activemq.artemis.core.transaction.impl.TransactionImplTest
Running org.apache.activemq.artemis.core.version.impl.VersionImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.activemq.artemis.core.version.impl.VersionImplTest
Running org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModuleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.activemq.artemis.spi.core.security.jaas.Krb5LoginModuleTest
Running org.apache.activemq.artemis.tests.util.SimpleStringTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec - in 
org.apache.activemq.artemis.tests.util.SimpleStringTest
Running org.apache.activemq.artemis.uri.AcceptorParserTest
config:TransportConfiguration(name=test, 
factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory)
 
?tcpReceiveBufferSize=1048576&port=8080&host=localhost&protocols=openwire&tcpSendBufferSize=1048576&banana=x
config:TransportConfiguration(name=test, 
factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory)
 
?tcpReceiveBufferSize=1048576&port=5672&host=0-0-0-0&tcpSendBufferSize=1048576&virtualTopicConsumerWildcards=Consumer-*->;2
Consumer.*.>;2
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.activemq.artemis.uri.AcceptorParserTest
Running org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in 
org.apache.activemq.artemis.uri.ClusterConnectionConfigurationTest

Results :

Tests in error: 
  JdbcSharedStateManagerTest.shouldStartIfTableExistEmpty:73 » SQL Failed to 
cre...
org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)
  Run 1: JdbcSharedStateManagerTest.shouldStartIfTableExistInitialized:86 »  
test timed...
  Run 2: JdbcSharedStateManagerTest>Assert.fail:88 Test 
shouldStartIfTableExistInitialized(org.apache.activemq.artemis.core.server.impl.jdbc.JdbcSharedStateManagerTest)
 Failed with a leak - test timed out after 10000 milliseconds


Tests run: 270, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ActiveMQ Artemis Parent ............................ SUCCESS [  4.410 s]
[INFO] ActiveMQ Artemis Commons ........................... SUCCESS [ 21.183 s]
[INFO] ActiveMQ Artemis Core Client ....................... SUCCESS [ 13.224 s]
[INFO] ActiveMQ Artemis Selector Implementation ........... SUCCESS [  4.374 s]
[INFO] ActiveMQ Artemis JMS Client ........................ SUCCESS [  5.177 s]
[INFO] ActiveMQ Artemis Native POM ........................ SUCCESS [ 12.503 s]
[INFO] ActiveMQ Artemis Journal ........................... SUCCESS [  4.056 s]
[INFO] ActiveMQ Artemis JDBC Store ........................ SUCCESS [ 36.956 s]
[INFO] ActiveMQ Artemis Server ............................ FAILURE [06:49 min]
[INFO] ActiveMQ Artemis Protocols ......................... SKIPPED
[INFO] ActiveMQ Artemis AMQP Protocol ..................... SKIPPED
[INFO] ActiveMQ Artemis STOMP Protocol .................... SKIPPED
[INFO] ActiveMQ Artemis OpenWire Protocol ................. SKIPPED
[INFO] ActiveMQ Artemis HQClient Protocol ................. SKIPPED
[INFO] ActiveMQ Artemis HornetQ Protocol .................. SKIPPED
[INFO] ActiveMQ Artemis MQTT Protocol ..................... SKIPPED
[INFO] ActiveMQ Artemis DTO ............................... SKIPPED
[INFO] ActiveMQ Artemis Service Extensions ................ SKIPPED
[INFO] ActiveMQ Artemis JMS Server ........................ SKIPPED
[INFO] ActiveMQ Artemis CDI Integration ................... SKIPPED
[INFO] ActiveMQ Artemis Boot .............................. SKIPPED
[INFO] ActiveMQ Artemis Tools ............................. SKIPPED
[INFO] ActiveMQ Artemis CLI ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Web ............................... SKIPPED
[INFO] ActiveMQ Artemis Core Client All ................... SKIPPED
[INFO] ActiveMQ Artemis Client OSGi ....................... SKIPPED
[INFO] ActiveMQ Artemis JUnit Rules ....................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client All .................... SKIPPED
[INFO] ActiveMQ Artemis JMS Client OSGi ................... SKIPPED
[INFO] ActiveMQ Artemis RAR POM ........................... SKIPPED
[INFO] ActiveMQ Artemis REST Interface Implementation ..... SKIPPED
[INFO] ActiveMQ Artemis Maven Plugin ...................... SKIPPED
[INFO] ActiveMQ Artemis Server OSGi ....................... SKIPPED
[INFO] ActiveMQ Artemis Cons .............................. SKIPPED
[INFO] ActiveMQ Artemis HawtIO Branding ................... SKIPPED
[INFO] ActiveMQ Artemis HawtIO Plugin ..................... SKIPPED
[INFO] ActiveMQ Artemis Console ........................... SKIPPED
[INFO] ActiveMQ Artemis Spring Integration ................ SKIPPED
[INFO] Apache ActiveMQ Artemis Distribution ............... SKIPPED
[INFO] ActiveMQ Artemis Tests POM ......................... SKIPPED
[INFO] ActiveMQ Artemis Test Support ...................... SKIPPED
[INFO] ActiveMQ Artemis Unit Tests ........................ SKIPPED
[INFO] ActiveMQ Artemis Joram Tests ....................... SKIPPED
[INFO] ActiveMQ Artemis timing Tests ...................... SKIPPED
[INFO] ActiveMQ Artemis JMS Tests ......................... SKIPPED
[INFO] ActiveMQ Artemis Features .......................... SKIPPED
[INFO] ActiveMQ Artemis Integration Tests ................. SKIPPED
[INFO] ActiveMQ Artemis Client Integration Tests .......... SKIPPED
[INFO] ActiveMQ Artemis Compatibility Tests ............... SKIPPED
[INFO] ActiveMQ Artemis soak Tests ........................ SKIPPED
[INFO] ActiveMQ Artemis stress Tests ...................... SKIPPED
[INFO] ActiveMQ Artemis performance Tests ................. SKIPPED
[INFO] Smoke Tests ........................................ SKIPPED
[INFO] ActiveMQ Artemis Extra Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:34 min
[INFO] Finished at: 2018-06-07T15:46:31+00:00
[INFO] Final Memory: 193M/3350M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on 
project artemis-server: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/ActiveMQ-Artemis-Master/ws/artemis-server/target/surefire-reports>
 for the individual test results.
[ERROR] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :artemis-server
Build step 'Invoke top-level Maven targets' marked build as failure
Performing Post build task...
Could not match :Too many files with unapproved license  : False
Logical operation result is FALSE
Skipping script  : cat ratReport.txt
END OF POST BUILD TASK  : 0
Recording test results
Not sending mail to unregistered user wy96...@gmail.com

Reply via email to