提交 0ffe1de4 编写于 作者: J Joram Barrez

Adding runOrder to surefire to have reproducible builds. + small logging...

Adding runOrder to surefire to have reproducible builds. + small logging change in confurators  on process engine boot
上级 51c08052
......@@ -172,6 +172,7 @@
<exclude>**/*TestCase.java</exclude>
<exclude>**/RepeatingServiceTaskTest.java</exclude>
</excludes>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<plugin>
......@@ -443,6 +444,7 @@
<exclude>**/ProcessDiagramRetrievalTest.java</exclude>
<exclude>org/activiti/standalone/**</exclude>
</excludes>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
</plugins>
......@@ -507,6 +509,7 @@
<exclude>**/ProcessDiagramRetrievalTest.java</exclude>
<exclude>org/activiti/standalone/**</exclude>
</excludes>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
</plugins>
......@@ -557,6 +560,7 @@
<exclude>**/RepeatingServiceTaskTest.java</exclude>
<exclude>org/activiti/standalone/**</exclude>
</excludes>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
</plugins>
......@@ -646,6 +650,7 @@
<exclude>**/RepeatingServiceTaskTest.java</exclude>
<exclude>org/activiti/standalone/**</exclude>
</excludes>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
</plugins>
......@@ -691,6 +696,7 @@
<exclude>**/ProcessInstanceLogQueryTest.java</exclude>
<exclude>org/activiti/standalone/**</exclude>
</excludes>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
</plugins>
......@@ -713,6 +719,7 @@
<include>**/JdbcMetaDataTest.java</include>
</includes>
<excludes />
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<plugin>
......
......@@ -799,7 +799,7 @@ public abstract class ProcessEngineConfigurationImpl extends ProcessEngineConfig
// Execute the configurators
log.info("Found {} Process Engine Configurators in total:", allConfigurators.size());
for (ProcessEngineConfigurator configurator : allConfigurators) {
log.info("{}", configurator.getClass());
log.info("{} (priority:{})", configurator.getClass(), configurator.getPriority());
configurator.configure(this);
}
......
......@@ -40,6 +40,7 @@
<propertyName>mule.workingDirectory</propertyName>
<buildDirectory>${project.build.directory}</buildDirectory>
</systemPropertyVariables>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<plugin>
......
......@@ -291,6 +291,7 @@
<exclude>**/JobExecutorTest.java</exclude> <!-- http://jira.codehaus.org/browse/ACT-427 -->
<exclude>**/HistoricTaskInstanceUpdateTest.java</exclude> <!-- http://jira.codehaus.org/browse/ACT-485 -->
</excludes>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
</plugins>
......
......@@ -561,6 +561,7 @@
<excludes>
<exclude>**/*TestCase.java</exclude>
</excludes>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
<plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册