[sandbox.mistral]/trunk/mistral-common/pom.xml
Parent Directory
|
Revision Log
Revision 107 -
(hide annotations)
Fri Aug 13 21:10:45 2010 JST (2 years, 10 months ago) by azusa
File MIME type: text/plain
File size: 2437 byte(s)
Fri Aug 13 21:10:45 2010 JST (2 years, 10 months ago) by azusa
File MIME type: text/plain
File size: 2437 byte(s)
| 1 | azusa | 88 | <?xml version="1.0" encoding="UTF-8"?><project> |
| 2 | <repositories> | ||
| 3 | <repository> | ||
| 4 | <id>maven.seasar.org</id> | ||
| 5 | <name>The Seasar Foundation Maven2 Repository</name> | ||
| 6 | <url>http://maven.seasar.org/maven2</url> | ||
| 7 | </repository> | ||
| 8 | <repository> | ||
| 9 | <id>maven.snapshot.seasar.org</id> | ||
| 10 | <name>The Seasar Foundation Maven2 Repository</name> | ||
| 11 | <url>http://maven.seasar.org/maven2-snapshot</url> | ||
| 12 | </repository> | ||
| 13 | </repositories> | ||
| 14 | <modelVersion>4.0.0</modelVersion> | ||
| 15 | <groupId>org.seasar.mistral</groupId> | ||
| 16 | <artifactId>mistral-common</artifactId> | ||
| 17 | <version>0.1.0-SNAPSHOT</version> | ||
| 18 | <description></description> | ||
| 19 | <dependencies> | ||
| 20 | <dependency> | ||
| 21 | <groupId>org.seasar.container</groupId> | ||
| 22 | <artifactId>s2-extension</artifactId> | ||
| 23 | azusa | 107 | <version>2.4.42</version> |
| 24 | azusa | 88 | <scope>compile</scope> |
| 25 | <exclusions> | ||
| 26 | <exclusion> | ||
| 27 | <groupId>junit</groupId> | ||
| 28 | <artifactId>junit</artifactId> | ||
| 29 | </exclusion> | ||
| 30 | </exclusions> | ||
| 31 | </dependency> | ||
| 32 | <dependency> | ||
| 33 | <groupId>org.seasar.container</groupId> | ||
| 34 | <artifactId>s2-tiger</artifactId> | ||
| 35 | azusa | 107 | <version>2.4.42</version> |
| 36 | azusa | 88 | <scope>compile</scope> |
| 37 | </dependency> | ||
| 38 | <dependency> | ||
| 39 | <groupId>junit</groupId> | ||
| 40 | <artifactId>junit</artifactId> | ||
| 41 | <version>3.8.2</version> | ||
| 42 | <scope>test</scope> | ||
| 43 | </dependency> | ||
| 44 | <dependency> | ||
| 45 | <groupId>org.apache.geronimo.specs</groupId> | ||
| 46 | <artifactId>geronimo-j2ee_1.4_spec</artifactId> | ||
| 47 | <version>1.0</version> | ||
| 48 | <type>jar</type> | ||
| 49 | <scope>provided</scope> | ||
| 50 | </dependency> | ||
| 51 | <dependency> | ||
| 52 | <groupId>org.h2</groupId> | ||
| 53 | <artifactId>h2</artifactId> | ||
| 54 | <version>1.0.20061103</version> | ||
| 55 | <type>jar</type> | ||
| 56 | </dependency> | ||
| 57 | |||
| 58 | </dependencies> | ||
| 59 | |||
| 60 | <build> | ||
| 61 | <pluginManagement> | ||
| 62 | <plugins> | ||
| 63 | <plugin> | ||
| 64 | <groupId>org.apache.maven.plugins</groupId> | ||
| 65 | <artifactId>maven-compiler-plugin</artifactId> | ||
| 66 | <configuration> | ||
| 67 | <source>1.5</source> | ||
| 68 | <target>1.5</target> | ||
| 69 | <encoding>UTF-8</encoding> | ||
| 70 | </configuration> | ||
| 71 | </plugin> | ||
| 72 | <plugin> | ||
| 73 | <artifactId>maven-deploy-plugin</artifactId> | ||
| 74 | <configuration> | ||
| 75 | <updateReleaseInfo>true</updateReleaseInfo> | ||
| 76 | </configuration> | ||
| 77 | </plugin> | ||
| 78 | </plugins> | ||
| 79 | </pluginManagement> | ||
| 80 | </build> | ||
| 81 | |||
| 82 | |||
| 83 | </project> |
Properties
| Name | Value |
|---|---|
| svn:mime-type | text/plain |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

