OSDN Git Service

almost button up
[stigmata/stigmata-plugins.git] / wsp / pom.xml
index 2c37e1b..be5a638 100644 (file)
       <version>2.0.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>\r
-      <groupId>asm</groupId>\r
-      <artifactId>asm-all</artifactId>\r
-      <version>2.2.3</version>\r
-      <scope>compile</scope>\r
-    </dependency>\r
+    <dependency>
+      <groupId>asm</groupId>
+      <artifactId>asm-all</artifactId>
+      <version>2.2.3</version>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-dependencies</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>copy-dependencies</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.build.directory}</outputDirectory>
+              <includeScope>runtime</includeScope>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>