summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/otest/current/tests/pom.xml22
-rw-r--r--java/sca/otest/current/tests/src/main/ttest/tuscany/TuscanyRuntimeBridge.java (renamed from java/sca/otest/current/tests/src/main/java/tuscany/TuscanyRuntimeBridge.java)0
2 files changed, 22 insertions, 0 deletions
diff --git a/java/sca/otest/current/tests/pom.xml b/java/sca/otest/current/tests/pom.xml
index c9059512fc..cfa311844f 100644
--- a/java/sca/otest/current/tests/pom.xml
+++ b/java/sca/otest/current/tests/pom.xml
@@ -70,5 +70,27 @@
<build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.3</version>
+ <executions>
+ <execution>
+ <id>add-test-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-test-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>src/main/ttest</source>
+ <source>src/main/tests</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>
diff --git a/java/sca/otest/current/tests/src/main/java/tuscany/TuscanyRuntimeBridge.java b/java/sca/otest/current/tests/src/main/ttest/tuscany/TuscanyRuntimeBridge.java
index 1b5b76e4b6..1b5b76e4b6 100644
--- a/java/sca/otest/current/tests/src/main/java/tuscany/TuscanyRuntimeBridge.java
+++ b/java/sca/otest/current/tests/src/main/ttest/tuscany/TuscanyRuntimeBridge.java