OSDN Git Service

メンバをソートした.
[stigmata/stigmata-plugins.git] / wsp / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
2   <parent>\r
3     <artifactId>plugins</artifactId>\r
4     <groupId>jp.sourceforge.stigmata</groupId>\r
5     <version>1.0</version>\r
6   </parent>\r
7 \r
8   <modelVersion>4.0.0</modelVersion>\r
9   <groupId>jp.sourceforge.stigmata.plugins</groupId>\r
10   <artifactId>wsp</artifactId>\r
11   <name>Weighted Stack Pattern Birthmark</name>\r
12   <version>1.0.1-SNAPSHOT</version>\r
13   <url>http://stigmata.sourceforge.jp/plugins/wsp/</url>\r
14 \r
15   <dependencies>\r
16     <dependency>\r
17       <groupId>jp.sourceforge</groupId>\r
18       <artifactId>stigmata</artifactId>\r
19       <version>2.0.0</version>\r
20       <scope>provided</scope>\r
21     </dependency>\r
22     <dependency>\r
23       <groupId>asm</groupId>\r
24       <artifactId>asm-all</artifactId>\r
25       <version>3.1</version>\r
26       <scope>compile</scope>\r
27     </dependency>\r
28   </dependencies>\r
29 \r
30   <build>\r
31     <plugins>\r
32       <plugin>\r
33         <artifactId>maven-release-plugin</artifactId>\r
34         <configuration>\r
35           <tagBase>svn+ssh://tama3@svn.sourceforge.jp/svnroot/stigmata/plugins/tags/wsp/</tagBase>\r
36         </configuration>\r
37       </plugin>\r
38 \r
39       <plugin>\r
40         <groupId>org.apache.maven.plugins</groupId>\r
41         <artifactId>maven-dependency-plugin</artifactId>\r
42         <executions>\r
43           <execution>\r
44             <id>copy-dependencies</id>\r
45             <phase>compile</phase>\r
46             <goals>\r
47               <goal>copy-dependencies</goal>\r
48             </goals>\r
49             <configuration>\r
50               <outputDirectory>${project.build.directory}</outputDirectory>\r
51               <includeScope>runtime</includeScope>\r
52             </configuration>\r
53           </execution>\r
54         </executions>\r
55       </plugin>\r
56     </plugins>\r
57   </build>\r
58 </project>