summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/axis-jaxws-experiment/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/slaws/axis-jaxws-experiment/pom.xml')
-rw-r--r--sandbox/slaws/axis-jaxws-experiment/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/sandbox/slaws/axis-jaxws-experiment/pom.xml b/sandbox/slaws/axis-jaxws-experiment/pom.xml
index 3164ec1a64..56b5297964 100644
--- a/sandbox/slaws/axis-jaxws-experiment/pom.xml
+++ b/sandbox/slaws/axis-jaxws-experiment/pom.xml
@@ -69,6 +69,30 @@
<finalName>${artifactId}</finalName>
<plugins>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ <executions>
+ <execution>
+ <id>add-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-resource</goal>
+ </goals>
+ <configuration>
+ <resources>
+ <resource>
+ <directory>src/wsimportout</directory>
+ </resource>
+ <resource>
+ <directory>src/wsgenout</directory>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>