summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml
index afa3184347..e42098a5b0 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/distribution/openejb/pom.xml
@@ -40,7 +40,6 @@
</dependencies>
<build>
- <outputDirectory>../target</outputDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -53,6 +52,7 @@
<goal>single</goal>
</goals>
<configuration>
+ <outputDirectory>../target</outputDirectory>
<descriptors>
<descriptor>../src/main/assembly/bin-openejb.xml</descriptor>
</descriptors>