Add VTN Coordinator tarball to the Virtualization Edition.
[integration/distribution.git] / distributions / serviceprovider / pom.xml
index 0a05649260538565f50e34d2847ebd10c9357626..66c45da2c8f4adeabc4cd321b6c386c593e08b82 100644 (file)
@@ -419,15 +419,34 @@ http://maven.apache.org/maven-v4_0_0.xsd">
   </dependencies>
   <build>
     <resources>
-      <resource>
-        <directory>${basedir}/src/main/resources</directory>
-      </resource>
       <resource>
         <directory>${project.build.directory}/generated-resources</directory>
         <filtering>true</filtering>
       </resource>
     </resources>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.6</version>
+        <executions>
+          <execution>
+            <phase>generate-resources</phase>
+            <id>copy-resources</id>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>${basedir}/src/main/resources</directory>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>