[jbpm-pvm] JBoss JBPM SVN: r1530 - pvm/trunk/modules/core.
open-source, flexible Business Process Management (BPM) in Java
Brought to you by:
krisverlaenen
|
From: <do-...@jb...> - 2008-07-07 09:10:46
|
Author: hei...@jb...
Date: 2008-07-07 05:10:37 -0400 (Mon, 07 Jul 2008)
New Revision: 1530
Modified:
pvm/trunk/modules/core/pom.xml
Log:
Re-enable samples compilation and update exclude lists
Modified: pvm/trunk/modules/core/pom.xml
===================================================================
--- pvm/trunk/modules/core/pom.xml 2008-07-04 16:39:35 UTC (rev 1529)
+++ pvm/trunk/modules/core/pom.xml 2008-07-07 09:10:37 UTC (rev 1530)
@@ -98,14 +98,13 @@
<!-- Plugins -->
<build>
- <plugins>
+ <plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<showDeprecation>false</showDeprecation>
<testExcludes>
<!-- sample currently do not compile -->
- <exclude>org/jbpm/pvm/samples/**/*.java</exclude>
<exclude>org/jbpm/pvm/client/ExternalDecisionTest.java</exclude>
<exclude>org/jbpm/pvm/client/PvmClientTests.java</exclude>
</testExcludes>
@@ -151,6 +150,10 @@
<exclude>org/jbpm/svc/jobexecutor/ContinuationTest.java</exclude>
<exclude>org/jbpm/svc/hibernate/ExecutionTypeTest.java</exclude>
<exclude>org/jbpm/pvm/internal/type/VariableAutoTypeResolutionTest.java</exclude>
+ <exclude>org/jbpm/pvm/samples/ex12/TimerTest.java</exclude>
+ <exclude>org/jbpm/pvm/samples/ex02/BasicProcessPersistenceTest.java</exclude>
+ <exclude>org/jbpm/pvm/samples/ex11/AsynchronousContinuationsTest.java</exclude>
+ <exclude>org/jbpm/pvm/samples/ex07/EventListenerTest.java</exclude>
</excludes>
</configuration>
</plugin>
@@ -209,4 +212,4 @@
</profiles>
-</project>
\ No newline at end of file
+</project>
|